html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #4F452;
	font-weight: bold;
}
a:hover {
	color: #5F563;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #E4D4C5 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #3E341E;
	padding: 20px 0 0 0;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
    position: relative;
	background: #fff;
	border: solid 1px #735220;
}

/** header **/
#header {
  padding-top: 1px;
  background: url(../images/_banner.jpg); 
  /* background-position: center; */
  height: 154px;
	color: #1C120;
}
#header h1 {
	font: 32px "Times new roman", serif;
	font-weight: normal;
	position: absolute;
	left: -4px;
	top: 34px;
	/*color: #3E341;*/
	padding: 0 0 0 0.7em;
	margin: -1em 0 0 0;
	line-height: 1;
}

#header h3 {
	font: 14px "Times new roman", serif;
	font-weight: normal;
	position: absolute;
	left: 13px;
	top: 54px;
	/*color: #3E341;*/
	padding: 0 0 0 0.7em;
	margin: -1em 0 0 0;
	line-height: 1;
	display: block;
}

#nav-top {
  margin-left: 503px;
}
#nav-top ul {
  margin: 1em 0 0 0;
  padding: 0;
  height: 31px;
}
#nav-top li {
  float: left;
  background: #C19855 url(images/tab_left.gif) no-repeat;
  list-style: none;
  text-align: center;
  font: 18px "Times new roman", serif;
  height: 31px;
  line-height: 31px;
}
#nav-top li div {
  background: top right url(images/tab_right.gif) no-repeat;
}
#nav-top li#tab-faq {
  width: 59px;
}
#nav-top li#tab-map {
  width: 99px;
  margin-left: 3px;
}
#nav-top a {
  color: #1C120;
  text-decoration: none;
}
#nav-top a:hover {
  color: #4F452;
}

#nav {
  padding-top: 153px;
}

#nav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  /* border-left: 2px solid #862121; */
  background: bottom left url(images/nav_lit.gif) repeat-x;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#nav li.home {
  background: bottom left url(images/nav_drk.gif) repeat-x;
  padding-left: 25px; 
}

#nav a{color:#348;text-decoration:none;outline:none; font: 16px "Times new roman", serif; }
#nav a:hover{ color: #E55; text-decoration: none; }

/** content **/

#content {
  padding: 0px 20px;
  margin: auto;
}
#content h2 {
  font: 24px "Times new roman", serif;
  color: #513408;
  font-weight: normal;
  /* border-left: 3px solid #862121; */
  padding: 1px 1px 1px 8px;
  margin-top: 10px;
}
#content p {
  margin-left: 11px;
  line-height: 1.2;
  font-size:12px;
  margin: 10px 0px;
}
#content a {
  color: #8D692D;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #5B431A;
}

#content .left-col {
  float: left;
  width: 70%;
}
#content .right-col {
  float: right;
  width: 30%;
}

#content #welcome {
  margin-right: 40px;
  font-size:13px;
  color: #3E341E;
}
#content #welcome a{
  color: #3E341E;
  text-decoration:underline;
}
#content #welcome a:hover{
  color: #DBBF77;
  text-decoration:underline;
}


#content .right-col li, #content .right-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .right-col li {
  /* border-left: 1px solid #862121; */
  padding-left: 9px;
  margin: 10px;
}
#content .right-col a {
  font-size: 12px;
  font-weight: normal;
  color: #67450D;
}
#content .right-col a:hover {
  color: #2C1D04;
}

.framed_image {
  padding:3px;
  border:#999999 2px;
}

/** GALLERY STUFF **/

#bigpic {
  float: left;
  width: 70%;
  display: block;
  position: absolute;
}

/** later **/

#later {
  color: #564929;
}
#later h2 {
  font-size: 20px;
}
#later .right-col p {
  font-size: 12px;
  line-height: 1.7;
}

#later .box {
  float: left;
  width: 85px;

}
#later .box a{
	text-decoration:underline;
}
#later #later-b1 {
  padding-top: 67px;
  margin-right: 4px;
}
#later #later-b2 {
  width: 155px;
  margin-right: 4px;
}
#later #later-b3 {
  width: 114px;
  margin-right: 6px;
}
#later #later-b4 {
  padding-top: 67px;
  width: 137px;
}

#footc {
  height: 10px;
}

#footer {
  background: #735220;
  text-align: left;
  color: #CFB472;
  padding: 5px;
  font-size: 9px;
}