@charset "gb2312";
body {
	background-color: #FDFCF3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666;
}
a {
	color: #666;
	text-decoration: none;
}
a:link {
	color: #666;
}
a:hover {
	color: #AAA;
}
a:active {
	color: #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
#top {
	width: 870px;
	height: 95px;
}

#top #logo {
	width: 143px;
	height: 95px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
}
#top #menu {
	width: 727px;
	height: 95px;
	float: right;
	text-align: right;
}
#top #menu #sub_menu {
	height: 25px;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
}
#top #menu #sub_menu a {
	color: #333;
	text-decoration: none;
}
#top #menu #sub_menu a:link {
	color: #333;
}
#top #menu #sub_menu a:hover {
	color: #AAA;
}
#top #menu #sub_menu a:active {
	color: #333;
}
#top #menu #main_menu {
	width: 550px;
	font-size: 18px;
	height: 50px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	clear: none;
}
#top #menu #main_menu a {
	color: #FFF;
	text-decoration: none;
}
#top #menu #main_menu a:link {
	color: #FFF;
}
#top #menu #main_menu a:hover {
	color: #333;
}
#top #menu #main_menu a:active {
	color: #FFF;
}
#top #menu #main_menu .menu_left {
	width: 25px;
	height: 50px;
	background-image: url(../images/menu_left_bg.gif);
	background-repeat: no-repeat;
	clear: none;
}
#top #menu #main_menu .menu_middle {
	width: 500px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-family: "ºÚÌå", "ËÎÌå";
	padding-top: 18px;
	padding-right: 5px;
	padding-left: 5px;
}
#top #menu #main_menu .menu_right {
	width: 25px;
	height: 50px;
	background-image: url(../images/menu_right_bg.gif);
	background-repeat: no-repeat;
	clear: none;
}
#bottom {
	width: 870px;
	height: 80px;
	clear: both;
	text-align: right;
	color: #999;
	padding: 20px;
}
#bottom a {
	text-decoration: none;
	filter: DropShadow(Color=#333, OffX=5, OffY=5, Positive=1);
}
#bottom a:link {
	color: #999;
}
#bottom a:hover {
	color: #333;
}
#bottom a:active {
	color: #fff;
}
#bottom .content {
	line-height: 20px;
}
table {
	font-size: 12px;
	line-height: 20px;
}