html, body, h1, h2, h3, h4 { margin: 0; padding: 0;}
h1 img { display: block;}
img { border: 0px none;}
a { color: #464544;}
a:hover { color: #FFA405;}
.left { float: left;}
.right { float: right;}
.more { text-align: right;}
.clear { clear: both;}
body {
	background: #261D08;
	text-align: center;
	font: 11px arial, sans-serif;
	padding: 15px 0 15px 0;
}

/** layout **/

#wrapper {
  background: ffffff;
  text-align: left;
  margin: auto;
  width: 800px;
  position: relative;
}

/** header **/

#header {
  padding-top: 1px;
}
#header h1 {
  font-size: 48px;
  font-family: Monotype Corsiva;
  font-weight: normal;
  position: bottom;
  left: 0;
  top: 35px;
  color: #14100A;
  padding: 0 0 0 0.7em;
  margin: -1em 0 0 0;
  line-height: 1;
}

#nav {
  padding-top: 200px;
  background: #ffffff url('images/head0.jpg') no-repeat center;
}
#nav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  border-left: 2px solid #9E9479;
  background: url('images/nav_lit.gif') repeat-x bottom left;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
  
}
#nav li.home {
  background: url('images/nav_drk.gif') repeat-x bottom left;
  padding-left: 25px
}
#nav a {
  font-size: 17px;
  font-family: Monotype Corsiva;
  font-weight: bold;
  color: #14100A;
  text-decoration: none;
}
#nav a:hover {
  color: #29AAA7;
}

/** content **/

#content {
  padding-left: 40px;
  background: #fff;
}
#content h2 {
  font-size: 24px;
  font-family: "monotype corsiva", serif;
  color: #29AAA7;
  font-weight: normal;
  border-left: 3px solid #615331;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
  background-color: #fff;
}
#content p {
  margin-left: 11px;
  line-height: 1.4;
  font-family: arial narrow, serif;
}
#content li{
  margin-left: 11px;
  line-height: 1.4;
  font-family: arial narrow, serif;
}
#content a {
  color: #615331;
  font-size: 16px;
  font-family: arial narrow, serif;
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid #615331;
}
#content a:hover {
  color: #14100A;
}
#content a:active {
  color: #14100A;
}

#content .left-col {
  float: left;
  width: 750px;
}
#content .right-col {
  float: right;
  width: 136px;
}

#content #welcome {
  margin-right: 40px;
  font-size:13px;
  color: #14100A;
  background: #fff;
}
#content #welcome h2{
  color: #29AAA7;
  text-decoration:none;
}
#content #welcome a{
  color: #615331;
  text-decoration:underline;
}
#content #welcome a:hover{
  color: #29AAA7;
  text-decoration:underline;
}
#gallery {
  margin-top: 14px;
}
#gallery .box {
  float: left;
  width: 119px;
  padding: 0 23px 2.3em 23px;
  margin-right: 1px;
  background: #615331;
  position: relative;
}
#gallery .box h3 {
  text-align: center;
  line-height: 23px;
  color: #fff;
  height: 23px;
  margin-bottom: 20px;
  background: url('images/tab_drk.gif') no-repeat top center;; font-style:normal; font-variant:normal; font-weight:normal; font-size:20px; font-family:Times new roman, serif
}
#gallery .box p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.4;
}
#gallery .box .more {
  height: 18px;
  line-height: 18px;
  background: #978040 url('images/moretab_left_drk.gif') no-repeat top left;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.2em;
  padding-right: 4px;
  margin-bottom: 0
}
#gallery .box .more a {
  color: #CFB472;
}
#gallery .box .more a:hover {
  color: #291B06;
}
#gallery .box-lit {
  background: #735220;
}
#gallery .box-lit h3 {
  background: url('images/tab_lit.gif') no-repeat top center;
}
#gallery .box-lit .more {
  background: #B4A26D url('images/moretab_left_lit.gif') no-repeat top left;
}

#content .right-col li, #content .right-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .right-col li {
  border-left: 1px solid #615331;
  padding-left: 9px;
  margin: 10px;
}
#content .right-col a {
  font-size: 12px;
  font-weight: normal;
  color: #CFB472;
}
#content .right-col a:hover {
  color: #2C1D04;
}
/** later **/

#later {
  color: #564929;
  background: #fff;
}
#later h2, a {
  font-size: 18px;
}
#later .right-col p {
  font-size: 12px;
  line-height: 1.7;
}
#later .box {
  float: left;
  width: 85px;
  background: #fff;
}
#later .box a{
	text-decoration:underline;
}
#later #later-b1 {
  
  width: 155px;
  margin-right: 4px;
}
#later #later-b2 {
  width: 155px;
  margin-right: 4px;
}

/** footerit **/

#footc {
  height: 2px;
}
#footer {
  background: #29AAA7;
  width: 92%;
  height: 40px;
  text-align: center;
  color: #4A3A23;
  padding: 14px;
}

