body {
	width: 100%;
	display: table;
	background-position: center top;
	text-align: center;
	font-size: 16px;
	background-repeat: repeat-x;
	background-color: #000C1A;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/layout/bg.jpg);
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#wrapper {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
	background-image: url(../images/layout/border.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#header {
	height: 80px;
	width: 970px;
}
#nav {
	height: 47px;
	width: 970px;
	position: relative;
}
#content {
	height:520px;
	width: 610px;
	text-align: left;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	overflow-y:auto;
}
#content a:link, #content a:visited {
	color: #FFF;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #FFF;
	text-decoration: none;
}

#sidebar {
	width: 325px;
	text-align: left;
	float: right;
}
#footer {
	background-image: url(../images/layout/footer.png);
	width: 970px;
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	clear: both;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.carSpacing {
	padding-right: 15px;
}
.copyrightText {
	font-size: 12px;
}
.floatLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}
.floatLeft_pic {
	float: right;
	padding-right: 15px;
	padding-bottom: 5px;
	height:187px;
}
.smallText {
	font-size: 14px;
}
.clearBoth {
	clear: both;
}
.vehicle_link	{
		text-decoration:none;
		}