#wrapper {
	background-color: #000;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #333;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	line-height: 120%;
}
#header {
	height: 50px;
	background-image: url(images/top_grad.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}
#nav {
	background-color: #000;
	height: 50px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	background-color: #000;
	float: left;
	width: 100%;
}
#content-inner {
	background-color: #000;
	border: 2px solid #FFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clearfloat {
	clear: both;
}
#footer {
	background-image: url(images/bottom_grad.jpg);
	height: 25px;
}
#footer-inner {
	margin: 0px;
	padding: 5px;
	border: 0px none #FFF;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.7em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	color: #0084ff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: .9em;
	color: #0084ff;
	font-family: Arial, Helvetica, sans-serif;
}
.customer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffbe4e;
}
.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	text-decoration: none;
}
.gray_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

A:link {
	color:#FFF;
	
}
A:visited {
	color:#999;
}
.motor {
	font-size: 16px;
	font-weight: bold;
	color: #00cc00;
}

A:hover {
	color:#999;
}

