@charset "UTF-8";
a {
	color: #fffEE6;
}
body {
	background: #5F1602;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #container {
	width: 723px;
	background: #7B0D08;
	margin: 30px auto 0px auto;
	border: 1px solid #000;
}
.oneColFixCtr #containercontent {
	width: 723px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7B0D08;
	background-image:url(../images/menu_back.jpg) no-repeat;
	height:101px;
	margin: 30px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#menu {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #7B0D08;
	line-height: 20px;
	text-align:center;
}
#bar {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #451001;
	height: 17px;
	padding-top: 5px;
	text-align:center;
}
#footer {
	border-top: 1px solid #000;
	background: #7B0D08;
	padding: 10px;
	text-align: center;
}
#header {
	width: 723px;
	background:url(../images/global_header.jpg) no-repeat;
	height: 76px;
	text-align:right;
	vertical-align:middle;
	padding-top:25px;
	border-bottom: 1px solid #000;
}
#menucontent {
	width: 723px;
	height:501px;
	background:url(../images/menu_back.jpg) top no-repeat;
}
#contactcontent {
	width: 723px;
	height:501px;
	background:url(../images/contact_back.jpg) top no-repeat;
}
#locationcontent {
	width: 723px;
	height:993px;
	background:url(../images/location_3.jpg) top no-repeat;
}
#photocontent {
	width: 723px;
	height:501px;
	background:url(../images/photos_1.jpg) top no-repeat;
}	
#pagecontent {
	font: Georgia, "Times New Roman", Times, serif;
	color:#FFFEE6;
	text-align:center;
	padding-top:30px;
}
#pagecontent2 {
	font: Georgia, "Times New Roman", Times, serif;
	color:#FFFEE6;
	text-align:center;
	padding:7px;
}

#eventscontent {
	width: 723px;
	height:100%;
	background: #000;
