body {
  margin: 0;
  padding: 0;
  color: #000;
  font: x-small/1.5em Georgia, Serif;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

html > body {
  font-size: small;
}

#header {
  float: center;
  width: 97%;
  font-size: 90%;
  line-height: normal;
}

#header ul {
  margin: 0;
  padding: 10px 10px 0;
  list-style: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#header li {
  float: left;
  background: url("left.gif") no-repeat left top;
  margin: 0;
  padding: 0 0 0 12px;
}

#header a {
  display: block;
  background: url("right.gif") no-repeat right top;
  padding: 5px 15px 5px 6px;
  text-decoration: none;
  font-weight: bold;
  color: #765;
}

#header a:hover {
  color: #333;
}

#header #current {
  background-image: url("left_on.gif");
}

#header #current a {
  background-image: url("right_on.gif");
  color: #333;
  padding-bottom: 5px;
}

#header #home {
  float: right;
  background-image: none;
  text-decoration: underline;
}

#header #home a {
  float: right;
  background-image: none;
  color: #333;
  padding-bottom: 5px;
  text-decoration: underline;
}

#header #year {
  background-image: url("left_on.gif");
}

#header #year a {
  background-image: url("right_on.gif");
  color: #333;
  padding-bottom: 5px;
}

