html, body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}
div, td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
img {
	border: 0;
}
p {
	padding: 0;
	margin: 15px 0 0 0;
}
h1, h2 {
	font-style: normal;
	margin-top: 0;
}
h1 {
	padding-bottom: 10px;
}
h2 {
	padding-top: 5px;
	font-size: 14px;
}
#header {
	height: 120px;
	position: fixed;
	z-index: 10;
	top: 0;
	width: 977px;
	background: url('../imageset/header_main.png') no-repeat;
	vertical-align: bottom;
}
#menu {
	position: absolute;
	margin-top: 80px;
	margin-left: 100px;
}
#menu a {
	display: inline-block;
	width: 100px;
	line-height: 21px;
	vertical-align: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover, #menu .hover {
	color: #fdb913;
}
#menu img {
	height: 21px;
	width: 100px;
}
#content_container {
	min-height: 150px;
	width: 855px;
	padding: 120px 60px 0 60px;
	position: absolute;
	z-index: 5;
}
#footer_wrapper {
	width: 855px;
	padding: 0 60px 0 60px;
}
div.content {
	background: url('../imageset/content_box.png') no-repeat bottom;
	/*min-height: 300px;*/
	position: relative;
	width: 800px;
	padding: 10px 15px 30px 15px;
	margin-top: 10px;
	/*padding: top right bottom left; */
}
div.content img {
	float: left;
	margin: -10px 15px 0 -15px;
}
div.content img.right {
	float: right;
	margin: -10px -15px 0 15px;
}
div.content_2 {
	background: url('../imageset/content_box_2.png') no-repeat bottom;
	width: 515px;
	margin-left: 285px;
	/*min-height: 300px;*/
	padding-bottom: 30px;

	/*min-height: 322px;padding: top right bottom left; */
}
div.content_2 img {
	float: left;
	margin: -10px 0 0 -300px;
}
div.content_2 img.captcha {
	margin: 0px;
}

div.content h1 {
	margin: 0 0 0 0;
}
div.content h2 {
	margin: 0 0 0 0;
}
div.content h1, h2, h3, h4 {
	font-family: Abadi MT Condensed Light;
}
div.content p {
	line-height: 1.3;
	font-size: 12px;
}
div.content a {
	color: #9e752b;
	text-decoration: underline;
}
div.content a:hover {
	text-decoration: none;
}
#copyright {
	color: #efefef;
	font-size: 10px;
	text-align: center;
	margin: 0;
}
#flash_background {
	position: fixed;
	z-index: 1;
}
#fade_background {
	position: fixed;
	bottom: 0;
	height: 141px;
	z-index: 2;
	width: 100%;
	background: url('../imageset/bg_fade.png') repeat-x;
}

