

body {
text-align: center;
}

/* classes */
.body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	height: 300px;
	text-align: left;
	min-width:660px;
	padding: 30px 0px 30px 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFAFA;
	font-weight: normal;

	

}
.brands {
	background-image: url(images/brands.png);
	background-repeat: no-repeat;
	float:right;
	width: 180px;
	height:300px;
	margin-left:20px;
}
.bodyfooter {
	background-image: url(images/bodyfooter.png);
	height: 53px;
	width: 741px;
}
.bodyimage {
float:left;
	width: 234px;
	height: 294px;
	background: url(images/bodyimage1.png);
	margin-right: 30px;
}
.content {
	margin: 10px 10px 0px 20px;
	list-style-type: square;
	letter-spacing:1.5px;
	line-height: 18px;
	font-weight: bold;
	font-size: 10px;
	text-align:left;
}

.container {
	width: 741px;
	margin: 0 auto;
}

.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	letter-spacing: 4px;
	text-align: center;
	color: gray;
}

.greybar{
	background-color: #676666;
	height:1px;
	font-size:0px;
}

.header {
	background: url(images/header.gif) no-repeat left top;
	height: 79px;
	width: 741px;
	position: relative;
}

.noshow {
display: none;
}

.showbar {
	background: url(images/showbar.png) no-repeat left top;
	height: 91px;
	width: 741px;
	margin-top:2px;
	margin-bottom:2px;
}

.nav {
	background-color: transparent;
	color: #99A4D6;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
	position: absolute;
	bottom: 4px;
	Width: 205px;
	left:525px;
}
.nav.spacer {
	line-height: 0px; 
	font-size: 0px;
}

.nav a.contact {
	background: url(images/contact.png) no-repeat left top;
	float: right;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 55px;
}

.nav a.contact:hover {
	background: url(images/contact_f2.png) no-repeat left top;
	float: right;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 55px;
}

.nav a.hours {
	background: url(images/hours.png) no-repeat left top;
	float: right;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 40px;
}

.nav a.hours:hover {
	background: url(images/hours_f2.png) no-repeat left top;
	float: right;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 40px;
}

.nav a.location {
	background: url(images/location.png) no-repeat left top;
	float: right;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 58px;
}

.nav a.location:hover {
	background: url(images/location_f2.png) no-repeat left top;
	float: right;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 58px;
}
.nav a.home {
	background: url(images/home.png) no-repeat left top;
	float: right;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 40px;
}

.nav a.home:hover {
	background: url(images/home_f2.png) no-repeat left top;
	float: right;
	height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 0px;
	width: 40px;
}
