body {
  margin: 0;
  text-align: center;
  font-family: verdana, arial, sans-serif;
}

#divBody {
  margin: 0.5em auto;
  border-top: solid 0.25em #880000; 
  text-align: left;
  width: 600px;
  height: 100%;
  background: url(heading.gif) no-repeat 50% 0.25em;
}

#divMenu {
  position: absolute;
  top: 7.5em;
  background-color: #880000;
  padding: 0.5em 0;
  text-align: center;
  width: 600px;
}

#divMenu a {
  padding: 0 0.6em 0 1em;
  color: white;
  border-left: solid 0.05em white;
}

#divMenu a.first {
  border-left: none;
}

#divContent {
  position: absolute;
  top: 12em;
  color: #333333;
  font-size: 0.8em;
  padding-bottom: 1em;
  width: 600px;
}

#divContent a {
  color: #880000;
}

#divContent .note {
  font-size: 0.75em;
}

#divFooter {
  font-size: 0.75em;
  border-top: solid 0.5em #880000; 
  text-align: center;
  width: 600px;
}

h1 {
  color: #880000;
  font-size: 1.4em;
  margin: 1em 0;
}

h2 {
  color: #880000;
  font-size: 1.2em;
  margin: 1em 0;
  border-top: solid 1px #880000;
}

h3, h4 {
  color: #880000;
  font-size: 1em;
  margin: 1em 0;
}

ul {
  margin-top: 0;
}

li {
  margin: 0.5em 0;
}
