@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D5BA88;
}
#Container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 710px;
}
#header {
	position: absolute;
	background-color: #A5803A;
	width: 1000px;
	height: 100px;
}
#logo  {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#h-menu {
	bottom: 0px;
	right: 5px;
	position: absolute;
}
#h-menu-active {
	position: absolute;
	background-color: #728788;
	width: 1000px;
	height: 11px;
	top: 110px;
}
#h-menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
}
.h-menu-active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #728788;
	display: block;
	text-decoration: none;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
	cursor: pointer;
}
#top-corner {
	position: absolute;
	height: 12px;
	width: 1000px;
}
#top-corner .left {
	float: left;
}
#top-corner .right {
	float: right;
}

#h-menu  a:hover {
	background-color: #9AAAAB;
}
#Center_Box {
	position: absolute;
	width: 1000px;
	top: 121px;
	background-color: #728788;
}

