body {
  text-align: center;
  background-color: black;
  color: white;
}

div#outer {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 450px;
}

div.logo { display: none; }

/*
 * Tabbed menu
 */
.menu ol, li {
  list-style-type: none;
}

.menu li {
  float:left;
  background:url("menu_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

.menu a, .menu strong, .menu span {
  display:block;
  background:url("menu_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color: #606060;
  text-decoration: none;
}

.menu .menu_current {
  background-image:url("menu_left_current.gif");
}

.menu .menu_current a {
  background-image:url("menu_right_current.gif");
  padding-bottom:5px;
  text-decoration: none;
  color: black;
}

/*
 * Tabbed Menu Content
 */
#content {
  position: relative;
  top: -1px;
  clear: left;
  width: 798px;
  border: 1px solid #776655;

  background-color: white;
  color: black;
  text-align: center;
}