/* ¿ò¼Ü²¼¾Ö */
#container{
	clear: both;
	float: none;
	height: 100%;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 190px;
	width: 860px;
}
#logo{
	height: 136px;
	width: 860px;
}
#nav{
	background-image: url(../images/nav_bg2.jpg);
	background-repeat: repeat-x;
	height: 32px;
	width: 860px;
}

/* #nav a{
	font-weight: bold;
	color: #4485d7;
	text-decoration: none;
	background-image: url(../images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	text-indent: 5px;
}
#nav a:hover{
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	background-image: url(../images/icon2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	text-indent: 5px;
}
*/
#manage{
	height: 16px;
	width: 838px;
	margin-top: 2px;
	background-image: url(../images/manage_bg.jpg);
	background-repeat: repeat-x;
	font-size: 9pt;
	color: #90732f;
	padding-top: 4px;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	padding-right: 10px;
	padding-left: 10px;
}
.msg{position:absolute;right:0;
}
#pagebody{
	height: auto;
	width: 860px;
	margin-top: 2px;
}
#sidebar{
	float: left;
	height: auto;
	width: 220px;
}
#mainbody{
	float: left;
	height: auto;
	width: 633px;
	padding-left: 7px;
}
#footer{
	width: 860px;
	margin-top: 6px;
	height: 150px;
	position: relative;
	background-color: #ffffff;
}
.newslist{
	font-size: 12px;
	line-height: 1.8em;
	color: #8c8c8c;
	text-indent: 24px;
}
.clear{ clear:both;}