body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000;
	background-color: fff;
}
body, div, ul {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
	color: #000;
	text-align: center;
}
h1, h2, h3 {
	text-align: center;
	color: 000;
}

#outer {
	width: 1000px;
	margin-left: 25px;
}
#header {
	background-color: #000000;
	height: 137px;
	width: 100%;
	background-image: url(../images/newlayout/harley-banner.jpg);
	background-position: 0px;
	position:relative;
}
#H-navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	background-image: url(../images/newlayout/hnav.gif);
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}
#H-navbar a, #H-navbar a:visited {
	text-decoration: none;
	color: #000;
}
#H-navbar a:hover {
	color: #FFF;
	background-color: #f90;
}


#footer {
	background-color: #CC6600;
	height: 20px;
	width: 100%;
	float:left;
	color: #000;
	text-decoration: none;
}
#footer a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
}

#copyright {
	color: #FFFFFF;
	padding: 8px;
}

#wrapper {
	width: 100%;
	float: left;
	background-image: url(../images/newlayout/vnavgraphic.gif);
	background-repeat: repeat-x;
	background-color: #f90;
}
#rightcolumn {
	width: 868px;
	background-color: #ffffff;
	float: left;
	background-image: url(../images/newlayout/contentshadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#rightcontent {
	color: #000;
	min-height:570px;
	height:auto !important;
	height:570px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}
.centertext {
	text-align: center;
}


#rightborder {
	width: 98%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}


#leftcolumn {
	float: left;
	width: 130px;
}
#leftcolumn ul {
	list-style-type: none;
	padding-bottom: 20px;
}
#leftcolumn ul li {
	padding: 3px;
}
.heading {
	font-size: 18px;
	text-decoration: none;
}
#leftcolumn a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
}


#leftcontent {
	padding: 20px;
}
#frame {
	width: 1025px;
	margin: auto;
}
h1 {
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #000;
}
a {
	color: #000;
	text-align: left;
}
.para {
	font-size: 12px;
	color: #000;
	text-align: left;
}

#rightcontent ul {
	padding-left: 15px;
	list-style-type: square;
}
.align_left {
	text-align: left;
	font-size: 100%;
}


/*-----------gallery styles---------------*/
 #gallery ul {
 	margin: 0;
	padding: 0;
	list-style-type: none;
 }
#galleryimg {
	border: 4px double #666666;
}

 #gallery li {
	display: inline;
 }
 #gallery li a {
	height: 15px;
	width: 12px;
	margin-right: 3px;
	display: block;
	float: left;
	background-color:#996600;
	margin-bottom: 3px;
 }
 #gallery {
	width: 100%;
	float: left;
 }

#dhtmltooltip{
	position: absolute;
	width: auto;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
 
.smallYellow {
	font-weight: bold;
	color: #FFCF31;
}

