@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12pt;
  background-color: #3D4C2C;
  color: #3D4C2C;
}

.page {
  max-width: 800px;
  height: 533px;
  margin: 20px auto;
  background-color: transparent;
  background-image: url(woodlake-lg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  width: 800px;
  height: 145px;
  padding-top: 5px;
  border: 0px solid #FFE4C4;
}

a {
  color: #3D4C2C;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 32pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border: 0px solid #000;
}

h2 {
  font-size: 22pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
}


ul {
  width: 170px;
  margin: 0 auto;
  height: 255px;
  padding-top: 100px;
  text-align: center;
  border: 0px solid #00FF00;
}

li {
  float: left;
  margin-left: 10px;
  width: 150px;
  font-size: 12pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #fff;
  background-color: rgba(0,0,0,.35);
  display: block;
  margin-bottom: 5px;
  padding: 7px;
  border: 1px solid #3D4C2C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #fff;
  background-color: rgba(0,0,0,.15);
  }