body{
	font:12px "ËÎÌå";
	text-align:center;
	margin:0px;
	background-color:#FFF;
}
#container{
	width:800px;
	margin:0px auto;
}
#header{
	width:800px;
	margin:0px auto;
}
#menu{
	width:800px;
	height:74px;
	margin:0px auto;
	background:url("../images/logo.gif") no-repeat;
}
#banner{
	width:778px;
	height:177px;
	margin:0px auto;
	background:url('../images/banner.jpg') no-repeat;
	border-bottom:5px solid #EFEF00;
}
#pagebody{
	width:778px;
	margin:5px auto;
}
#sidebar{
	width:163px;
	float:left;
	background-color:#BDBDBD;
}
#login{
	margin:10px 0px 0px 0px;
}
#mainbody{
	text-align:left;
	width:610px;
	float:right;
	background-color:#D8D8D8;
}
#mainfunction{
	margin:10px 0px 0px 10px;
}
#footer{
	width:778px;
	height:40px;
	margin:0px auto;
	background-color:#FFCC00;
	padding:20px 0px 0px 0px;
	font-weight:bolder;
}

#menu ul{
	list-style:none;
	float:right;
	margin:25px 10px 0px 0px;
}
#menu ul li{
	float:left;
	margin:0 10px;
	line-height:28px;
}
.menudiv{
	width:2px;
	height:28px;
	background:#999;
}
#menu ul li a:link,#menu ul li a:visited{
	font-weight:bold;
	color:#666;
	text-decoration:none;
	background-color:#efefef;
}
#menu ul li a:hover{
	background:#666;
	color:#fff;
}
a:link,a:visited{
	text-decoration:none;
}
a:hover{
	background:#666;
	color:#fff;
}
#mainfunction img{
	max-width:480px;
	width:expression(this.width > 480 ? "480px" : this.width);
}
