body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color:						#ffffff;
	font-family: 			verdana, sans serif;
	font-size: 				12px;	
}
	
#divmain {
	position:relative;
	width:860px;
	top:0px;
	color: #ffffff;
	font-family: verdana, sans serif;
	font-size: 12px;	
	}	
	
#divheader{
	position:absolute;
	width:860px;
	height:215px;
	top:0px;
	left:0px;
	background-color: #000000;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	}

#divHeaderLogo{
	position:absolute;
	width:240px;
	height:200px;
	top:17px;
	left:40px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	background-image: url('Graphics/MCRacingLogoWhite.gif')
	}
	
#divHeaderBackground{
	position:absolute;
	width:860px;
	height:200px;
	top:15px;
	left:0px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	}


#divmidsection{
	position:absolute;
	width:860px;
	top:215px;
	left:0px;
	background-color: #000000;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	}
			
#divleft{
	width:190px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	text-align: left;
	}
	
#divright{
	width:						150px;
	color: 						inherit;
	font-family: 			inherit;
	font-size: 				inherit;	
	}	

#divcontent{
	width:						510px;
	color: 						inherit;
	font-family: 			inherit;
	font-size: 				inherit;	
	text-align: 			left;
	}
	
#divfooter{
	width: 						860px;
  height:           100px;
	color: 						inherit;
	font-family: 			inherit;
	font-size: 				inherit;	
	text-align: 			center;	
	background-image:	url('Graphics/footer.jpg');
}
