body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5CF8A;
}
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
.page {
	height: 700px;
	width: 100%;
}
.main {
	background-image: url(../images/HOME_BG6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 506px;
	width: 850px;
	margin-top: 7px;
	text-align:left;
}
.logo {
	background-color: #4D1D1C;
  	opacity: .85;
  	filter: alpha(opacity=85);
	text-align: center;
	height: 151px;
	width: 178px;
}
.feastbar {
	position:absolute;
	margin-top:451px;
	background-color: #4D1D1C;
  	opacity: .85;
  	filter: alpha(opacity=85);
	text-align: right;
	height: 50px;
	width: 850px;
}
.address {
	font-size: 12px;
}
.footer {
	margin-top: 10px;
}
.copyright {
	font-size: 10px;
}
#cover {
  position:absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 700px;
  background-color: #240000;
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 500;
  display:none;
}
#popup {
  position: absolute;
  background-color: #000000;
  width: 500px;
  height:401px;
  margin-left: 335px;
  margin-top: 55px;
  z-index: 600;
  display:none;
}
#gallery {
  position: absolute;
  background-color: #000000;
  width: 500px;
  height:401px;
  margin-left: 335px;
  margin-top: 55px;
  z-index: 600;
  display:none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5CF8A;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F5CF8A;
}
a:hover {
	text-decoration: none;
	color: #F5CF8A;
}
a:active {
	text-decoration: none;
	color: #F5CF8A;
}
.subpage {
	background-color: #2E0605;
	height: 401px;
	width: 500px;
	border: 1px solid #F5CF8A;
}
.subContent {
	background-color: #2E0605;
	height: 391px;
	width: 470px;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: auto;
	scrollbar-arrow-color:#F5CF8A;
	scrollbar-face-color:#2E0605;
	text-align: left;
}
.galleryContent {
position:absolute;
	width: 494px;
	height: 394px;
	margin-top:23px;
	margin-left:3px;
	z-index:900;
}
.galleryHeader {
	position:absolute;
	margin-left:10px;
	margin-top:3px;
	font-size:14px;
	font-weight:bold;
}
.galleryClose {
	position:absolute;
	height: 14px;
	width: 14px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F5CF8A;
	border-left-color: #F5CF8A;
	margin-left: 485px;
	margin-top: 0px;
	z-index:1000;
}
.subHeader {
	font-size: 18px;
	font-weight: bold;
}
.subTextLg {
	font-size: 13px;
	font-weight: bold;
}

.subText {
	color: #FFFFFF;
	font-size: 12px;
}
.subText a {
	font-size:12px;
}
.subText td {
	color:#FFFFFF;
}
.subTable {
	margin-top: 5px;
	margin-bottom: 10px;
}

.subTable a {
	text-decoration:underline;
}

.odd {
	background-color: #4D0B09;
}
