/* thurman.org.uk heraldic stylesheet */

body {
  background-color: #fed468;
}

div#topbar {
  position: absolute;
  top: 0; left: 200px; right: 0; bottom: auto;
  height: 200px;
  text-align: center;
  background-color: #b21010;
}

h1 {
  margin-top: 0px;
  font-size: 40pt;
  color: #fed468;
  font-family: "Parchment", cursive;
}

h1 img {
  border: 0;
}

div#sidebar {
  position: absolute;
  top: 0; left: 0; right: auto; bottom: 0;
  width: 200px;
  height: 100%;
  padding-top: 220px;
  background-color: #1119ad;
  color: #fed468;
}

div#sidebar a {
  color: #fed468;
}

div#sidebar li {
  margin-bottom: 10px;
}

img#banner {
  position: absolute;
  border: 0;
  top: 0; left: 0;
}

div#content {
  margin-top: 220px;
  margin-left: 220px;
  font-family: "Verdana", "Times New Roman", serif;
  color: #000;
}

div#content a {
  color: #b21010;
}