@CHARSET "gb2312";
body {
	margin:0;
	padding:0;
	height:auto !important;
	background-color: #EEF1EC; 
	font: 400 14px/150% Tahoma, Helvetica, Arial, sans-serif;
}

#container {margin:0 auto; width:956px;}
#header { height:100px;  margin-bottom:0;}
#mainContent { height:1000px; margin-bottom:0;}
#sidebar { float:left; width:200px;  }
#content { float:right; width:756px;  }/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/
#footer { height:30px; }

/*head*/
.style22 {
	font-size: 31px;
	font-family: "隶书";
	font-weight: bold;
}
.style23 {color: #FF6600; font-size: 31px; font-family: "隶书"; font-style: italic;}


/*导航栏*/
#navo {
	width: 956px;
	padding-left: 4px;
	height: 45px;
	background-attachment: scroll;
	background-image: url(../q_img/nav_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navi {
	background-attachment: scroll;
	background-image: url(../q_img/nav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 4px;
}
#menu {
	height: 45px;
	background-attachment: scroll;
	background-image: url(../q_img/menu_background.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	border:0 none;
	line-height:150%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0;
}
#nav {
	padding-left:20px;
}
#nav li {
	float:left;
	height:35px;
}
#nav li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	cursor:pointer;
	display:block;
	float:left;
	height:43px;
	padding-left:5px;
	text-decoration:none;
}
#nav li a span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/menu_on_right.gif) no-repeat scroll right top;
	color:#FFFFFF;
	float:left;
	font-size:14px;
	line-height:16px;
	padding:12px 14px 10px 10px;
	text-decoration:none;
}

#nav .menu_line {
	background-attachment: scroll;
	background-image: url(../q_img/nav_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 3px;
	margin-top: 8px;
	margin-right: 3px;
	margin-left: 3px;
}
#nav li .nav_on {
	background-image: url(../q_img/menu_on_left.gif);
	background-repeat: no-repeat;
}
#nav li .nav_on span {
	background-position:right 0px;
	color:#333333;
	font-weight:bold;
	padding:12px 14px 17px 10px;
	text-decoration:none;
	background-image: url(../q_img/menu_on_right.gif);
}
.STYLE7 {
	font-family: "宋体";
	font-size: 12px;
	color: #3366FF;
}


.link a:link {
		color: #0000FF;
		text-decoration: none;
		font-weight:bold;
		font-size: 12px;
	}
	
.link a:hover {
		color: #a5003b;
		text-decoration: none;
		font-weight:bold;
		font-size: 12px;
	}