#container {
	width: 1000px;
	margin: 0 auto;}


#navi {
	width: 1000px;
	height: 50px;
	background-color: #357CBC;
	line-height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5BA00;}

#navi ul {
	width: 1000px;
	height: 40px;}

#navi ul li {
	list-style: none;
	display: block;
	float: left;
	width: 250px;
	height: 40px;
	text-align: center;
	font-family: 'Microsoft Yahei', sans-serif;
	font-size: 18px;}

#navi ul li a {
	color: #fff;
	display: block;
	height: auto;
	width: auto;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: bold;}

#navi ul li a:hover {
	color: #000;
	background-color: #FC0;}

#banner {
	width: 1000px;
	height: 110px;
	background: url(../images/top_main_bg.gif);}

#liblogo {
	width: auto;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 30px;}
#liblogo img {
	float: left;}


#toppic {
	width: 220px;
	height: 88px;
	float: left;
	
	margin-top: 17px;
	background: url(../images/top_pic.gif) no-repeat;}


#left {
	float: left;
	border: 3px solid #eaeaea;
	background: #D4E5F5;}

#left span {
	margin-left: 10px;
	color: #333;
	font-family: 'Microsoft Yahei', sans-serif;
	font-size: 20px;
	font-weight: bold;}

#left ul li {
	list-style: square;
	width: 147px;
	height: 25px;
	margin-left: 40px;
	font: 15px 'Microsoft Yahei', sans-serif;
	margin-top: 6px;
	margin-bottom: 6px;}

#left ul li a {
	color: #000;}

#left ul li a:hover {
	color: #00F;
	text-decoration: underline;}

#link {
	width: 810px;
	height: 30px;
	border: 1px solid #ACD1F5;
	background-color: #BBD6F2; 
	float: left;
	font: 15px/30px 'Microsoft Yahei', sans-serif;}

#link span {
	margin-left: 15px;}

#link a {
	text-decoration: none;
	color: #666;}

tr td a:hover {
	text-decoration: underline;
	color: #357CBC;}

#footer {
	width: 980px;
	height: 50px;
	float: left;
	background: url(../images/top_main_bg.gif);
	color: #fff;
	font: 15px/50px 'Microsoft Yahei', sans-serif;
	padding-left: 20px;}

#footer a {
	text-decoration: none;
	color: #fff;}

#footer span {
	margin-left: 30px;}
