	body {
			color:#black;
			background:#ebebeb;
	}
	A:link {color: #231bf9}
	A:visited {color: #447af8}
	#wrapper {
			width:881px;
			margin:10px auto;
			padding:0px;
	}
	#header {
			border:1px solid black;
			height:150px;
			padding:0px;
	}
  	#content div {
			margin-top:10px;
			float:left;
			padding:11px;

	}
	#content-left {
			background:#cdcdcd;
			width:150px;
			height:100%;
			
	}
	#content-main {
			background:#cdcdcd;
			margin-left:10px;
			width:500px;
			border:1px solid black;

	}
	#content-right {
			background:#cdcdcd;
			margin-left:5px;
			width:148px;
			height:100%;
	}
	#footer {
			float:left;
			margin-top:10px;
			margin-bottom:10px;
			padding:10px;
			width:861px;
	}
	#bottom {
			clear:both;
			text-align:right;
	}