@charset "utf-8";
#container {
	z-index: 100;
}
#container #MenuBar {
	width: 140px;
	float: left;
	position: fixed;
	top: 90px;
	z-index: 100;
	left: 0px;
	height: 100%;
	background-position-y:67px;
	background-image: url(Images/Honda_Wing_Gold.jpg);
	}
#container #Main {
	left: 156px;
	position: absolute;
	float: left;
	top: 90px;
}
#container #header {
	position: fixed;
	background-image: url(Images/Honda_Wing_Gold.jpg);
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
}

body {
	top: 100px;
	left: 90px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.NavBar {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.NavBar ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
.NavBar ul li {
	border: medium ridge #000;
	margin: 4px;
	padding: 1px;
	background-image: url(Images/Button.gif);
}
.NavBar ul li:hover {
	background-color: #963;
	background-image: url(Images/Button-Hover.gif);
	font-weight: bold;
}
.NavBar ul a {
	color: #000;
	text-decoration: none;
}
#container #MenuBar #CounterDiv {
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
