body {
  background: #948c89;
}

body, p, td {
  font: 100% verdana, arial, helvetica, sans-serif;
  line-height: 150%;
  color: #FFC;
}

#wrapper {
  width: 760px;
  margin: 0 auto;
}


h1 h2 h3 {
  color: #543B11;
  font-family: georgia, times, serif;
}

h2, h3 {
  text-transform: lowercase;
}

a:link, a:visited {
  color: #FFECBF;
  text-decoration: underline;
}

a:hover, a:active {
  color: #9FF;
  text-decoration: underline overline;
}

#masthead {
  text-align: center;
  border-bottom: 2px solid #999;
  margin-bottom: 10px;
}

#masthead a:link, #masthead a:visited {
  color: #FFECBF;
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
} 

#masthead a:hover, #masthead a:active {
  color: #9FF;
  text-decoration: underline;
}


#bottomnavbar {

  text-align: center;
  border-top: 2px solid #999;
  margin-top:  10px;
} 

#bottomnavbar a:link, #bottomnavbar a:visited {
  color: #FFECBF;
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
}  

#bottomnavbar a:hover, #bottomnavbar a:active {
  color: #9FF;
  text-decoration: underline;
}

#footer {
  font: italic 95% arial, Helvetica, sans-serif; 
  color: #333333;
  text-align: center;
}

td {
  vertical-align: bottom;
}

#gallery_thumbnails caption {
  font: bold 115% georgia, times, serif;
}

#gallery_thumbnails td {
  text-align: center;
}

.img_left {
  float: left;
  margin: 10px;
}

.img_right {
  float: right;
  border: 0px solid #ffc;
  margin: 30px;
}


.img_bottom {
  float: left;
  border: 0px solid #ffc;
  margin: 30px;
}
 
form {
  width: 760px;
  margin: 20px auto;
}

form td {
  padding: 5px;
  width: 50%
}

.formlabel {
  text-align: right;
  vertical-align: top
}

#formbuttons {
  text-align: center;
}

input, textarea {
  font: bold 90% vedana, arial, helvetica, sans-serif;
}
</body>
</html>