html, body, ul, li, h1, h2, h3, h4 {
       margin: 0;
       padding: 0;
       list-style: none;
}
img {
       border: 0;
}
a {
       color: #9F0408;
}
a:hover {
       color: #9F0408;
}
.clear {
       clear: both;
}

body {
       background: maroon url(images/bg1.jpg) repeat-y;
       text-align: center;
       color: white;
       font: 11px verdana, sans-serif;
}
#wrapper {
       text-align: left ;
       margin: 15px auto;
       width: 758px;
       position: relative;
       background: maroon url(images/bg1.jpg) repeat-y;
       border: 5px solid #CCD5B8;
}
#head-1 {background: url(images/head_1b.jpg) no-repeat;
       width: 300px;
       height: 225px;
       top: 180px;
       left: 400px;
       position: absolute;
}

#head-2 {
       background: url(images/head_2.jpg) no-repeat;
       width: 0px;
       height: 0px;
       top: 0px;
       left: 0px;
       position: absolute;
}

#nav {
       margin: 11px 0 25px 35px;
       color: #CCD5B8;
}
#nav a {
  text-decoration: none;
  color: black;
}
#nav li {
  background: bottom left url(images/bg1.jpg) no-repeat;
  _height: 1%;
  padding: 8px 12px 16px 110px;
}
#nav li.last {
  background: bottom left url(images/bg1.jpg) no-repeat;
}
#gallery img {
       display: block;
}
h1 {
  height: 172px;
  background: url(images/bg1.jpg) no-repeat;
  color: black;
  font-weight: normal;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: black;
  padding-right: 3px;
}
h1 .hone {
  position: relative
  left : 10em;
  padding: 65px 0 0 58px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: +0.1em;
  left: 17.5em;
  font-size: 18px;
}
h1 .hthree {
  position: relative;
  top: +1.0em;
  left: 5.5em;
  font-size: 12px;
  letter-spacing: 2px;
  color: black;
}
h2 {
  background: 120px 0.5em url(images/bg1.jpg) no-repeat;
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}
h2 em {
  color: black;
}

#body-left {
       float: left;
       width: 278px;
       padding-left: 28px;
}
#gallery {
       border: 1px solid #9F0408;
       background: #CCD5B8;
       margin: 13px 10px 0 6px;
       height: 261px;
       position: relative;
}
.gal {
       background: #9F0408;
       padding: 4px;
       position: absolute;
}
#gzero {
       top: 13px;
       left: 15px;
       width: 221px;
}
#gone {
       top: 200px;
       left: 15px;
       width: 57px;
}
#gtwo {
       top: 200px;
       left: 98px;
       width: 57px;
}
#gthree {
       top: 200px;
       left: 179px;
       width: 57px;
}

#body-right {
       float: right;
       color: black;
        left:400px;
       width: 338px;
       padding-right: 22px;
}

#footer {
       text-align: right;
       color: black;
       border-top: 1px solid #983234;
       padding: 6px 25px 20px 0;
}
.spacer {
       height: 18px;
}