body {
	margin: 0;
	padding: 0; 
	width: 100%;
	background-color: #fff;
} 

img {
	border: none;
	filter: alpha(opacity=100);
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 150px;
	background-color: #000; 
	text-align: left;
}

#menubar {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%; 
	height: 20px; 
	text-align: left;
	background-color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
}

#title {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%; 
	height: 20px;
	padding-top: 5px; 
	text-align: center; 
	font-family: verdana; 
	font-size: 16px; 
	font-weight: bold;
	color: #666;  
	background-color: #FFF;
}

#img2 {
	position: absolute;
	top: 220px;
	left: 0;
	width: 420px; 
	height: 320px;
	padding: 10px; 
	text-align: left; 
	border-left: 2px solid #fff;
	z-index: 2;
}

#img1 {
	position: absolute;
	top: 220px;
	left: 0;
	width: 420px; 
	height: 320px;
	padding: 10px; 
	text-align: left; 
	border-left: 2px solid #fff; 
	background-color: #FFF;
	z-index: 1;
}

#fadein {
	visibility: hidden;
}

#main {
	position: absolute;
	top: 220px;
	left: 440px;
	width: auto; 
	height: auto;
	padding: 10px; 
	text-align: left; 
	font-family: verdana; 
	font-size: 14px; 
	color: #666;  
	background-color: #FFF;
	z-index: 3;
}

#main2 {
	position: absolute;
	top: 180px;
	left: 0;
	width: auto; 
	height: auto;
	padding: 10px; 
	text-align: center; 
	font-family: verdana; 
	font-size: 14px; 
	color: #666;
	background-color: #FFF;
}

.button {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #999; 
	font-family: verdana; 
	font-size: 14px; 
	text-align: center;
	color: #fff; 
	text-decoration: none;
}

.buttonon {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height: 20px;
	border-left: 1px solid #666;
	border-right: 1px solid #999; 
	font-family: verdana; 
	font-size: 14px; 
	text-align: center;
	color: #666; 
	background-color: #FFF;
	text-decoration: none;
}

.button:hover {
	border-left: 1px solid #666;
	border-right: 1px solid #999; 
	color: #666; 
	background-color: #FFF;
}

.cars {text-align: left; height: auto; background-color:#fff}

.smalltext { 
	font-size: 12px; 
}

.email {
	font-size: 14px;
	color: #666; 
	text-decoration: none;
}

.email:hover {
	color: #333399; 
	font-weight: bold;
}

.boldlink {
	font-size: 14px;
	color: #f00;  
	font-weight: bold;
	text-decoration: none;
}

.boldlink:hover {
	color: #00f; 
	font-weight: bold;
}
	
