body{
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, "", sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
}

/*-----页面容器-----*/
#container{
	margin:0px auto;
	width:960px;
}

	/*---页头---*/
	#header{
		height:115px;
		background:url(../images/header_bg.gif) no-repeat;
	}
		/*站标*/
		#logo{
			width:320px;
			height:80px;
			float:left;
			text-align:left;
		}
			#logo img{
				border:0px;
			}
		/*顶部条*/
		#topbar{
			width:640px;
			height:80px;
			line-height:80px;
			float:left;
		}
			#topbar ul{
				width:640px;
				height:25px;
				margin:0px;
				padding:0px;
				float:left;
				text-align:center;
				background:url(../images/topbar_bg.gif) right no-repeat;
			}
			#topbar li{
				width:80px;
				height:25px;
				line-height:25px;
				float:right;
				list-style-type:none;
			}
			#topbar ul.welcome{
				margin:0px;
				padding:0px;
				width:240px;
				height:55px;
				float:right;
				text-align:center;
				background:none;
			}
			#topbar li.nlogin{
				margin:20px 0px 0px 0px;
				padding:0px;
				width:240px;
				height:25px;
				float:right;
				text-align:center;
				background:url(../images/topbar_bg_welcome.gif) center center no-repeat;
			}
			#topbar li.ylogin{
				margin:20px 0px 0px 0px;
				padding:0px;
				width:240px;
				height:25px;
				float:right;
				text-align:center;
			}
			#topbar a:link,a:visited{
				color:#333333;
				text-decoration:none;
			}
			#topbar a:hover{
				color:#333333;
				text-decoration:underline;
			}
		/*菜单*/
		#menu{
			width:960px;
			height:35px;
			line-height:35px;
			float:left;
		}
			#menu ul{
				margin:0px;
				padding:0px;
				float:left;
				text-align:center;
			}
			#menu li{
				margin-right:3px;
				width:100px;
				height:35px;
				line-height:35px;
				float:left;
				list-style-type:none;
				background:url(../images/menu_button_out.gif) no-repeat center center;
				cursor:pointer;
			}
			#menu li.search{
				margin-right:0px;
				width:130px;
				text-align:left;
				background:none;
				cursor:default;
			}
			#menu li.sselect{
				margin-left:7px;
				margin-right:0px;
				width:60px;
				text-align:left;
				background:none;
				cursor:default;
			}
			#menu li.sbutton{
				margin-right:0px;
				width:42px;
				text-align:right;
				background:none;
			}
			#menu li.form{
				margin:0px;
				padding:0px;
			}
			#menu input.stextout{
				margin:7px 0px 0px 7px !important;
				margin:6px 0px 0px 7px;
				padding-top:3px !important;
				padding:0px;
				width:120px;
				height:17px !important;
				height:20px;
				line-height:20px;
				vertical-align:top;
				border:1px solid #D2D2D2;
				color:#CCCCCC;
				font-size:12px;
				text-align:center;
			}
			#menu input.stexton{
				margin:7px 0px 0px 7px !important;
				margin:6px 0px 0px 7px;
				padding-top:3px !important;
				padding:0px;
				width:120px;
				height:17px !important;
				height:20px;
				line-height:20px;
				vertical-align:top;
				border:1px solid #333333;
				color:#333333;
				font-size:12px;
				text-align:center;
			}
			#menu select{
				margin:7px 0px 0px 0px;
				padding:0px;
				vertical-align:top;
			}
			#menu input.sbutton{
				margin:5px 0px 0px 0px;
				padding:0px;
				vertical-align:top;
			}
			#menu .mon{
				background:url(../images/menu_button_on.gif) center no-repeat;
			}
	
	/*---页尾---*/
	#footer{
		margin-top:10px;
		padding:10px 0px 10px 0px;
		width:958px;
		float:left;
		border-top:1px solid #D2D2D2;
		border-left:1px solid #D2D2D2;
		border-right:1px solid #D2D2D2;
		background:#FAFAFA;
	}