#pContent{
	border: 2px dashed rgb(255, 204, 0);
	margin: 15px 0 0 0;
	width: 950px;
	height: 510px;
	display:block;
	clear: both;
}
#pMasthead{
	height: 100px;
	width: 900px;
	margin: 0 25px 0px 25px;
	padding: 50px 0 0 0;
	text-align: center;
	display:block;
}
#pMasthead h2{
	margin: 0 0px 0px 0;
	font-size: 13px;
	font-weight: bold;
}
#pVehicles {
	padding: 0 0 0 10px;
	clear: both;
	display:block;
}
.pVehicle {
	border: 2px dashed rgb(255, 204, 0);
	width: 195px;
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
}
.pVehicle h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.pVehicle p {
	margin: 5px 0 5px 0;
	padding: 0;
}
.pVehicle .features {
}
.pVehicle .features ul{
}
.pVehicle .features li{
}
.pVehicle input {
	width: 150px;
	padding: 3px 20px 3px 20px;
}
.pVehicle a {
}
.pVehicle img {
	height: 115px;
	width: 180px;
}

