@charset "utf-8";

* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color: #E1E1E1;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
} 
#header {
	height: 140px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#header_box {
	margin: 0px auto;
	padding: 0px;
	height: 140px;
	width: 800px;
	background-image: url(../img/headerbox.jpg);
	background-repeat: no-repeat;
}
.container_top {
	background-image: url(../img/bg02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 556px;
	background-color: #FFFFFF;
	height: 10px;
	float: right;
}
.container_middle {
	background-color: #FFFFFF;
	float: right;
	width: 556px;
}
.container_bottom {
	background-image: url(../img/bg02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 556px;
	background-color: #FFFFFF;
	height: 10px;
	float: right;
}
.hide  {
	text-indent: -9999px;
	overflow:hidden;
	display: block;
}
.link_h1 {
	height: 48px;
	width: 174px;
	margin: 38px 0px 0px 117px;
	float: left;
	overflow:hidden;
	text-indent: -9999px;
}
#ecg {
	margin: 21px 0px 0px;
	padding: 0px;
	float: right;
	height: 80px;
	width: 200px;
	border-bottom-color: #D2A41B;
	border-left-color: #CE9D1C;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
}
#h1_left {
	font-size: 12px;
	padding: 0px;
	position: relative;
	float: right;
	width: 260px;
	height: 30px;
	display: block;
	margin: 84px 20px 0px 0px;
}
#question {
	float: right;
	width: auto;
}
#sitemap {
	float: right;
	margin-left: 1em;
	width: auto;
}
a.question:link, a.question:visited, a.question:hover, a.question:active  {
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	padding: 0.2em 0.5em;
	text-align: center;
	text-decoration: underline;
}
.pagetop {
	clear: both;
	float: right;
	margin: 40px 0px 0px;
	text-align: right;
	padding: 0px;
	width: 7em;
}
.wrapper #h1_left2 li {
	margin: 0px 0px 0px 0.5em;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.push  {
	height: 70px;
	text-align: center;
	clear: both;
	padding-top: 70px;
} 
.footer  {
	color: #FFFFFF;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 70%;
	text-align: center;
	height: 40px;
	margin: 0px;
	padding: 16px 0px 14px;
}
.footer a {
	color: #FFFFFF!important;
}