@charset "utf-8";
body {
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "ËÎÌå";
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	margin: 0 auto;
}
body > div {
	margin: 0 auto;
	width: 900px;
}
#mainpage {
	width: 950px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-top: 12px;
	background-image: url(/images/banner.gif);
	background-repeat: no-repeat;
	background-position: 11px 11px;
	padding-top: 184px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
	height: 915px;
	position: relative;
}
#mainpage #nav {
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 38px;
	text-align: right;
	width: 745px;
	padding-left: 205px;
}
#mainpage #nav #navigation {
	height: 28px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 745px;
}
#mainpage #nav #navigation ul {
	margin: 0px;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainpage #nav #navigation ul li {
	float: left;
	list-style-type: none;
}
#mainpage #nav #navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
}
#mainpage #nav #navigation ul li a:hover {
	color: #F90;
}
#mainpage #left {
	width: 195px;
	height: 872px;
	float: left;
}
#mainpage #stru {
	height: 307px;
	background-color: #6B9800;
	color: #936;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
	float: left;
}
#mainpage #stru #details {
	width: 195px;
	line-height: 20px;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: right;
}
.alink {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#mainpage #left #board {
	float: left;
	width: 195px;
	background-color: #069;
	height: 400px;
	margin-top: 10px;
	background-image: url(/images/board.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 155px;
	line-height: 22px;
	text-align: left;
	font-family: "Î¢ÈíÑÅºÚ";
	overflow: hidden;
}
#mainpage #right {
	width: 745px;
	overflow: auto;
	padding-left: 10px;
	float: right;
	position: absolute;
	left: 205px;
	top: 225px;
	text-align: left;
	line-height:20px;
}
#mainpage #right a {
	color: #369;
	text-decoration: none;
}
#mainpage #right a:hover {
	color: #369;
	text-decoration: underline;
}
#mainpage #middle {
	height: 553px;
	width: 420px;
	float: left;
	overflow: hidden;
}

#mainpage #headline {
	width: 410px;
	height: 307px;
	padding-right: 10px;
	line-height: 20px;
}
#mainpage #bigtitle {
	line-height: 45px;
	height: 45px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	font-weight: bold;
	color: #636;
	
}
#mainpage #middle #master {
	height: 236px;
	width: 410px;
	float: left;
	background-image: url(/images/master_bg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
}
#mainpage #report {
	float: left;
	height: 500px;
	width: 319px;
	border: 3px solid #CCC;
	background-image: url(/images/report_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 47px;
	overflow: hidden;
	text-align: left;
}
#mainpage #photo {
	width: 745px;
	height: 150px;
	background-color: #FC0;
	float: left;
	background-image: url(/images/photo_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#mainpage #right #photo #photo_roll {
	height: 118px;
	border: 1px solid #999;
	margin-top: 30px;
	background-color: #FFF;
}
#mainpage #right #bottom {
	background-image: url(/images/bottom.gif);
	background-repeat: no-repeat;
	float: left;
	height: 133px;
	width: 745px;
	background-position: center center;
}