html, body, #content {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial,Helvitica,Sans-serif; }

.clear {
  clear: both; }

#logo {
  height: 83px;
  margin: 90px auto auto 167px; }

#alternate {
  height: 39px;
  margin: 83px auto auto 167px; }

img {
  border-style: none; }

#sitemap {
  float: left; }
  #sitemap ul {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0; }
  #sitemap li {
    list-style-type: square;
    margin: 0 10px;
    padding: 2px 5px; }

#page {
  float: left; }
  #page dt {
    font-weight: bold; }

h1 {
  font-size: 24px; }
