/* CSS Document */
/*Public*/
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-size:12px;
}
img {
	border:none;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration:none;
}
/*Public End*/

/*TOP*/
#header {
	background:url(images/topbg.jpg) no-repeat top center;
	width:1000px;
	height:155px;
	margin-left:auto;
	margin-right:auto;
}
/*TOP End*/

/*MiddleContent*/
#middlecontent {
	background:url(images/middlebg.jpg) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:1080px;
	text-align:left;
}
/*ContentList*/
#middlecontent #news {
	margin-top:180px;
	width:660px;
	text-align:left;
	margin-left:140px;
}
#news .title {
	width:200px;
	filter: Glow(Color=#F9FF07, Strength=2px);
	color:#FE6700;
	font-size:16px;
	font-weight:bold;
	margin-left:25px;
}
#news .contentlist {
	margin-top:25px;
	height:410px;
	overflow:hidden;
}
#news .contentlist ul {
	list-style:none;
}
#news .contentlist li {
	background:url(images/li.gif) no-repeat left top;
	padding-left:10px;
	height:14px;
	line-height:14px;
	margin:8px 0px;
	color:#424542;
	font-size:12px;
	word-spacing:3px;
}
#news .contentlist li a {
	color:#424542;
}
#news .contentlist .date {
	color:#FF7900;
	font-weight:normal;
	margin-left:5px;
	font-size:12px;
}
/*ContentList End */

/*Page*/
#page {
	margin-top:100px;
	text-align:right;
	margin-right:25px;
}
#page a {
	color:#005967;
	margin:2px 2px;
	text-decoration:none;
}
#page li {
	display:inline;
	margin:0;
}
#page .preview {
	background:url(images/pli.gif) no-repeat left center;
	padding-left:14px;
}
#page .pageup {
	background:url(images/uli.gif) no-repeat left center;
	padding-left:14px;
}
#page .pagedown {
	background:url(images/nli.gif) no-repeat left center;
	padding-left:14px;
}
#page .lastpage {
	background:url(images/lli.gif) no-repeat left center;
	padding-left:14px;
}
#page .live {
	color:#fff;
	text-decoration:underline;
}
/*News Page*/
#news #page {
	margin-top:33px;
	margin-right:0px;
}
#news #page .live{
	text-align:center;
	background:#370202;
	text-decoration:none;
	padding:0px 3px;
}
/*News Page End*/
/*Page End*/

/*MiddleContent End*/

/*Footer*/
/*footer*/
#footer {
	clear:both;
	background:url(images/footbg.jpg) no-repeat top center;
	width:1000px;
	height:97px;
	font-size:12px;
}
#footer .link {
	color:#fff; 
	text-align:center;
	margin-top:10px;
}
#footer .link a {
	color:#fff;
	text-decoration:none;
	margin:3px 10px;
}
#footer .lable {
	margin-top:25px;
	line-height:40px;
	height:40px;
	text-align:center;
	width:350px;
}
.lable .til {
	float:left; 
}
.lable .text {
	float:left; 
}
#footer .lable a{
	color:#1F1F1F;
	text-decoration:none;
	margin:3px 3px;
}
/*Footer End*/
