body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	min-height: 800px;
}
h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
img {
	border-width: 0px;
}
a {
	color: #FFF;
}
a:hover {
	color: #94c7ba;
}

#header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 112px;
	background-color: #1C1F23;
}
#header .wrap img {
	float: left;
}
#navigation {
	height: 38px;
	width: 457px;
	background-image: url(../images/navi_bg.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 40px;
}
#navigation p {
	
}
#navigation a {
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	height: 38px;
	width: 90px;
	line-height: 34px;
	margin: 0px 9px 0px 15px;
	font-size: 1em;
}
#main {
	background: url(../images/bg2.jpg);
	border-bottom: 1px solid #999;
}
#main_wrap {
	width: 980px;
	margin: 0px auto;
	background: url(../images/bg_shine.png) no-repeat center top;
	padding: 40px 0px;
}


#footer_top {
	background-color: #31353d;
	margin: 0;
	border-top: 1px solid #000;
}

.footer_section {
	width: 300px;
	float: left;
	margin: 20px 25px 20px 0px;
}

#footer_bottom {
	background-color: #000;
	height: 35px;
}
#footer_bottom p {
	font-size: 0.8em;
	float: right;
	text-align: right;
}



.wrap {
	margin: 0px auto;
	width: 980px;
}
.pushimg {
	text-align: center;
	margin-left: 20px;
}
.clear {
	clear: both;
}
.page_indicator {
	color: #94c7ba;
}
.divide {
	margin-top: 20px;
	margin-bottom: 20px;
}

