body,ul,li,div,a,img{
	padding:0px;
	margin:0px;
	border:0px none;
}

body{
	background:url("images/main_bg.png") repeat-x scroll 0 140px #FFFFFF;
}

div.section_title{
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 5px;
   background-color:#cecec8;
   width: 100%;
   font: 600 18px system-ui;
}

div.section_content{
   margin-top: 10px;
   margin-bottom: 10px;
   background-color:#ffffff;
   width: 100%;
   font: 400 16px system-ui;
}

div#online{
	margin: 0px auto;
	width: 700px; 
	border-left: solid 4px #848561;
	border-right: solid 4px #848561;
	background-color: #ffffff;
	padding: 50px;
	font-size: 24px;
}

#header{
	width:100%;
	height:146px;
	background: url("images/Top_Banner.png") no-repeat scroll center top #848464;
}

#menu_bg_wrapper{
	width:808px;
	margin:0px auto;
	height: 32px;
}

#menu{
	float:left;
	width:100%;
	background: url("images/Top_Menu_Bar.png") no-repeat scroll center top #848464;
	clear:both;
}

#menu ul{
	list-style: none outside none;
}

#menu li{
	float:left;
	margin-left: 74px;
    margin-top: 8px;
	background: none repeat scroll 0 0 #FFFFFF;
}

#main_content{
	margin:0px auto;
	width:808px;
	height:704px;
}

#footer{
	background: url("images/Footer.png") no-repeat scroll center top #848464;
	width:100%;
	height:103px;
}

#footer_menu{
    margin: 0 auto;
    width: 808px;
}

#footer ul{
    list-style: none outside none;
    margin-right: 16px;
}

#footer li{
    float: right;
    margin-left: 25px;
    margin-top: 14px;
}

#main_content.height710 {
    height: 711px;
}