@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/webWallPaper.jpg) no-repeat fixed center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
#a img {
	border: none;
}
h1, h2, h3, h4, p {
	font-weight: normal;
	line-height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: 1%;
}
h5 {
	color: #FF9;
	font: italic bolder 0.75em Arial, Helvetica, sans-serif;
	padding-left: 40px;
}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	background: url(images/stansGreySlice.png) repeat-y center; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
#header {
	background: url(images/stansTitleBanner2_03.png) no-repeat left top;
	height: 235px;
	border-top: 10px solid #000;
} 
#mainContent {
	float: left;
	width: 870px;
	color: #000;
	margin-left: 15px;
	margin-top: 26px;
}
#mainContent h2 {
	color: #FF9;
	padding-left: 30px;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
}
#mainContent h3 {
	padding-left: 35px;
	color: #CCC;
	line-height: 2em;
	font-size: 2em;
	font-weight: bolder;
	font-style: italic;
	vertical-align: middle;
	float: right;
}
#mainContent p {
	padding-left: 35px;
	color: #CCC;
}
#mainContent a {
	text-decoration: none;
	color: #FF9;
}
#mainContent a:hover, #mainContent a:active, #mainContent li a:focus {
	color: #C60;
}
#mainContent h6 {
	color: #FF9;
	text-align: right;
	text-decoration: none;
	font: 0.75em/1px Arial, Helvetica, sans-serif;
}
#mainContent img{
	padding-right: 2px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sportster {
	width: 870px;
}
#sportster img {
	border:none;
}
#dyna {
	height: 170px;
	width: 870px;
}
#softail {
	height: 170px;
	width: 870px;
}

#touring {
	height: 170px;
	width: 870px;
}
#cvo {
	height: 170px;
	width: 870px;
}
#trike {
	height: 170px;
	width: 870px;
}
#v-rod {
	width: 870px;
}
#footer {
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #FF9;
	padding-top: 10px;
	height: 110px;
}
#footer img {
	float: left;
	border: none;
	padding-right: 10px;
}
#footer h1 {
	color: #F30;
	text-align: right;
	font-size: .7em;
	line-height: 2px;
	font-weight: bold;
}
#footer h2 {
	font-size: .7em;
	font-weight: bold;
	color: #F60;
	text-align: right;
	line-height: 2px;
}
#footer a {
	font-size: 1em;
	color: #999;
	text-decoration: none;
	font-weight: bolder;
}
#footer a:hover, #footer a:active, #footer li a:focus {
	color: #C60;
}
#footer p {
	margin: 0 15 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #F30;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

