@charset "UTF-8";
body {
	margin: 0px;
}
.header {
	background-image: url(../hwimages/bgbanner.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 100%;
	background-color: #660000;
	min-width: 688px;
}
.menu1 {
	background-image: url(../hwimages/bgbanner.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 100%;
	background-color: #660000;
	border-bottom: solid #a39058 1px;
	min-width: 688px;
}
.menu2 {
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 100%;
	background-color: #FFFFFF;
	min-width: 688px;
	border-top: solid #ffcc00 1px;
}

