body {
	text-align: center;
	width: 950px;
	margin: 0 auto;
	color:white;
	font-size: 13px;
	font-family: Arial;
}

a, a:link, a:active, a:visited {
	color: #d84a03;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

a h3, a h3:link, a h3:active, a h3:visited {
	color: #d84a03;
}
a h3:hover {
	color: #fff;
}

#wrapper {
	width: 948px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 950px;
	height: 164px;
	background: url(images/header.jpg) top center no-repeat;
}
ul#mainmenu {
	margin: 0;
	padding: 0;
	height: 63px;
	width: 948px;
}
ul#mainmenu li {
	list-style-type: none;
	display: inline;
}
ul#mainmenu li a {
float: left;
}
#footer {
	height: 101px;
	padding: 5px;
	background: #d84a03;
	margin: 0 auto;
	text-align: center;
	clear: both;
	display: block;
}
#left {
	height: 356px;
	width: 241px;
	background: #000;
	text-align: center;
	float: left;
}
#right {
	height: 356px;
	width: 230px;
	background: #000;
	float: left;
}
#right li{
	color: #c6c6c6;
	list-style-image: url(images/arrow.jpg);
	font-size: 17px;
}
#right ul{
	margin-left: 10px;
}
h3 {
	color: #c6c6c6;
	padding-left: 10px;
}
#info {
	width: 477px;
	height: 356px;
	float: left;
	text-align: center;
}	
.clearfoot {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

table.vehicle_stats td {
	padding: 3px;
}

table#inventory {
	border: 1px solid #2c2c2c;
	margin-bottom: 7px;
}

table#inventory a {
	text-decoration: none;
}

table#inventory td {
	padding: 7px;
	background: #131313;
}

table#specifications td {
	padding: 4px;
}

table#specifications td.row1 {
	background: #131313;
}

ul#financial_list {
	list-style:none;
	margin:0px;
	padding:0px;
	color:white;
	font-weight:bold;
	font-size:120%;
}

ul#financial_list li {
	margin-bottom: 5px;
}

ul#financial_list li a {
	display: block;
	border: 1px solid #2C2C2C;
	background: #131313;
	padding: 5px;
}