@charset "UTF-8";
body {
	font: 70% Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
	line-height: 115%;
}
a:link {
color:#644820;
text-decoration:underline;
}
a:visited {
	text-decoration:none;
	color: #644820;
}
a:hover, a:active {
	text-decoration:none;
	color: #453217;
}
#active, a:current {
color:#453217;
}

#navcontainer {
	height:60px;
	text-align: center;
	width: 700px;
	margin:0 auto;
	z-index: 1;
}

ul#navlist {
	font-family: Helvetica, sans-serif;
	font-size:9px;
}

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px 25px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #644820;
padding: 3px;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
	text-align:left;
	padding: 0px;
	margin: 0px;
	color: #644820;
}

ul#navlist li:hover ul#subnavlist
{
	display: block;
	position: absolute;
	font-size: 8px;
	padding-top: 5px;
	margin-left:-25px;
	z-index: 1000;
}

ul#navlist li:hover ul#subnavlist li a
{
	display: block;
	width: 8em;
	border: none;
	padding: 2px;
	color: #333333;
	background-color: #CCBB83;
}
ul#subnavlist li a:hover {
	text-decoration:none;
	color: #453217;
}

.inset {
margin-left:10px;
}

#gallery	{
	margin: 0 auto;
	width: 842px;
	z-index: inherit;
}
.oneColFixCtrHdr #container {
	width: 936px;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bckgnd_gold.jpg);
	background-repeat:no-repeat;
	height: 700px;
}
.oneColFixCtrHdr #header {
	height: 148px;
	border-bottom:#644820 solid 3px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 205px;
}
#galleryContent {
padding:0;
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltLt {
	float:left;
	margin: 0 20px 0 0;
}

