#container{
	position: relative;
	margin: 0 auto;
	width: 800px;
}
#header{
	background: url(images/nav/logo_lg.jpg) no-repeat center;
	height: 595px;
	width: 100%;
}
#nav{
	background-color: #e32121;
}
#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 1em 0;
	text-align: center;
}
#nav ul li{
	display: inline;
	padding-right: 2em;
}
#nav ul li a{
	color: #231E20;
	text-decoration: none;
	font-size: 18px;
	padding: .5em;
}
#nav ul li a:hover{
	background-color: #cee142;
}
#nav ul li a.current{
	background-color: #cee142;
}
#content{
	height: auto;
	margin: 0 40px 40px;
}
#content img{
	border: 1px solid #000;
}
#content img.no_border{
	border: none;
}
#footer{
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 2px dotted #e32121;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #e32121;
}
body{
	margin: 0;
	padding: 0;
	background: #e32121 url(images/nav/body_bg.gif) repeat-y center;
}
body, p{
	font: 16px "Trebuchet MS", "ITC Avant Garde Gothic", "Lucida Grande", Helvetica, Geneva, "Arial Narrow", sans-serif;
}

a:hover{
	background-color: #cee142;
}
h1, h2, h3, h4, h5, h6{
	text-align: center;
}

.eventsTable{
	background-color: #000;
}
.tableHead{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #e32121;
}
.tableCell{
	color: #000;
	background-color: #fff;
	padding:  2px;
}
.highlight{
	background-color: #FFFF33;
}
