body {
	 margin: 0px;
	 padding: 0px;
	 background-color: #FFFFCC;
	 font-family: Arial;
	 font-size: 9pt;
}

input, textarea {
	 font-family: Arial;
	 font-size: 9pt;
} 

#wrap {
	width: 900px;	
}

#container {
	float: left;
	width: 900px;
}

#topsection {
	float: left;
}

#menu {
	margin-top: -20px;
	height: 20px;
	color: white;
	float: left;
	margin-left: 15px;
	text-align: center;
	width: 878px;
}

.menu {
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.menu:hover {
}

#main{
	background-color: white;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	width: 878px;
	float: left;
	margin-left: 10px;
	text-align: left;
}

.homepic {
	margin-top: -23px;
	margin-bottom: -20px;
	#margin-bottom: 0px;
}

.header {
	margin-top: -10px;
	#margin-top: 0px;
	z-index: 1 ;
	position:relative;
}

a {
	color: #2c458c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#mainsection {
	float: left;
	width: 828px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: left;
}

#leftsection {
	float: left;
	width: 520px;
	border-right: 1px solid #660000; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	padding-right: 10px;
}

#rightsection {
	float: left;
	width:320px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

.homecars {
	margin-bottom: -45px;
}

.homecarsb {
	margin-bottom: -10px;
}

.car-con {
	float: left;
	width: 825px;
}

.car-big {
	float: left;
	width: 573px;
}

.car-small {
	float: left;
	width: 250px;
	text-align: center;
}

#carssection {
	float: left;
	width: 878px;
	background-image: url(images/carsbg.jpg);
}

#carsleft {
	float: left;
	width: 170px;
	margin-top: 60px;
	margin-left: 10px;
	text-align: center;
	color: white;
}

#carsmiddle {
	float: left;
	width: 450px;
	height: 350px;
	margin-top: 65px;
	margin-left: 35px;
	color: white;
}

#carsright {
	float: left;
	width: 180px;
	text-align: center;
	margin-top: 35px;
	margin-left: 20px;
	color: white;
}

.carhead {
	margin-left: 289px;
	margin-top: 5px;
}

.carheadbig {
	margin-left: 214px;
	margin-top: 5px;
}

.carpics {
	width: 100px;
	margin-left: 2px;
}

#bottomsection {
	font-size: 6pt;
	color: white;
	text-decoration: none;
	background-image: url(images/footer.jpg);
	height: 50px;
	width: 900px;
	float: left;
}

#copy {
	float: left;
	text-align: left;
	padding: 2px;
	margin-top: 10px;
	margin-left:65px;
	width: 250px;
	font-size: 8pt;
	font-weight: bold;
}
#adh {
	float: right;
	text-align: left;
	padding: 2px;
	margin-top: 5px;
	margin-right:5px;
	width: 250px;
}

.adh {
	color: white;
	text-decoration: none;
}

.adh:hover {
	color: white;
	text-decoration: underline;
}

