@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #171400;
	background-image: url("images/BG_Page.gif");
	color: #001F0B;
	font-size: 100%;
	/*margin-top: 0.5em;*/
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	color: #2E2700;
	font-weight: bold;
	font-variant: small-caps;
	margin: 1em;
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 2em;	
}
h3 {
	font-size: 1.875em;	
}
h4 {
	font-size: 1.75em;	
}
h5 {
	font-size: 1.625em;	
}
h6 {
	font-size: 1.5em;	
}
p {
	margin: 1em 0 1em 0;	
}
hr {
	margin: 2em;

	//color: #2E2700;
}
table {
	font-family: "Times New Roman", Times, serif;
	color: #001F0B;	
}
a:link {
	color: #5C2700;
}
a:visited {
	color: #2E2700;
}
a:hover, a:active {
	color: #8A2700;
}
/* eliminate firefox link outline */
a:focus {
	outline: none;
}

#maintable {
	width: 1002px;
}
#menucell {
	background-image: url("images/menu/BG_Menu.gif");
	height: 37px;
	max-height: 37px;
}
td#menucell ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0 1em;
	height: 22px;
}
td#menucell ul li {
	float: left;
	height: 22px;
}
td#menucell ul li a {
	display: block;
	float: left;
	color: #E0D8A5;
	text-decoration: none;
	margin: 0 1em;
	text-indent: -999em;
	height: 22px;
	background-position: left top;
	background-repeat: no-repeat;
}
td#menucell ul li.home a {
	background: url("images/menu/Home.gif");
	width: 62px;
}
td#menucell ul li.gallery a {
	background: url("images/menu/Gallery.gif");
	width: 191px;
}
td#menucell ul li.testimonials a {
	background: url("images/menu/Testimonials.gif");
	width: 152px;
}
td#menucell ul li.about a {
	background: url("images/menu/About.gif");
	width: 104px;
}
td#menucell ul li.news a {
	background: url("images/menu/News.gif");
	width: 62px;
}
td#menucell ul li.contact a {
	background: url("images/menu/Contact.gif");
	width: 95px;
}

td#menucell ul li a:hover {
	background-position: left bottom;
}

table#bodytable {
	background-image: url("images/BG_Body.gif");
	width: 1002px;
	margin: 0 auto;
	background-color: #C1C18F;
}

td#bodyleft {
	background-image: url("images/Frame_Left.gif");
	width: 5px;
}
td#bodycenter {
	background-image: url("images/BG_Body_Gradient.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	/*padding: 2em;*/
}
td#bodycenter img {
	float: left;
	margin: 0 1.5em 0.5em 0;
}
td#bodyright {
	background-image: url("images/Frame_Right.gif");
	width: 5px;
}
div#bodytext, div#bodygallery {
	margin: 2em;
	text-align: left;
}

#footercell {
	background-image: url("images/BG_Footer.gif");
	height: 37px;
	max-height: 37px;
	text-align: center;
	color: #00200B;
	font-size: 1.1em;
	white-space: nowrap;
	overflow: hidden;
}
#gallerydescr {
	background-color: #D2CF8E;
	float: right;
	width: 250px;
	margin-left: 2em;
	/*margin-right: 2em;*/
	border: 4px solid #564A05;
	/*clear: both;*/
	padding: 1em 1.5em 1em 1.5em;
}
.galleryentry {
	font-size: 1em;
	font-style: italic;
	background-color: #D2CF8E;
	color: #1D2600;
	border: 2px solid #2F2800;
	width: 552px;
	padding: 1em .5em .25em 1.1em;
	margin: 0 0 1em 0;
	overflow: hidden;
	float: left;
}
#bodygallery h1 {
	text-align: center;
	margin: 0.5em;
}
.galleryentry h3 {
	font-size: 1em;
	font-style: normal;
	margin-top: -.2em;
	margin-bottom: -.5em;
}
.galleryentry a {
	text-decoration: none;
}
.galleryentry img {
	border: 4px solid #564A05;
	/*display: block;*/
	margin: 0 1em 0 0;
	/*float: left;
	clear: both;*/
}


#successheader {
	background-image: url("images/BG_Footer.gif");
	height: 37px;
	max-height: 37px;
	text-align: center;
	color: #00200B;
	font-size: 53pt;
	white-space: nowrap;
	overflow: hidden;
}
#badges {
    width: 100px;  /* Or whatever */
    height: 100px; /* Or whatever */
    margin: auto;
}
