body {
	background-color: #EFEFEF;
	font-family: Arial,Helvetica,sans-serif;
	
}

a {
	text-decoration: none;
	color: #656565;
}

a:hover {
	text-decoration: underline;
}

a.active {
	color: #000000;
	font-size: 25px;
}

a.active:hover {
	text-decoration: none;
	cursor: default;
}

#content {
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
    overflow:auto;
	background: #FFFFFF;
	background-repeat: no-repeat;
	min-height: 1000px;
}

#header {
	margin-top: 95px;
	width: 1000px;
	height: 42px;
	cursor: pointer;
}

#body {
	overflow: auto;
	min-height: 711px;
	margin-top: 80px;
}

.main {
	overflow: auto;
	background-repeat: repeat-y;
	width: 1000px;
	display: -moz-inline-box;
	display: inline-block;
}

#main_two {
	margin-top: 50px;
}

#main_three {
	margin-top: 50px;
}

#main_four {
	margin-top: 50px;
}

#main_five {
	margin-top: 50px;
}

.main_title {
	width: 167px;
	color: #FFFFFF;
	text-align: right;
	padding: 24px 15px 0 0;
	float: left;
	background: #BAB058;
	height: 42px;
	
}

.main_section {
	float: left;
	width: 818px;
}

.section_header {
	background: rgba(220, 220, 220, 0.5);
    float: left;
    font-size: 20px;
    padding: 5px 0 0 15px;
    width: 803px;
	text-decoration: bold;
	height: 28px;
}

.ie .section_header { 
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50CCCCCC,endColorstr=#50CCCCCC); 
	zoom: 1;
}


.section_content {
    width: 788px;
	float: left;
	padding: 15px;
	background: rgba(209, 210, 194, 0.7);
}

.ie .section_content { 
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50D4D099,endColorstr=#50D4D099); 
	zoom: 1;
}

.copy {
	float: left;
	width: 450px;
	font-size: 13px;
	color: #777777;
}

.middle_header {
	font-size: 20px;
	padding: 0 0 15px 0;
	color: #000000;
}

.close {
	float: left;
	text-align: right;
	width: 335px;
}

.more_link {
	padding-left: 15px;
	font-size: 15px;
	color: #222222;
}

.small_img {
	padding: 10px;
}

#footer {
	height:91px;
	background:#9B9D89;
	position: absolute;
	color: #DDDDDD;
	text-align: center;
	font-size: 11px;
	width: 1000px;
}

#footer a {
	color: #DDDDDD;
}

#footer_top {
	height: 33%;
	border-bottom-style: dotted;
	border-width: 1px;
	margin-top: 10px;
	padding-top: 10px;
	font-size:14px;
}

#footer_bottom {
	height: 67%;
	margin-top: 10px;
}

#footer span {
	margin: 0 18px;
}