﻿body, html
{
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #98a768;
}

/* the next two items are for horiz and vert centering on page */
#outer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#inner
{
	position: absolute;
	width: 946px;
	height: 597px;
	margin-left: -474px; /***  width / 2   ***/
	top: -299px; /***  height / 2   ***/
	left: 50%;
}

#OutterGoldBorderBox
{
	width: 946px;
	height: 597px;
	padding-left: 3px;
	padding-top: 3px;
	background-color: #c6a336;
}

#InnerBlackBorderBox
{
	width: 940px;
	height: 591px;
	padding-left: 3px;
	padding-top: 3px;
	background-color: #000000;
}

#InnerGoldBorderBox
{
	width: 934px;
	height: 585px;
	padding-left: 3px;
	padding-top: 3px;
	background-color: #c6a336;
}

#menuBox
{
	float: left;
	width: 200px;
	height: 582px;
	background-color: #000000;
	overflow: hidden;
}

#logoBox
{
	width: 200px;
	height: 112px;
	text-align: center;
}

#menuButtonsBox
{
	width: 200px;
	height: 461px;
}

#bannerBox
{
	width: 728px;
	height: 94px;
	margin-left: 203px;
	background-color: #000000;
	overflow: hidden;
}

#ContentBox
{
	width: 728px;
	height: 465px; /* 582  (total Height) - 3 (Gold Horiz Border) - 94 (banner) - 20 (footer) */
	margin-left: 203px;
	margin-top: 3px;
	background-color: #cdd085;
	overflow: hidden;
}

#footerBox
{
	width: 728px;
	height: 15px;
	margin-left: 203px;
	background-color: #cdd085;
	text-align: center;
	padding-top: 5px;
}

A:link
{
	color: #000000;
}
A:active
{
	color: #000000;
}
A:visited
{
	color: #000000;
}
A:hover
{
	color: #000000;
}


.imageBorderClass
{
	border-style: double;
	border-width: 4px;
	border-color: #c6a336;
}

.normaltext
{
	font-family: Arial;
	font-size: 9pt;
}

.smalltext
{
	font-family: Verdana, Arial;
	font-size: 7pt;
}

.largetext
{
	font-family: Verdana, Arial;
	font-size: 12pt;
}

.menuButtonClass
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight:  normal;
	text-decoration: none;
	text-align: center;
	color: White;
}

.menuButtonClass:link
{
	color: #ffffff;
}
.menuButtonClass:active
{
	color: #ffffff;
}
.menuButtonClass:visited
{
	color: #ffffff;
}
.menuButtonClass:hover
{
	color: #c6a336;
}

.galleryLabelClass
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight:  normal;
	text-decoration: none;
	text-align: center;
	color: black;
	text-align:center;
}

.tabletxtbox
 {
  background-color: white;
  border-color: white;
  border-style: none;
  border-width: 0px;
  height: 100%;
  width: 100%;
 }
 
 #antispam
 {
 text-align:center;	
 }