@charset "utf-8";
/* CSS Document */
body{ 
	margin: 0 ;
	padding: 0;
	background-color:#0A0606;
	}

#container{ 
	position:absolute;
	left: 50%;
	width: 875px;
	margin-left: -437.5px;
	background-color:#fffffc;
	font-size: 18px;
	font-weight:500;

	}
#logo{
	height:15px;
	width:875px;
	background-color:#0A0606;
	
	}

#logo h1 {
	color:#ffffff;
	font-size:12px;
	text-align:center;
}


#banner{
	height:250px;
	width:875px;
	}

#barmenu{
position:absolute;
left:50%;
top:265px;
width:875px;
margin-left: -437.5px;
height:25px;
	
	}



#left{
	float:left;
	width:360px;
	top:290px;
	background-color:#fffffc;
	
	}
	
	

	#vehicle{
	position:absolute;
	background-color:#fffffc;
	width:729px;
	left: 171px;
	}
	
	#vehicle ul li{
		font-size:18px;
	}
	
	
	
	#right{
	background-color:#fffffc;
	top:290px;
	left:360px;
	float:right;
	width:515px;
	
	}
	
	
#bottom{
	padding:0 10px 0 20px;
	background-image:url(../images/barmenu.png);
	color:#000000;
	background-color:#c8c8c8;
	text-align:center;
	border-top:1px solid white;
	 
	}
	
.fltlft {
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	

 




	

	
