body {
  color: #fafafa;
  font: 14px Helvetica;
  padding-top: 102px;
  background: #1b2128;
}
.p {
  margin: 16px 0;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
p a {
  text-decoration: underline;
}
h2 a, h3 a {
  background: url(/images/dot.gif) bottom repeat-x;
}
h2 .text, h3 .text {
  padding: 3px 0;
}
.panels h2 a, .panels h3 a {
  color: #fff;
  background: url(/images/panels/dot.gif) bottom left repeat-x;
}
strong, .section a {
  color: #ccc;
}
h2.panel {
  line-height: 42px;
  padding: 0 16px;
  margin: 0;
  background: #000;
}

.panels {
  clear: both;
  background: #14181e url(/images/panels.gif) center repeat-y;
}
.panels .section {
  float: left;
  width: 25%;
}
.panels .section .p {
  margin: 10px;
}
.panels .section p {
  font-size: 12px;
}


#logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -127px;
  width: 254px;
  height: 141px;
  background: url(/images/logo.gif);
}
#page {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#button {
  position: absolute;
  top: -105px; right: 0;
  width: 160px; height: 30px;
  background: url(/images/button.png);
}
#menu {
  border-top: 40px solid #000;
  text-align: center;
  line-height: 30px;
  background: #353941 url(/images/menu.gif) bottom repeat-x;
}
#menu a {
  color: #fff;
  padding: 0 10px;
  background: url(/images/div.gif) left no-repeat;
}
#menu a.first {
  background: none;
}
#foot {
  display: block; clear: both;
  line-height: 40px;
  background: #000 url(/images/foot.gif) center no-repeat;
}