@charset "UTF-8";
label  {
	margin-top: 10px;
}
/* CSS Document */

body {
	color: #544E42;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
strong {
	color: #aaa07c;
}
a:link , a:visited{
	color: #DD1A20;
	text-decoration: none;
}
a:hover {
	color: #AAA07C;
}
p {
	margin-bottom: 20px;
}
h1 {
	color: #DD1920;
	font-size: 125%;
}
h2 {
	color: #DD1920;
	font-size: 110%;
}
.eventDate {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DD1920;
	margin-bottom: 10px;
}
.readMore {
	font-size: 12px;
}
.odd {
	background-color: #1E1E1E;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 37px;
	padding-left: 37px;
}
#navigation {
	height: 46px;
	color: #FFF;
}
#navigation ul li {
	display: inline;
	height: 32px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	margin-right: 1px;
	margin-left: 1px;
	font-size: 12px;
	line-height: 32px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#navigation ul li a:link ,#navigation ul li a:visited{
	color: #FFF;
	text-decoration: none;
	height: 32px;
	padding-right: 30px;
	padding-left: 30px;
}
#navigation ul li a:hover {
	height: 32px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 32px;
	background-image: url(../images/bg_navigation.jpg);
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
#upper {
	height: 551px;
}
#upper #highlight {
	height: 70px;
	background-image: url(../images/bg_highlight.png);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 25px;
	line-height: 18px;
	float: left;
	margin-top: 410px;
	width: 559px;
	padding-left: 280px;
	padding-right: 111px;
}
#lower {
	height: 342px;
	background-image: url(../images/bg_lower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#lower .section {
	width: 256px;
	float: left;
	height: 200px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
	padding-top: 140px;
}
.section#info{
	background-image: url(../images/bg_info.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.section#schedule {
	background-image: url(../images/bg_schedule.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.section#reserve {
	background-image: url(../images/bg_reserve.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_lower.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	padding-bottom: 50px;
}
#content p {
	margin-left: 5px;
}
#left  {
	width: 250px;
	float: left;
	margin-right: 20px;
}
#right  {
	width: 640px;
	float: left;
}
#footer {
	height: 95px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 10px;
	padding-top: 35px;
	text-align: right;
	float: left;
	width: 950px;
}
table caption {
	color: #DD1A20;
	font-size: 125%;
	padding-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.event {
	margin-bottom: 50px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/bg_event.png);
	background-repeat: repeat-x;
}
.event td {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.event table .time {
	text-align: center;
}
.event  tr {
}
.odd {
	background-image: url(../images/bg_odd.png);
	background-repeat: repeat-x;
}

