#top_box {
  border: thick outset #cc0000;
  padding: 1em;
  color: yellow;
  margin-left: auto;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  min-height: 18em;
  background-color: #cc0000;
  width: 80%;
  margin-right: auto;
  font-size: medium;
  position: relative;
  min-width: 720px;
}

#top_box h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 36pt;
  text-align: center;
}

#top_box h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-large;
  font-style: italic;
  text-align: center;
}

#top_box div {
  position: absolute;
  width: 60%;
  min-width: 26em;
}

#top_box hr {
  width: 45%;
  height: 2px;
  color: #cc0000;
}

#top_box img#dougphoto {
  border: 1em solid white;
  position: absolute;
  top: 1em;
  left: 1em;
}

#top_box a, #top_box a:visited {color:yellow;}

div#mainbody {
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  margin-right: 1em;
  margin-left: 1em;
  border-top-style: solid;
  border-top-color: brown;
  padding-top: 0.5em;
}

