/* 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:1079px;
	text-align:left;
}
/*Schedule Content*/
#bulletin .bulle {
	width:746px;
	height:456px;
	margin:189px 0px 0px 114spx;
	overflow:hidden;
}
#bulletin .bulle .leftcolumn {
	width:378px;
	float:left;
	overflow:hidden;
}
.bulle .leftcolumn ul {
	list-style:none;
	margin-left:30px;
	margin-top:20px;
}
.bulle .leftcolumn li {
	background:url(images/li.gif) no-repeat left center;
	padding-left:12px;
	height:22px;
	line-height:22px;
	margin:5px 0px;
}
.bulle .leftcolumn li a {
	color:#434544;
}
.bulle .leftcolumn .date {
	color:#F6340E;
	margin-left:8px;
}
#bulletin .bulle .rightcolumn {
	float:right;
	width:364px;
}
.bulle .rightcolumn .plist {
	width:162px;
	height:167px;
	float:left;
	margin:21px 1px 6px 7px;;
	text-align:center;
}
.bulle .rightcolumn .plist img {
	width:105px;
	height:83px;
	margin:25px;
}
.bulle .rightcolumn .plist p {
	color:#B32B03;
	font-size:14px;
	margin:5px 0px 0px 0px;
	width:110px;
}
/*Schedule Content End*/
/*Page*/
#page {
	margin-top:100px;
	text-align:right;
	margin-right:25px;
	clear:both;
}
#page a {
	color:#380200;
	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;
}
/*schedule Page*/
#bulletin #page {
	margin-top:20px;
	margin-right:190px;
}
#bulletin #page .live{
	text-align:center;
	background:#370202;
	text-decoration:none;
	padding:0px 3px;
}
/*schedule 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*/
