#content{
	background:url('img/veh_background.jpg') no-repeat;
}

#vehicles{
	position:relative;
	margin:0px auto 0px auto;
	padding-top:30px;
	width:403px;
}

#veh_top{
	position:relative;
	width:403px;
	height:26px;
	clear:both;
	background:url('img/vehicles_top.jpg') no-repeat;
}

#veh_middle{
	position:relative;
	width:403px;
	background:url('img/vehicles_middle.jpg') repeat-y;
	overflow:hidden;
}

.vhead{
	width:130px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

#chry_head{
	margin:4px 6px 0px 0px;
  float:left;
}

#dodge_head{
	margin:4px 5px 0px 0px;
  float:left;
}

#jeep_head{
	margin-top:4px;
	float:left;
}

.vlist{
	width:127px;
	margin :-5px 4px 0px 2px;
	font-weight:bold;
	float:left;
	text-align:center;
}

.vleft{
	margin-left:25px;
	padding-right:5px;
	width:620px;
}