* {
	margin:0;
	padding:0;
}
body {
	color:#000;
	background:#FFF url(img/body.png) repeat-x;
	font:normal 13px Arial;
}
img {
	border:0;
}
h1 {
	margin:0 0 10px;
}
p {
	line-height:21px;
	margin:10px 0;
}
li {
	margin-left: 20px;
}
#container {
	position:relative;
	margin:0 auto;
	width:960px;
}
	#header {
		height: 200px;
	}
		#logo {
			position:absolute;
			top:18px;
			left:30px;
			display:block;
			width:235px;
			height:106px;
			background:url(img/logo.png);
			text-indent:-999px;
			overflow:hidden;
		}
		#searchform {
			background:url(img/search.png) 100% 0 no-repeat;
			position:absolute;
			right:30px;
			top:15px;
		}
			#searchform div {
				margin:40px 10px 50px;
			}
				#searchform label {
					display:none;
				}
				#searchform input {
					border:2px solid #364c59;
					padding:3px;
				}
				#searchform #searchsubmit {
					background:url(img/button.png);
					color:#fff;
					border:0;
					font-weight:900;
				}
#wrapper {
	background:url(img/wrapper.png);
	overflow:hidden;
	padding:0 0 15px;
}
	#content {
		float:left;
		width:565px;
		margin: 30px 0 0 20px;
	}
		#content h2 {
			color:#233139;
		}
		#newslist li {
			border-bottom:1px solid #b4b4b4;
			position:relative;
			padding:0 0 10px;
			margin:15px 10px 25px;
			list-style-type:none;
		}
			#newslist h2 {
				
			}
			#newslist .readmore a {
				display:block;
				position:absolute;
				bottom:-18px;
				right:0;
				background:url(img/button.png) repeat-x;
				color:#fff;
				text-decoration:none;
				padding:3px 5px;
				border:5px solid #fff;
			}
		#newslist ol {
			margin:10px 25px;
		}	
	#event-date {
		font:bold 15px Arial;
		padding:10px;
		background:#000;
		color:#FFFFFF;
		text-align:center;
	}
	#sidebar {
		float:right;
		width:354px;
		margin: 21px 8px 0 0;
		color:#fff;
	}
		#sidebar h2 {
			background:url(img/h2.png);
			font:normal 18px Arial;
			padding:10px 15px;
			border-bottom:1px solid #626262;
		}
		#sidebar a {
			color:#f9bc00;
		}
			#sidebar a:hover {
				text-decoration:none;
			}
		#sidebar ul {
			list-style:none;
			margin:7px;
		}
			#sidebar li {
				margin:0 15px 5px;
			}
	#menu {
		width: 944px;
		background: #000;
		position: absolute;
		top: 160px;
		left:8px;
		background:url(img/navi.png);
	}
		#menu li {
			font-size: 17px;
			font-weight: bold;
			float: left;
			background:url(img/navi.png);
			list-style:none;
			position:relative;
		}
			#menu li:hover {
				background-position:0 60px;
			}
			#menu a {
				color: #fff;
				display: block;
				padding: 20px 10px;
				text-decoration: none;
			}
				#menu li:hover>a {
					color: #000;
				}
			#menu ul ul {
				position:absolute;
				top:60px;
				left:0;
				width:220px;
				display:none;
				background:#F9BC00;
			}
				#menu li:hover ul {
					display:block;
				}
				#menu ul ul li {
					margin:0;
					background:0;
					border-bottom:1px solid #393D42;
					width:100%;
				}
					#menu ul ul a {
						padding:10px;
						color:#000;
					}
						#menu ul ul a:hover {
							background:#393D42;
							color:#fff;
						}
	#footer {
		clear:both;
		margin:0;
		background:url(img/footer.png) 0 0 no-repeat;
		padding:15px 10px;
		color:#c1c3c5; 
	}