/* CSS Document */

body { 
	font: 11px/15px verdana, sans-serif; 
	color: #FFFFFF; 
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	padding-bottom: 25px;
	padding-top: 0px;
		}
		
#container {
   position: relative;
   width: 762px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
	}
	
#logo	{
	background-image:url(../images/header2.jpg);
	width:762px;
	height:126px;
	
	}

#sub_nav {
height:19px;
margin-top:10px;
background-image:url(../images/bottom_bar.gif);
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
padding-top:4px;
}

#sub_nav a {
	font-weight: bold;
	color: #9ECAE5;
	}

#sub_nav a:hover {
	color: #FFFFFF;
}
	
#body_text {
	width: 722px;
	height: 212px;
	background-image: url(../images/text_background.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-top:10px;
	}
	
#body_text h1 {
font:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
}

#body_text a {
	color:#9ECAE5;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	}
	
#body_text a:hover {
	color:#FFFFFF;

	}
	
#other_body_text h1 {
font:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
}

#other_body_text h2 {
font:Verdana, Arial, Helvetica, sans-serif;
color:#FFFF99;
font-size:24px;
}

#other_body_text a {
	color:#FF0000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
#other_body_text_header {
margin-top:10px;
width:762px;
height:6px;
background-image:url(../images/other_text_header.gif);
background-repeat:no-repeat;
}

#other_body_text_footer {
width:762px;
height:6px;
background-repeat:no-repeat;
background-image:url(../images/other_text_footer.gif)
}
	
#other_body_text {
background-image:url(../images/other_text_body.gif);
width:672px;
padding-left:45px;
padding-right:45px;
padding-top:10px;
padding-bottom:30px;
height:auto;
}

#vehicle_links {
	width:765px;
	height:145px;
	margin-top:10px;

}

img {
border: none;
}

.thumbnail
{
float: left;
width: 183px;
height: 145px;
padding-left:1px;
margin: 0 7px 5px 0;

}

.clearboth { clear: both; }
