.navs {
	position: relative;
	z-index: 10;
	top: -10px;
	left: 0px;
}
.footerText {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}

.mainBackground {
	background-color: #C7C7C7;
	background-position: center top;
	width: 800px;
	height: 830px;
}
.subBackground {
	background-color: #FFFFFF;
	width: 800px;
	height:550px;
	position:relative;
	top: -5px;
	right: -95px;
}

.dealerName {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #515151;
	font-weight: bolder;
	text-decoration:none;
}
.dealerAddress {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #646464;
	font-weight: normal;
	text-decoration:none;
}
.vehicleDescriptionSmall {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: Normal;
	color: #000000;
	text-decoration:none;
}
.vehicleListing {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: Normal;
	color: #000000;
	text-decoration:none;
}
.vehicleListing:hover {
	color:#660000;
	font-weight:bold;
	text-decoration:underline;
}

.vehicleNameSmall {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bolder;
	color: #515151;
	text-indent: 13px;
	background-image: url(images/gray_box_small.jpg);
	background-repeat: no-repeat;
	line-height: 43px;
	height:50px;
}

.priceSmall {
	font-family: "Trebuchet MS";
	font-size: 29px;
	font-weight: bolder;
	color: #000000;
	font-style: italic;
}

.dealerName {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #515151;
	font-weight: bolder;
	text-decoration:none;
}
.dealerAddress {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #646464;
	font-weight: normal;
	text-decoration:none;
}
.vehicleDescription {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: Normal;
	color: #000000;
	text-decoration:none;
}
.vehicleListing {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: Normal;
	color: #000000;
	text-decoration:none;
}
.vehicleListing:hover {
	color:#660000;
	font-weight:bold;
	text-decoration:underline;
}

.vehicleName {
	font-family: "Trebuchet MS";
	font-size: 32px;
	font-weight: bolder;
	color: #515151;
	text-indent: 13px;
}

.price {
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: bolder;
	color: #000000;
	font-style: italic;
}

.formLinks {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}

.formLinks:hover {
	color:#660000;
	text-decoration: underline;
}

.formText {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}
