body {
	margin: 0px;
	background: url('../images/background.jpg');
	font-family: arial, helvetica, sans;
	font-size: 90%;
	color: #000000;
	}
	
#wrapper {
	margin: auto;
	background: url('../images/bodybg.png');
	width: 1090px;
	}
	
#container {
	margin: auto;
	width: 960px;
	}
	
#header {
	margin: auto;
	width: 960px;
	background: url('../images/header.jpg');
	height: 277px;
	}	
	
.parch-top {
	background: url('../images/parchment.jpg');
	height: 50px;
	}
	
.parch-bottom {
	background: url('../images/parchment-bottom.jpg');
	height: 50px;
	}
	
#footer {
	background: url('../images/footer.jpg');
	height: 109px;
	padding-top: 43px;
	color: #ffffff;
	font-size: 11px;
	}
	
#footer a {
	text-decoration: none;
	color: #ffffff;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
/*Content*/
.leftCol {
	float: left;
	width: 570px;
	padding: 10px;
	}
	
.rightCol {
	float: right;
	width: 350px;
	padding: 10px;
	}
	
	
.centerCol {
	display: block;
	padding: 10px;
	}
	
/*Navigation*/
#nav {
	position: absolute;
	top: 240px;
	}
	
#nav a {
	display: block;
	font-family: arial, helvetica, sans;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	height: 22px;
	padding-top: 8px;
	}
	
#nav a:hover {
	background: #430706;
	text-decoration: underline;
	}
	
#nav a.on {
	background: #430706;
	}
	
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
#nav li.home { float: left; width: 60px; text-align: center; }
#nav li.info { float: left; width: 165px;  text-align: center; }
#nav li.fac { float: left; width: 195px;  text-align: center; }
#nav li.rec { float: left; width: 135px;  text-align: center; }
#nav li.hist { float: left; width: 90px;  text-align: center; }
#nav li.loc { float: left; width: 90px;  text-align: center; }
#nav li.gallery { float: left; width: 125px; text-align: center; }
#nav li.contact { float: left; width: 100px;  text-align: center; }

/*Calendar*/
#calendartop { width: 350px; margin: auto; background: url('../images/calendar_top.jpg'); height: 75px;}
#calendar { width: 330px; margin: auto; background: url('../images/calendar_mid.jpg'); padding: 0px 10px 0px 10px;}
#calendarbottom { width: 350px; margin: auto; background: url('../images/calendar_bottom.jpg'); height: 8px;}
#calendar table { width: 100%;}
#calendar td { text-align: center; border: 1px solid #C0C0C0; width: 14%; }
#calendar td.nonmonthday { background: #C0C0C0; }
#calendar a.monthlinks { color: #B48A27; text-decoration: none; }
#calendar a.monthlinks:hover { color: #000000; }
#calendar a.event { display: block; background: #A03529; color: #ffffff; text-decoration: none; }

/*Lightbox Styles*/

#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; }