html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
td.iframe1 {                                                                                                                               
        width: 648px;                                                                                                                      
        height: 398px;                                                                                                                     
}                                                                                                                                          
td.iframe2 {                                                                                                                               
        width: 270px;                                                                                                                      
        height: 398px;                                                                                                                     
        padding: 0px;                                                                                                                      
}                                                                                                                                          
table {                                                                                                                                    
        /*padding-left: 20px;*/
        border: 3px;                                                                                                                
} 
h1 img {
	display: block;
}
img {
	border: 0;
}
p {
	color: #FFFFFF;
}
p.about {
	font-size: 18px;
}
a {
	color: #464544;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

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

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
}

/** header **/
#header {
  padding-top: 1px;
}
#header h1 {
  font: 28px "Comic Sans", serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 35px;
  color: #F2CD91;
  padding: 0 0 0 0.7em;
  margin: -1em 0 0 0;
  line-height: 1;
}
#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: #443816;
  text-decoration: none;
}
#nav-top a:hover {
  color: #241D0A;
}
#iframe iframe {
  width: 773px;
  height: 400px;
  frameborder: 1px;
  color: #241D0A;
  border-bottom-color: #241D0A;
  border-left-color: #241D0A;
  /* background: url(images/fam.jpg) no-repeat; */
}
#nav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  border-left: 2px solid #9E9479;
  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 {
  font: 15px "Courier New", serif;
  color: #FFE5C3;
  text-decoration: none;
}
#nav a:hover {
  color: #F2E7D6;
}
#footc {
  height: 10px;
}
#footer {
  background: #735220;
  text-align: center;
  color: #CFB472;
  padding: 14px;
}