/* Global Styles */
body   { 
	margin: 0; 
	padding: 0;
	background-image: url(../images/background.jpg);
	/*background-color: #C0C0C0;*/
	border: 0px #FFff00 solid;
	}	
.top {
	border: 0px #00FF00 solid;
}
#guide { 
	margin: 0 auto;
	}
#container  { 
	margin: 0 auto; 
	width: 800px;
	border: 0px dashed #000000;
	background-image: url(../images/background.jpg);
	}
.banner {
	border: 0px #000000 solid; 
	width: 800px; 
	height: 95px;
	}
.leftside {
	width: 150px;
	float: left;
	height: 100%;
	border-right: 2px #000000 solid;
	border-left: 2px #000000 solid;
	border-top: 0px #000000 solid;
	border-bottom: 2px #000000 solid;
	background-image: url(../images/red.jpg);
	}
.leftlinkstable {
	border: 0px #000000 solid;
	width: 150px;
	margin: 2px;
	}
.topLinks {
	width: 640px;
	border-top: 0px #000000 solid;
	border-right: 2px #000000 solid;
	border-bottom: 2px #000000 solid;
	float: left;
}
.home {
	border: 0px #FF3399 solid;
	width: 640px;
	height: 438px;
	float: left;
	margin-top: 15px;
	margin-left: 1px;
	}
.body {
	border: 0px #FF3399 solid;
	width: 640px;
	float: left;
	margin-top: 15px;
	margin-left: 1px;
	}
.vehicleTable {
	background-color: #999999;
	width: 300px;
}
.usedVehicleTable {
	background-color: #999999;
}
.new {
	height: 50px;
}
.footer {
	clear: left;
	width: 100%;
	border: 2px #000000 solid;
	background-image: url(../images/red.jpg);
	}
a:hover {
	}
#tagline {
	font:12px georgia;
	color: #000000;
	line-height:18px;
	letter-spacing:.4em;
	}
.pageName{
	font:22px georgia;
	font-weight: bold;
	color: #009900;
	line-height:20px;
	letter-spacing:.1em;
	}
.bodyText {
	font:11px arial;
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
.subHeader {
	font:16px georgia;
	color: #FFCC00;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
#nav a { 	 
	color: #C0C0C0;
	text-decoration:none;
	font: Arial;
	}
	
#nav a:hover { 
	color: #000000;
	text-decoration:underline;
	font: Arial;
	}
#nav1 a { 	 
	color: #000000;
	text-decoration:none;
	font: Arial;
	}
	
#nav1 a:hover { 
	color: #800000;
	text-decoration:underline;
	font: Arial;
	}