body {
  background: white;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

div#site {
  position: absolute;
  top: 5%;
  left: 250px;
  width: 798px;
}

div#header {
  padding: 5px;
  background: white url(site_data/logo.png);
  background-repeat: no-repeat;
  color: #FF6F0F;
  height: 140px;
}

div#menu {
  padding: 5px;
  position: absolute;
  top: 20%;
  left: 50px;
  background: white;
  color: black;
  width: 150px;
  text-align: left;
  font-size: 130%;
  border-width: 1px;
  border-style: dashed;
  border-color: #C0C0C0;
}

div#content {
  padding: 15px;
  background: #fff;
  color: #000;
  text-align: left;
  border-width: 2px;
  border-style: dashed;
  border-color: #C0C0C0;
}
div#footer {
  position: relative;
  top: 20px;
  background: grey url(site_data/footer.png);
  background-repeat: y-repeat;
  color: #71D000;
  font-size: 80%;
  height: 52px;
  text-align: center;
  font-weight: bold;
}

a:link { color: #71D000; text-decoration: none; font-weight:bold;}
a:visited { color: #C0C0C0; text-decoration: none; font-weight:bold;}
a:active { color: #FF6F0F; text-decoration: none; font-weight:bold;}
a:hover {color: #FF6F0F; text-decoration: underline; font-weight:bold;}
