a {
	color: #993333;
}
body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
}
.redhighlight {
	color: #993333;
}

#Container {
	left: 0px;
	top: 0px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header_ {
	float: left;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 305px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#header_ ul.navi{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	position: relative;
}
#header_ ul.navi li{
	height: 22px;
	padding: 0 10px 0 10px;
	margin: 0;
	display: inline;
}
#header_ ul.navi li a{
	padding: 19px 12px 16px 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 0px;
	font-weight: bold;
	margin: 0;
	width: inherit;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: "Lucida Sans";
	font-size: 14px;
	line-height: 21px;
}
#header_ ul.navi li a:hover{
	padding: 19px 12px 16px 12px;
	background-color: #000000;
	background-image: url('img/buttonrollover.jpg');
}

#left {
	float:left;
	width:250px;
}
#intro {
	float:left;
	width:537px;
}
#events_ {
	float: left;
	width: 250px;
	background-image: url('img/events.jpg');
	background-repeat: no-repeat;
	padding-left: 25px;
}
#events_ p {
	margin-right: 25px;
}

#events_ ul{
	padding: 0px 0px 0px 0px;
	width: 200px;
	display: block;
	margin: 17px 0 10px 35px;
	list-style: none;
}
#events_ ul li{
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}
#events_ ul li a{
	color: #000000;
	background-position: 0px 6px;
	background: url('images/bullet.png') no-repeat 0;
	font-size: 13px;
	padding: 2px 0 2px 14px;
	display: block;
	text-decoration: underline;
	color: #202c17;
}
#events_ ul li a:hover{
	text-decoration: none;
}

#events_ h1 {
	padding: 0px;
	font-family: "Arial Narrow";
	font-size: 31px;
	color: #0d2a4a;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

#contents_right {
	float: right;
	left: 0px;
	top: 486px;
	width: 510px;
}
#contents_right h1 {
	color: #5F1D1E;
	line-height: 24px;
	text-align: center;
	margin-top: 25px;
}
#contents_right p {
	color: #5F1D1E;
}

#contents_right h2 {
	color: #5F1D1E;
}


#footer_ {
	float: left;
	left: 0px;
	top: 677px;
	width: 100%;
	background-image: url('img/footer.jpg');
	background-repeat: repeat-x;
	background-color: #3b3b3b;
}
#footer_ p {
	margin: 30px 0px 30px 0px;
	color: #FFFFFF;
	text-align: center;
}

#footer_ a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer_ a:hover {
	color:#FFCC66;
	font-weight:bold;
	text-decoration:none;
}
