body {
	font-family: Arial, Helvetica, sans-serif;
}

#mainBody {
	width: 770px;
	
	left: 100%;
	background: #fff;
	margin: 0px auto;	
	padding: 0px;
	
	top: -3px;
	left: -3px;
	
}

#header {
	width: 770px;
	left: 100%;
	/*background: cccccc;*/		
	padding: 0px;

}

#content {
	width: 500px;
	/*height: 100%;	
	background: f85f5f;*/
	float: left;
	text-align: left;
	padding: 5px;
	border-right: 1px dotted #9fa19f;

}

#extras {
	width: 250px;	
	/*background: 5ff8ef;*/
	float: right;	
	padding: 0px;
	text-align: center;
}

#footer {
	width: 770px;	
	background: deebf5;
	clear: both;
	font-size: 70%;	
	font-family: "Arial, Helvetica, sans-serif";
	color: #0b446c;
	text-align: center;
	border-top: 1px dotted #9fa19f;
	border-bottom: 1px dotted #9fa19f;
	padding: 5px;

}
