/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-style:normal;
	background-color: #0070BA;
}

#main {
	 background-color:#FFFFFF;}
	 
#topper {
	background-image: url(../images/top-bg.jpg); 
	background-repeat:repeat-x; 
	height:26px; 
	padding-top:48px;}

#nav {
	width:885px; 
	margin:0 auto;}
	
#header {
	 background-image:url(../images/header.jpg); 
	 background-position:50% 0; 
	 height:264px;}
	 
#header-img{
	width:885px; 
	margin:0 auto; 
	text-align:right; 
	padding-top:20px;}
	 
#contentwrapper {
	width:885px; 
	margin:0 auto;}
	
#left {
	width:550px; 
	float:left;}
	
#right {
	 float:right; 
	 width:315px;
	 margin-top:10px;}
	 
#content {
	width:885px;
	float:left;}

#ad {
	 background-image:url(../images/ad.jpg); 
	 background-repeat:no-repeat; 
	 background-position:top left; 
	 padding:27px 25px 15px 45px;}
	 
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	height:38px;
	color:#FFFFFF;
	margin:40px 0;}
	
#footerinfo{
	width:885px; 
	margin:0 auto; }



