*{
	font-family:Verdana,Helvetica,Arial,Sans;
	font-size:10px;
	}

body{
	text-align:center;
	margin:0 auto;
	background:#AAC9D9;
	}
	
#page{
	margin:0 auto;
	width:716px;
	background:#FFF;
	text-align:left;
	border:#2B5B6C solid;
	border-width:0 1px 1px 1px;
	}	
	
#logoBackground{
	background:url('../images/logo_bg.jpg') no-repeat;
	height:104px;
	width:100%;
	position:relative;
	}	
	
#truck{
	background:url('../images/newtruck.png') no-repeat right;
	width:100%;
	height:208px;
	position:relative;
	top:-106px;
	}	
	
.clear{
	clear:both;
	height:20px;
	}	
	
#nav{
	background:#F9F5E4;
	border:#B3AA81 solid;
	border-width:0 0 1px 0;
	width:100%;
	height:33px;
	width:448px;
	position:relative;
	top:-210px;
	
	}	
	
#nav ul{
	
	list-style-type:none;
	margin:0;
	border-width:0px;	
	padding:10px 0 0 15px;
	}	
	
#nav ul li{
	float:left;
	padding:0;

	}

#nav ul li a{
	padding:7px;
	color:#545454;
	height:15px;
	text-decoration:none;
	}	
	
#nav ul li a:hover{
	color:#235773;
	}	
	
#nav ul li.selected a{
	background:#FFF;
	border:1px #545454 solid;
	border-top-width:1px;
	border-bottom-color:#FFF;
	}	
	

a img{
	border:0;
	}	
	
#body{
	position:relative;
	top:-150px;
	margin:0 70px;
	width:500px;
	}	
	
p{
	line-height:16px;
	text-align: left;
	}	
	
#body .special p,#body .special p strong{
	font-size:11px;
	}	
	
#body ul{
	list-style:url('../images/bullet.gif') outside;
	}	
	
#body ul li{
	padding:5px 0;
	line-height:16px;
	text-align: left;
	}	
	
.special{
	background-color:#FFFCEA;
	border:1px #E0D597 solid;
	padding:10px;
	}	
	
	
h2{
	font-size:15px;
	font-family:Lucida Grande, Trebuchet MS, Georgia, Serif;
	color:#039;
	padding:10px 0;
	margin:0;
	}	
	
a{
	color:#336;
	}	
	
	
div.captionContainer{
	width:100%;
	}	
	
div.captionContainer div.image{
	float:left;
	padding:5px;
	}	
	
div.captionContainer div.caption{
	float:left;

	}	
	
div.captionContainer div.caption p{
		font-size:9px;
	}	
