body {
 position: relative;/*do absolute positioning relative to the body*/
}

div.sidebar {
  float: left;
  width: 28%;
  height: 100%;
}

div.sitemap {
  border: 2px solid #4488AA;
  padding: 1em;
}

div.sitemap h2 {
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-family: sans-serif;
  font-size: medium;
  letter-spacing: 0.4ex;
  background: none;
}

div.sitemap li {
  background: none;
}

div.header {
 height: 118px;
}

div.header h1 {
  width: 64%;
  margin-left: 30%;
  padding: 1ex 1ex;
  font-size: 2em;
  font-weight: bold;
  font-family: serif;
  font-variant: small-caps;
  letter-spacing: 0.2em;
  background: none;
}

div.filler {
 border: 5px solid #FFFFFF;
}

div.content {
  margin-left: 30%;
  width: 64%;
  border: 2px solid #4488AA;
  padding: 1em 2em;
}

div.content h1 {
  font-size: x-large;
  font-weight: bold;
  background: none;
}

div.content h2 {
  font-size: medium;
  font-weight: bold;
  border-bottom: 1px solid #666666;
  background: none;
  padding: 0;
}

div.content h3 {
  font-size: medium;
  font-weight: normal;
  background: none;
  padding: 0;
}

div.content p {
  padding: 0;
}

div.footer {
  margin-left: 30%;
  width: 64%;
  border: 2px solid #4488AA;
  padding: 1em 2em;
}

div.footer img {
  float: left;
  padding: 1ex;
}

a:link {
  text-decoration: underline;
  background: none;
}

a:visited {
  text-decoration: underline;
  background: none;
}

img {
  border: none;
}

