html, body {
  background-color: rgb(19,26,19);
  margin: 0;
  padding: 0;
  color: white;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

p {
  margin: 0 0 0.5em 0;
}

h1, h2 {
  margin: 0 0 1.5em 0;
}
h3, h4, h5 {
  margin: 0 0 0.25em 0;
}
a, a:link, a:active, a:visited {
  color: rgb(85%,85%,85%);
  text-decoration: none;
}

a:hover {
  color: black;
}
#wrapTheWrapper {
  width: 700px;
  margin: 0 auto;
}
div.clubhouse {
  background: rgb(72,101,74) url(../img/clubhouse.jpg) no-repeat;
}
div.green {
  background: rgb(72,101,74) url(../img/green.jpg) no-repeat;
}
div.bridge {
  background: rgb(72,101,74) url(../img/bridge.jpg) no-repeat;
}
div.river {
  background: rgb(72,101,74) url(../img/river.jpg) no-repeat;
}
div.waterfall {
  background: rgb(72,101,74) url(../img/waterfall.jpg) no-repeat;
}
#wrapper {
  border: 6px solid rgb(32,43,32);
  min-height: 500px;
  position: relative;
  display: block;
}

#contentWrapper {
  margin: 350px 0 0 0;
  padding: 10px;
  position: relative;
  display: block;
}

#content {
  width: 668px;
  margin: 0;
  padding-right: 5px;
  text-align: justify;
}

#slideshow {
  float: right;
  width: 328px;
  margin-left: 10px;
  text-align: left;
}

#contentClear {
  clear: both;
}

#menuArea {
  position: absolute;
  top: 315px;
  font-size: 12pt;
  right: 23px;
}

#menuArea li {
  list-style-type: none;
  display: inline;
  margin-left: 13px;
}

#copyright {
  text-align: right;
  color: rgb(32,43,32);
  font-size: 9pt;
}

#copyright a, #copyright a:hover, #copyright a:link, #copyright a:visited, #copyright a:active 
{
  color: rgb(32,43,32);
}

