#dropmenudiv{
  position: absolute;
  border: none;
  border-bottom-width: 0;
  font: normal 12pt Century Gothic;
  color: white;
  line-height: 18px;
  z-index: 100;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  color: white;
  text-indent: 3px;
  border-bottom: none;
  padding: 3px 0;
  text-decoration: none;
  font-weight: normal;
}

#dropmenudiv a:hover{/*hover background color*/
  background-color: #BE2F37;
}

body, div.menu {
  font-family: Century Gothic, verdana, Arial, Helvetica, sans-serif;
  font: normal 12pt Century Gothic;
}

h1 a, h1 a:hover, a, a:hover {}

.ahem {
  display: none;
}

div.container {
  width: 700px;
  margin: 0px;
  border: 1px solid gray;
  line-height: 150%;
  margin: 0 auto;
}

div.header, div.footer {
  padding: 0.5em;
  color: white;
  background-color: gray;
  clear: left;
}

p {
  font-size: small;
  text-indent: 30px;
  line-height: 120%;
  text-align: justify
}


h1.header {
  padding: 0;
  margin: 0;
}

div.left {
  float: left;
  width: 505px;
  margin: 0;
  padding: 1em;
}

div.fullwidth {
  height: 20px;
  margin: 0;
  padding: 1em;
}

div.content {
  margin-left: 540px;
  border-left: 1px solid gray;
  padding: 1em;
}