
body{
	background:#fff;
	color:#666;
	text-align:center;
	font-size:90%;
	font-family:sans-serif;
}

a{
	color:#888;
}

#container{
	margin:0 auto;
	width:980px;
	text-align:left;
	border:#ccc 0px solid;
	border-width:0 1px;
}
#header{
	position:relative;
	height:652px;
	background: url(../images/bg_head.jpg);
}
	#header h1{
		float:left;
	}
	#top_text{
		padding:90px 0 0 320px;
	}
	#events{
		position:absolute;
		top:525px;
		left:110px;
	}
		#events li{
			float:left;
			width:180px;
			margin-right:27px;
			text-align:center;
			color:#765;
		}
			#events h3{
				font-weight:bold;
				padding:10px 0 7px;
			}
			#events .small{
				padding:5px 0 0;
				font-size:70%;
				font-weight:normal;
			}
#contents{
	margin-top:-30px;
	clear:left;
}
	#contents h2{
		margin:30px 0 8px;
	}
	#contents p{
		margin:6px 0;
		line-height:140%;
	}
	#contents table{
		margin:6px 0;
		border:#
	}
	#contents th, #contents td{
		font-size:80%;
		padding:5px 10px;
		height:3em;
	}
	#contents th{
		background:#ebe7e4;
		text-align:center;
		font-weight:normal;
		border-bottom:#fff 2px solid;
	}
	#contents img.border{
		border:#ccc 1px solid;
	}
#main{
	width:550px;
	padding-left:25px;
	float:left;
	margin-bottom:30px;
}
	#news li{
		position:relative;
		margin-bottom:40px;
		width:516px;
		padding-left:20px;
		border-top:#ccc 1px solid;
		background:#fff url(../images/bg_news.jpg) no-repeat 0 1px;
	}
		#news .label{
			position:absolute;
			right:0;
			top:1px;
			width:196px;
			height:23px;
			line-height:23px;
			font-weight:bold;
			text-align:center;
			color:#fff;
			background:#b6d22d url(../images/bg_event.gif) no-repeat 0 0;
		}
		#news .date{
			line-height:40px;
			font-size:105%;
			font-weight:bold;
			color:#266fb7;
		}
		#news h3{
			font-size:110%;
			font-weight:bold;
			line-height:150%;
			color:#445;
		}
#sub{
	width:350px;
	float:right;
	margin-bottom:30px;
}
#footer{
	clear:both;
	margin:20px 30px 0;
	border-top:#ccc 3px double;
	text-align:center;
	font-size:80%;
}
	#banners {
		padding:10px 0 10px 30px;
	}
	#banners li{
		float:left;
		line-height:38px;:
	}
	#footer address{
		clear:left;
		padding:10px 0;
		font-style:normal;
	}
		#footer address a{
			text-decoration:none;
			color:#666;
		}
		#footer address a:hover{
			text-decoration:underline;
		}


sup {
	vertical-align: top;
}
strong{
	font-weight:bold;
	color:#555;
}
