body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

H3 {
	padding-top:10px;
}

H4 {
	color:#666666;
}

#container {
	margin:auto;
	width:960px;
}

#content {
	width:940px;
	padding:10px;
	overflow:auto;
}

#footer {
	height:15px;
	color:#FFFFFF;
	background-color:#003300;
	text-align:center;
	padding:5px;
}

/*Menu Begin*/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}

.menu li {
	padding: 0;
	margin: 0;
	height: 50px;
	list-style: none;
	background-repeat: no-repeat;
}

.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 50px;
	background-repeat: no-repeat;
}

.home {background-image: url(menu/homeH.jpg); width: 114px;}
.home a {background-image: url(menu/home.jpg);}
.inventory {background-image: url(menu/carsH.jpg); width: 216px;}
.inventory a {background-image: url(menu/cars.jpg);}
.finance {background-image: url(menu/financeH.jpg); width: 139px;}
.finance a {background-image: url(menu/finance.jpg);}
.services {background-image: url(menu/servicesH.jpg); width: 145px;}
.services a {background-image: url(menu/services.jpg);}
.warranty {background-image: url(menu/warrantyH.jpg); width: 161px;}
.warranty a {background-image: url(menu/warranty.jpg);}
.contact {background-image: url(menu/contactH.jpg); width: 185px;}
.contact a {background-image: url(menu/contact.jpg);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*Menu End*/