﻿/*======================整站======================*/
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border:0px;
	margin:0px;
	padding:0px;
	text-align:left;
}
body{
	text-align:center;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#container{
	width:960px;
	margin:0 auto;
}
#body{
	width:960px;
	position:relative;
	float:left;
	margin-top:10px;
}
/*======================banner======================*/
#banner{
	width:100%;
	height:70px;
	float:left;
}
#banner #logo{
	width:200px;
	height:70px;
	background:url(../images/banner/logo.jpg) no-repeat;
	float:left;
}
#banner #nav{
	width:550px;
	height:34px;
	background:url(../images/banner/navMain.jpg) repeat-x;
	margin:18px 10px 18px 50px;
	float:left;
}
#banner #nav #nL{
	width:10px;
	height:34px;
	background:url(../images/banner/navLeft.jpg) no-repeat;
	float:left;
}
#banner #nav #nR{
	width:10px;
	height:34px;
	background:url(../images/banner/navRight.jpg) no-repeat;
	float:right;
}
#banner li{
	list-style:none;
	display:block;
	height:34px;
	line-height:30px;
	float:left;
}
#nav a{
	display:block;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:4px 18px 0px;
}
#nav a:link {
	color:#FFFFFF;
}
#nav a:visited {
	color:#FFFFFF;
}
#nav a:hover {
	color:#00AA00;
}
#nav a:active {
	color:#FFFFFF;
}
#banner #link{
	width:130px;
	height:34px;
	line-height:34px;
	margin:18px 0px;
	float:right;
}
#banner #link a{
	margin:0px 5px;
}
/*======================left======================*/
#box{
	width:230px;
	float:left;
}
#navLeft{
	width:230px;
	text-align:right;
	float:left;
}
#navLeft h2{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	display:block;
	width:225px;
	height:21px;
	line-height:21px;
	background:url(../images/left/leftNavL1.gif);
	margin:5px 0 15px;
	float:right;
}
#navLeft ul{
	display:block;
	margin:5px 0 15px;
	text-align:right;
	float:right;
}
#navLeft li{
	text-align:right;
	list-style:none;
	line-height:24px;
	height:24px;
	display:block;
	width:131px;
	height:25px;
	line-height:25px;
	background:url(../images/left/leftNavL2.gif);
}
#navLeft li a{
	text-align:right;
}
#server{
	width:230px;
	height:66px;
	background:url(../images/left/leftServer.gif) no-repeat;
	float:left;
	margin-top:10px;
}
#cooperate{
	width:230px;
	height:200px;
	background:url(../images/left/leftCooperate.gif) no-repeat;
	float:left;
	margin-top:10px;
	padding-top:25px;
}
.cooperateLink{
	display:block;
	width:100px;
	height:40px;
	float:left;
	margin:30px 0 0 10px;
}
/*======================main======================*/
#main{
	width:960px;
	float:left;
}
#main #top{
	width:960px;
	height:25px;
	background:url(../images/mainBgTop.gif) no-repeat;
	float:right;
}
#main #middle{
	width:960px;
	background:url(../images/mainBgMiddle.gif) repeat-y;
	float:right;
}
#main #bottom{
	width:960px;
	height:25px;
	background:url(../images/mainBgBottom.gif) no-repeat;
	float:right;
	margin:-25px 0 10px;
}
/*======================foot======================*/
#foot{
	width:960px;
	height:64px;
	background:#E7E7E7;
	margin-top:5px;
	float:left;
}
#foot #fL{
	float:left;
	background:url(../images/foot/footLeft.jpg) no-repeat;
	width:5px;
	height:64px;
}
#foot #fR{
	float:right;
	background:url(../images/foot/footRight.jpg) no-repeat;
	width:5px;
	height:64px;
}
#foot #fLogo{
	background:url(../images/foot/footLogo.jpg) no-repeat;
	width:45px;
	height:64px;
	margin:0px 10px;
	float:right;
}
#foot #fText{
	margin:10px;
	float:right;
	text-align:right;
}
#foot #fLink{
	text-align:right;
}
#foot #fLink a{
	margin:8px 15px;
	color:#666666;
	text-align:right;
	padding:2px;
}
#foot #fCopyRight{
	margin:8px;
	padding:2px;
	background:#FFFFFF;
}