body {
  background: #fff;
  margin: 0;
  padding: 0;
  font: 1em verdana,sans-serif;
}

#top {
  position: relative;
  height: 285px;
  margin: 0;
}

#navleft {
  position: absolute;
  top: 69px;
  left: 0;
  background: #f67;
  width: 22%; /* left pos of navcenter */
  height: 114px; /* height of pink bar */
}

#navcenter {
  background: url(/images/navcenter.jpg) no-repeat;
  position: absolute;
  top: 0px;
  left: 22%;
  width: 632px;
  height: 285px; /* same as height of top bar */
}

#logo {
  position: absolute;
  top: 78px;
  left: -170px;
}

#tagline {
  position: absolute;
  top: 106px;
  left: 110px;
  font: italic bold 16px arial,sans-serif;
  color: #aaa;
}

#navmenu {
  position: absolute;
  top: 68px;
  left: 215px;
  font-size: 16px;
  line-height: 16px;
  color: #eee;
  font-variant: small-caps;
}

#navmenu a {
  font-weight: 600;
  color: inherit;
  color: #eee; /* for ie */
}

#navmenu .members {
  color: #fcf;
  color: #ffb8c0;
}

#navmenu .members a {
  color: inherit;
  color: #ffb8c0; /* for ie */
}

#navmenu a:hover {
  color: #ff8;
}

#content {
  margin: 12px 0 0 0;
  padding: 0;
}

#title, .title {
  font-size: 1.5em;
  color: #808;
  font-variant: small-caps;
}

#title {
  position: absolute;
  top: 260px;
  width: 100%;
  text-align: center;
}

#title small{
  font-size: 0.7em;
}

.thumb img {
  border: 1px solid #f67;
}

.thumb a:hover img {
  border: 1px solid #09c;
}

.thumb {
  color: #f67;
  margin: 2px 0 10px 0;
  font-size: 0.8em;
}

a {
  color: #f67;
  text-decoration: none;
}

a img {
  border: none;
}

a:hover {
  color: #09c;
}

p.small {
  font-size: 0.6em;
}

hr {
  border-style: none;
  height: 1px;
  color: #777;
  background: #777;
  margin: 20px 10px 0 10px;
}

.navbar {
  margin: 20px 0 30px 0;
  color: #f67;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5em;
}

.navbar span {
  font-size: 0.8em;
  margin: 0px 0.5em;
}

.navbar span.disabled {
  color: #aaa;
}

.navbar span.num {
  font-size: 1em;
  font-weight: bold;
}

.navbar span.selected {
  text-decoration: underline;
}

#footer p {
  margin: 10px 0 20px 0;
  color: #f67;
  text-align: center;
}

p.legal {
  position: relative;
  top: -1.5em;
  margin-bottom: 0;
  color: #f67;
  text-align: center;
}
