body {
  background-color: white;
  font-size: 12pt;
}

h1 {
  margin-top: 0;
  padding-top: 0;
}

header {
  margin-top: 1em;
}
header h1 {
  color: #996600;
  font-size: 22pt;
  font-weight: bold;
}

header h2 {
  color: #660066;
  font-size: 16pt;
}

a {
  color: #996600;
}

div#main-container {
  width: 800px;
  margin: 0 auto;
}

a#logo {
  display: block;
  float: left;
  margin-right: 15px;
}

nav {
  float: left;
  width: 110px;
  font-size: 12pt;
  line-height: 110%;
}

nav ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
nav li {
  padding: .4em 0;
}

nav h1 {
  color: #660066;
  font-size: 10pt;
  font-weight: bold;
  margin-top: 0;
}

section#content {
  margin-left: 125px;
}

blockquote {
  font-weight: bold;
  font-size: 14pt;
}

blockquote div.attrib {
  font-weight: normal;
  font-size: 12pt;
  font-style: italic;
}

footer {
  width: 400px;
  margin: 3em auto 1em;
  font-size: 10pt;
  color: #999999;
  font-style: italic;
  text-align: center;
}