#container{
	position: relative;
	margin: 0 auto;
	width: 800px;
}
#header{
	width: 50%;
	height: 284px;
	background: url(images/nav/logo_sm.gif) no-repeat right;
	float: left;
}
#content{
	float: left;
	margin: 0 40px 40px;
}
#subheader{
	float: left;
	text-align: center;
	height: 225px;
	width: 375px;
}
#subheader h1{
	margin-right: 0;
	margin-left: 0;
	margin-top: 3em;
}
#mainnav{
	float: left;
	width: 375px;
	text-align: center;
}
#mainnav ul{
	list-style-type: none;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: .5em 0;
	margin: 0 1em 0 0;
}
#mainnav ul li{
	display: inline;
}
#mainnav ul li a{
	text-decoration: none;
	font-size: 16px;
	padding-right: .5em;
	padding-left: .5em;
}
#mainnav ul li a:hover{
	color: #000;
	background-color: #526f29;
	padding-top: .25em;
	padding-bottom: .25em;
}
#subnav{
	background-color: #e32121;
	width: 100%;
	float: left;
}
#subnav ul{
	list-style-type: none;
	margin: 0;
	text-align: center;
	padding: 1em 0;
}
#subnav ul li{
	display: inline;
	padding-right: 1em;
}
#subnav ul li a{
	color: #231E20;
	text-decoration: none;
	font-size: 16px;
	padding: .5em;
}
#subnav ul li a:hover{
	background-color: #cee142;
}
#subnav ul li a.current{
	background-color: #cee142;
}
#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-weight: bold;
	color: #fff;
	background-color: #e32121;
}
.tableCell{
	color: #000;
	background-color: #fff;
	padding:  2px;
}

/* @group Lightbox */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;

/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}



/* @end */
