@charset "gb2312";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#banner {
	width: 870px;
	background-image: url(../images/main_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}

.menuBG1 {
	background-image: url(../images/top_banner_pic_1.gif);
	background-repeat: no-repeat;
}

.menuBG2 {
	background-image: url(../images/top_banner_pic_2.gif);
	background-repeat: no-repeat;
}

.menuBG3 {
	background-image: url(../images/top_banner_pic_3.gif);
	background-repeat: no-repeat;
}

#main {
	font-size: 12px;
	width: 870px;
	background-image: url(../images/main_bottom_bg.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
	clear: both;
	background-position: bottom;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#main #side {
	width: 176px;
	float: left;
}

#main #side_menu {
	width: 176px;
	background-image: url(../images/side_menu_bg.gif);
	background-repeat: repeat-y;
}

#main #side #side_menu .side_menu_top {
	background-image: url(../images/side_menu_top_bg.gif);
	background-repeat: no-repeat;
	height: 121px;
	width: 176px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 15px;
}
#main #side #side_menu .side_menu_bottom {
	background-image: url(../images/side_menu_bottom_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 21px;
	width: 176px;
}
#main a {
	color: #666;
	text-decoration: none;
}
#main #side a:link {
	color: #666;
}
#main #side a:hover {
	color: #AAA;
	background-color: #FFF;
}
#main #side a:active {
	color: #AAA;
}

#main #side_menu a {
	color: #FFF;
	text-decoration: none;
}
#main #side #side_menu a:link {
	color: #FFF;
}
#main #side #side_menu a:hover {
	color: #09C;
	background-color: #FFF;
}
#main #side #side_menu a:active {
	color: #666;
}

#main #side #side_menu .side_menu_top .side_menu_title {
	font-family:  "黑体", "黑体", "宋体";
	font-size: 20px;
	color: #b6fed6;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: 0px 32px;
}
#main #side #side_menu .side_menu_top .side_menu_content {
	font-family: "黑体","方正舒体", "幼圆", "宋体";
	font-size: 16px;
	color: #fff;
	text-align: right;
	background-image: url(../images/item_snow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	line-height: 25px;
	padding-right: 13px;
	font-variant: small-caps;
}
#main #content {
	width: 664px;
	background-color: #F7F7F7;
	float: right;
}
#main #content a {
	color: #666;
	text-decoration: none;
}
#main #content a:link {
	color: #666;
}
#main #content a:hover {
	color: #FF0000;
}
#main #content a:active {
	color: #FF0000;
}
#main #content #top_bg {
	width: 664px;
	height: 20px;
	background-image: url(../images/content_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#main #content #top_bg .notice {
	background-image: url(../images/notice.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
}
#main #content #top_bg .title {
	height: 40px;
	width: 100px;
}
#main #content #top_bg .title .title_cn {
	text-align: right;
	font-family: "黑体", "方正姚体";
	font-size: 30px;
	color: #333;
	line-height: 32px;
}
#main #content #top_bg .title .title_en {
	text-align: right;
	line-height: 10px;
}
#main #content #top_bg .dot_line {
	background-image: url(../images/line_dot.gif);
	background-repeat: repeat-x;
	height: 15px;
	background-position: center center;
}

#content #bottom_bg {
	width: 664px;
	height: 20px;
	background-image: url(../images/content_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
