.mainContent {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
}
body {
	background-color: #6D3407;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #603813;
	margin: 0px;
	padding: 0px;
}
.stage {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 167px;
}
.contactInfo {
	margin-left: 371px;
	font-size: 13px;
	font-weight: bold;
	/* background-color: #CC0099; */
	width: 390px;
	height: 50px;
	margin-top: 25px;
	margin-bottom: 22px;
}
.subLinks {
	margin-left: 371px;
	font-size: 11px;
	width: 390px;
	text-align: center;
	font-weight: bold;
	/* background-color: #CC99CC; */
	padding: 0px;
	height: 30px;
}
.subLinks a:link, .subLinks a:visited {
	color: #603813;
	text-decoration: none;
}
.subLinks a:hover {
	text-decoration: underline;
}
.heroPhoto {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* lightbox styles */
#lightbox{
        background-color:#eee;
        padding: 10px;
        border-bottom: 2px solid #666;
        border-right: 2px solid #666;
        }
#lightboxDetails{
        font-size: 0.8em;
        padding-top: 0.4em;
        }       
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

* html #overlay{
        background-color: #000;
        back\ground-color: transparent;
        background-image: url(blank.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
        }
h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC493;
}
.thumbnail{
	padding: 3px;
	border: 1px solid #CEC493;
	float: left;
	background-color: #F2F0E1;
	margin: 4px;
	}	

.caption{
	font-size: 0.9em;
	padding-top: 0.2em;
	text-align: center;
}

.btnColumn {
	padding-left: 55px;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 196px;
}

.btnColumn img {
	margin: 0px;
	padding: 0px;
}
.stage p {
	font-size: 13px;
}
h2 {
	font-size: 13px;
	padding-top: 20px;
	clear: both;
}
.note {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
}
.footerLinks {
	margin-left: 0px;
	font-size: 9px;
	width: 0px;
	text-align: left;
	font-weight: normal;
	height: 0px;
	text-decoration: underline;
	color: #8F5512;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

