body {
  font-family: Verdana;
  font-size: .7em;
  margin: 0px;
  background-color: #cdb78b;
  }

img {
  border: 0px;
  }
  
a {
  color: #000;
  }
a:hover {
  text-decoration: none;
  }

h4 {
  font-size: 13px;
  }


#top, #middle, #bottom {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  }
#top {
  height: 9px;
  margin-top: 50px;
  margin-bottom: 0px;
  background-image: url("../images/pageborder_top.gif");
  background-repeat: no-repeat;
  background-position: bottom center;
  }
#middle {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url("../images/pageborder_middle.gif");
  background-repeat: repeat-y;
  padding: 0px;
  }
#bottom {
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url("../images/pageborder_bottom.gif");
  background-repeat: no-repeat;
  }


#logo {
  background-image: url("../images/logo_header.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 75px;
  margin: 0px 0px 0px 20px;
  }
  
#menu {
  border-top: 1px solid #000;
  height: 20px;
  margin: 15px 25px 0px 20px;
  padding-top: 5px;
  }
#menu ul {
  margin: 0px;
  padding: 0px;
  }
#menu li {
  display: inline;
  margin: 0px 5px 0px 5px;
  }
#menu a {
  text-decoration: none;
  font-family: Georgia;
  font-size: 13px;
  }
#menu a:hover {
  text-decoration: underline;
  color: #a6d123;
  }
  
#title {
  margin: 0px 25px 0px 0px;
  text-align: right;
  }
  
  
#contactinfo {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 11px;
  font-family: Georgia;
  }


