/* 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;
}
p {margin-top:10px}
/*Public End*/

/*TOP*/
#header {
	background:url(images/topbg.jpg) no-repeat top center;
	width:1000px;
	height:155px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	overflow:hidden;
}
/*TOP End*/

/*MiddleContent*/
#middlecontent {
	background:url(images/middlebg.jpg) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:center;
	clear:both;
	overflow:hidden;
}
/*NewsContent*/
#middlecontent .topbg {
	width:1000px;
	background:url(images/contentcenter.jpg) repeat-y top center;
	clear:both;
	overflow:hidden;
}
#middlecontent .bottombg {
	height:150px;
	width:1000px;
	background:url(images/contentbot.jpg) no-repeat top center;
	clear:both;
	overflow:hidden;
}

#middlecontent .centerbg {
	width:1000px;
	background:url(images/contenttop.jpg) no-repeat top center;
	clear:both;
	overflow:hidden;
	text-align:center;
}
#newscontent {
	margin-top:150px;
}
#newscontent .title {
	color:#A52A00;
	width:600px;
	font-size:14px;
	font-weight:bold;
	margin:10px 0px;
}
#newscontent .date {
	width:628px;
	height:28px;
	background:#F2E098;
	border:2px solid #FDBA2E;
	margin:5px 0px 10px 0px;
	color:#A52A00;
	font-size:14px;
	font-weight:bold;
}
#newscontent .date p {
	float:left;
	width:200px;
	margin:6px 3px;
	height:28px;
	line-height:28px;
	text-align:left;
}
#newscontent .content {
	width:756px;
	font-size:14px;
	clear:both;
	overflow:hidden;
	line-height:150%;
	text-align:left;
	margin-top:20px;
}

/*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*/