body {
  font-family: "trebuchet ms", "lucida sans", Arial, verdana, Helvetica, san-serif;
  font-size: 80%;
  border: none;
  background: #fff url(../images/water2.gif) repeat;
  background-repeat: repeat;
  margin: 0;
}

#container {
  background-color: #fff;
  border: 1px solid #999;
  width: 760px;
  margin: 0 auto;
}

#header {
  background-image: url(../images/headimage2.jpg);
  margin: 0;
  border: none;
  width: 760px;
  height: 186px;
}

#contenthold {
  background: #fff;
  margin: 0;
  width: 760px;
 height: 100%;
}


#menu {
  background: #eee url(../images/faux.gif) repeat-y;
  margin: 0;
  border: 1px solid #999;
  text-align: right;
  color: navy;
  width: 140px;
  font-family: verdana, sans-serif;
  float: left;
  }

#menu a {
  font-weight: bold;
  text-decoration: none;
  color: navy;
  padding-right: 5px;
  line-height: 2.3em;
  font-size: 0.9em;
}

#menu a:hover {
  color: #999;
}

#menu a:visited {
  color: #333;
  text-decoration: underline;
}

#content {
  background: #fff;
  color: #444;
  padding: 1em;
  width: 570px;
  float: right;
 }

#content h1 {
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0;
}

#content h2 {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 0;
  color: #444;
}

.map {
  list-style-type: none;
  line-height: 1.9em;
}


.clear {
  clear: both;
  }

.left {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

.right {
  float: right;
  padding-left: 5px;
  padding-bottom: 5px;
}

.center {
  text-align: center;
}


.bigquote {
  font-weight: bolder;
}

.blue {
  color: #369;
  font-weight: bold;
}

.small {
  font-size: 80%;
}


#content a:hover {
text-decoration: none;
}


#footer {
  background: #eee;
  color: #444;
  text-align: center;
  font-size: 0.9em;
  border-top: 1px solid #999;
 }

#footer p {
  margin: 0;
}

#footer a:hover {
text-decoration: none;
}





