body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	margin: 0px;
	width: 800px;
}
.mainImage {
	margin: 0px;
	width: 800px;
	float: left;
}
.mainNav {
	margin: 0px;
	width: 800px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	float: left;
	background-image: url(../images/background.jpg);
	height: 33px;
	padding: 0px;
}
.mainContent {
	margin: 0px;
	width: 798px;
	float: left;
}
.carImages {
	height: 119px;
	width: 153px;
	border: 1px solid #000000;
	margin-left: 5px;
}
.inventory {
	background-color: #999999;
	float: left;
	width: 800px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2ems;
	font-weight: bold;
	text-align: center;
}
.Copyright {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
}
.mainCar {
	height: 480px;
	width: 640px;
	margin-top: 10px;
	border: thin solid #000000;
}
.discription {
	background-color: #CCCCCC;
	float: left;
	width: 800px;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
