body {
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 10pt;
  color: #000000;
}

h1 {
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #000066;
}

#logo {
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 232px;
  height: 46px;
  background-image: url('/logo_shifted.gif');
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 2;
  padding: 0px;
  margin: 0px;
}

#logoBG {
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 98%;
  height: 46px;
  background-image: url('/logo_bg.gif');
  background-position: top left;
  background-repeat: repeat-x;
  z-index: 1;
  padding: 0px;
  margin: 0px;
}

#menu {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  background-color: #eeeeee;
  border: 1px solid #0066cc;
  padding: 5px;
}

#content {
  position: absolute;
  top: 10px;
  left: 250px;
}


