body {
	background: #000000 url("../images/body_bg.jpg") no-repeat center bottom;
	background-attachment: fixed;
	margin: 0px;
	font-family: cambria, candara, verdana;
	font-size: 80%;
	color: #ffffff;;
	}

#error {
	color: #FF0000;
	}

#header {
	background: url('../images/header_bg.jpg') top center;
	height: 30px;
	font-family: cambria, candara, verdana;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	}

#header a {
	text-decoration: none;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	}

.container {
	width: 740px;
	margin: auto;
	}

.container .head {
	margin: auto;
	width: 320px;
	}

.container fieldset {
	border-color: #776F6C;
	padding: 10px;
	margin: 2px;
	}

.container legend {
	color: #C0C0C0;
	font-family: cambria, candara, verdana;
	font-size: 20px;
	}

#wrapper {

	}

#wrapper .leftcol {
	width: 500px;
	float: left;
	}

#wrapper .rightcol {
	width: 240px;
	float: right;
	}

#viewgallery {
	text-align: center;
	font-size: 11px;
	border: 1px solid #C0C0C0;
	padding: 1px;
	margin: 2px;
	}

#gallery {
	float: left;
	text-align: center;
	font-size: 11px;
	border: 1px solid #C0C0C0;
	padding: 1px;
	margin: 2px;
	}

#gallery a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	}

#gallery h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}

#footer {
	color: #C0C0C0;
	}

#footer a {
	text-decoration: none;
	color: #E2EDF1;
	}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}




#footer .leftcol {
	float: left;
	width: 300px;
	}

#footer .rightcol {
	float: right;
	width: 440px;
	text-align: right;
	}

/*Ajax Calender*/

#calendar { display: block; }
#calendar a {text-decoration: none;}
#calendar table {font-family: arial, helvetica, sans; font-size: 11px; color: #000000; width: 100%; border: 1px solid #97BFCE; background: #D7D7D7;}
#calendar td { text-align: center; background: #ffffff;}
#calendar table.noborder { border: 0px; background: #ffffff;}
#calendar td.noborder { border: 0px;}
#calendar td.nonmonthday { border: 0px; background: #EEEEEE; }
#calendar td.today { border: 1px solid #97BFCE;  background: #FF8000; }
#calendar a.event {background: #F1ED50; display: block; }
#event-display { border-top: 1px dotted #C0C0C0; margin-top: 10px; font-size: 11px;}
#event-display h1 { font-size: 12px; margin: 0px; padding: 0px; font-size: 12px;}

/*Schedule Page*/

#schedule { display: block; }
#schedule a {text-decoration: none;}
#schedule table {font-family: arial, helvetica, sans; font-size: 11px; color: #C0C0C0; width: 100%; border: 1px solid #808080; }
#schedule td {border: 1px solid #C0C0C0; height: 60px;}
#schedule table.noborder { border: 0px;}
#schedule td.noborder { border: 0px; height: 20px;}
#schedule td.nonmonthday { border: 0px; background: #EEEEEE;}
#schedule td.today { border: 1px solid #97BFCE;  background: #776F76;}
#schedule a.event {background: #F1ED50; display: block; }
.event-display { border-bottom: 1px dotted #C0C0C0; margin-top: 2px; padding: 3px; font-size: 11px; color: #C0C0C0; }
.event-display h2 { font-size: 11px; font-weight: bold; color: #ffffff; margin: 0px; padding: 0px;}

/*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; }