@charset "UTF-8";
body {
	font: Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image: url(images/wood-background.jpg);
}
.oneColFixCtrHdr #container {
	width: 836px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/body_bkgd.gif);
	margin-top: 30px;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
	background-color: #383226;
}

.oneColFixCtrHdr {
	overflow: scroll;
	text-decoration: none;
}

.oneColFixCtrHdr a img   {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #navBar  {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #383226;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #mainContent p {
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #383226;
}
.oneColFixCtrHdr #container #mainContent table tr td img {
	background-color: #383226;
}
.oneColFixCtrHdr #container #mainContent table tr td a  {
	color: #FFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent table tr td h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #container #mainContent table tr td p {
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 15px 10px 5px 10px;
	font-size: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer a {
	color: #FFF;
	text-decoration: none;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	padding-top: 0px;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #F15A29;
	padding: 5px 15px 5px 15px;
	background: #F15A29;
	margin-left: 1px;
	white-space: nowrap;
}
ul li a:hover {
	background: #EF491D;
}
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a {
	background: #EF491D;
}
li:hover li a:hover {
	background: #383226;
}

#gallery {
	width:640px;
	height:660px;
	margin:0 auto;
	position:relative;
}
ul#thumbnails {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
}
ul#thumbnails  li {
	float:left;
	position:relative;
	top:500px;
}
ul#thumbnails li a {
	height:50px;
	width:50px;
	padding:3px;
	display:block;
	text-decoration:none;
	background:#fff;
}
ul#thumbnails li a img {width:50px; height:50px; border:0;}
ul#thumbnails li a:hover {
	background:#EF491D;
}
ul#thumbnails li.close a:hover {
	background:#383226;
}

#gallery #fullsize {
	position:absolute;
	left:-4px;
	top:-11px;
	height:470px;
	width:646px;
	overflow:hidden;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#gallery #fullsize div {
	width:640px;
	height:528px;
	padding-top:25px;
}
#gallery #fullsize div img {display:block; margin:0 auto; border:0;}



