body {
  font-family: "Reenie Beanie", serif;
  font-size: 18pt;
  color: #eeeeee;
}
#container {
  background-color: #111111;
  width: 700px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px auto auto -350px;
  text-align: center;
  border: 1px #cccccc solid;
}
#header {
  border-bottom: 1px #cccccc solid;
  text-align: left;
}
#navigation {
  text-align: left;
  padding: 3px;
  width: 175px;
  height: 372px;
  border-right: 1px #cccccc solid;
  float: left;
}
#navigation ul {
  color: #eeeeee;
  font-weight: bold;
}
#navigation ul a {
  color: #999999;
  text-decoration: none;
  font-weight: normal;
}
#navigation ul a:hover {
  color: #eeeeee;
  text-decoration: none;
  font-weight: normal;
}
#body {
  text-align: left;
  padding: 3px;
}
