/* CSS Document */
@charset "utf-8";

html {min-width: 778px;}
body {
	font-family: '宋体', '新宋体', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-color:#ccc;
	margin: 0px auto;
	padding: 0px; 
	border: 0px;
	text-align: center;
	text-decoration: none;
}
a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #4E4E4E;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#top_banner {
	margin: 0px auto;
	padding: 0px; 
	width:778px;
	height:127px;;
	clear:both;
	background-image:url(../images/common/banner_index.jpg);
}
#main_menu {
	margin: 0px auto;
	padding: 0px; 
	width:778px;
	height:39px;
	background-color:#2E8842;
	clear:both;
}
#main_menu ul {
	margin: 0px 0px 0px 14px;
	padding: 0px;
}
#main_menu li {
	margin: 0px;
	width:93px;
	list-style-type: none;
	text-align: left;
	float:left;
}
#main_menu li a {
	text-decoration:none;
	display: block;
}
#main_menu li a:hover {
	text-decoration:none;
	display: block;
}

#footer{
	margin: 0px 0px 0px 32px; 
	padding: 4px 0px 0px 0px;
	width: 530px;
	height: 50px;
	clear:both;
	font-size:12px;
	line-height:150%;
	color:#999;
	text-align:center;
	border-top:#ccc 1px solid;
}
.bt1{
	width:47px; 
	height:19px; 
	border:0px;
	color:#efefef; 
	font-family: '宋体', '新宋体', Arial, Helvetica, sans-serif;
	background-image:url(../images/common/bt_submit2.gif); 
	background-repeat:no-repeat;
/*	margin:8px 0px 8px 0px;	*/
}
.bt2{
	width:62px; 
	height:18px; 
	border:0px;
	color:#666; 
	font-family: '宋体', '新宋体', Arial, Helvetica, sans-serif;
	font-weight:bolder; 
	background-image:url(../images/bt_submit2.gif); 
	background-repeat:no-repeat;
}
/*
#main{
	margin: 0px auto;
	padding: 0px; 
	width:778px;
	height:100%;
	clear:both;
	background-color:#FFFFFF;
	background-image:url(../images/common/main_bg.gif);
	background-repeat:repeat-y;
}
*/
#m_left{
	width:178px;
	text-align:left;
	float:left;
}
#m_right{
	border-left:#CCCCCC 1px solid;
	width:530px;
	height:100%;
	text-align:justify;
	font-size:12px;
	line-height:150%;
	color:#666;
	float:left;
	padding:27px 0px 0px 25px;
	color:#333333;
}
