#Header {
	float: left;
	width: 698px;
	margin-top: 14px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-bottom: 16px;
}
#Header_back {
	background-image: url(../img/CSS_sprite.png);
	background-position: -100px -175px;
	height: 358px;
	width: 720px;
	position: absolute;
	z-index: 0;
	left: -12px;
	top: 2px;
}
a#logo {
	float: left;
	background-image: url(/img/CSS_sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 85px;
	width: 149px;
	text-indent: -999em;
	background-position: -100px -50px;
	margin-left: 20px;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

#banner {
	float: left;
	height: 204px;
	width: 698px;
	background-color: #b0a393;
	position: relative;
	z-index: 1;
}
#banner img {
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#mini_menu {
	width: 100%;
	height: 25px;
	background-color: #000000;
}
#mini_menu #sub {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#mini_menu p {
	position: absolute;
	top: 4px;
	z-index: 2;
	color: #FFFFFF;
	right: 0px;
	font-size: 11px;
	line-height: 15px;
}
#nav-primary {
	background-image: url(../img/repeat/nav_p.png);
	width: 698px;
	float: left;
	position: relative;
	z-index: 1;
}

#nav-primary li{
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
#nav-primary li a{
	display: block;
	padding-top: 7px;
	padding-right: 22px;
	padding-left: 22px;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
	position: relative;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
#nav-primary  li a:hover, #nav-primary .ON{
	color: #FFFFFF;
	background-color: #ac1305;
	background-image: url(../img/repeat/nav_p_hover.png);
	background-repeat: repeat-x;
}
#nav-2 {
	float: left;
	margin-bottom: 10px;
	background-image: url(../img/repeat/nav_2.png);
	background-repeat: repeat-x;
	height: 31px;
	width: 698px;
	margin-top: 6px;
}

#nav-2 li{
	list-style-type: none;
	float: left;
}
#nav-2 li a{
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 12px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav-2 li a:hover, #nav-2 .ON{
	background-repeat: repeat-x;
	background-image: url(../img/repeat/nav_2_hover.png);
}

