body {
  margin: 0;
  padding: 0;
  background-image: url("/page_attachments/0000/0007/background.png");
  background-repeat: repeat-y;
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
}

a {
  color: #3B404C;
}

hr {
  border: 0;
  padding: 0.3em;
}

input[type="text"], textarea {
  width: 40em;
  border: 1px solid #CCCCCC;
}

textarea {
  height: 20em;
}

#page {
  width: 100%;
}

#header {
  height: 4.75em;
  background: #F0C040;
  border-bottom: solid black 1px;
}

h1#logo {
  z-index: 1;
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 350px;
  height: 85px;
  margin: 0;
  background-image: url("/page_attachments/0000/0017/logo.png");
  background-repeat: no-repeat;
}

h1#logo span {
  display: none;
}

#subheader {
  height: 1.6em;
  background: #9B410E;
  border-bottom: solid black 1px;
  text-align: right;
}

#main {
  width: 80em;
  overflow: auto;
}

#sidebar {
  float: left;
  width: 14em;
  padding: 0.5em;
  font-size: 0.8em;
}

#sidebar h3 {
  margin: 0.7em 0 0.7em 0;
  padding: 0;
  font-size: 1em;
}

#sidebar ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

#sidebar li {
  margin: 0 0 0.25em 0;
  padding: 0;
}

#content {
  float: left;
  width: 40em;
  margin-left: 0.7em;
  padding: 0.5em;
}

#content h1 {
  color: black;
  font-size: 1.4em;
}

#content h2 a {
  color: black;
  font-size: 0.925em;
}

#ad {
  float: left;
  width: 160px;
  height: 612px;
  padding: 1em;
  margin: 1em;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  font-size: 0.6em;
  text-transform: uppercase;
}

#ad legend {
  text-align: center;
}

#footer {
  height: 6.7em;
  padding-left: 1em;
  background: #F0C040;
  border-top: solid black 1px;
  font-size: 0.75em;
}

#subfooter {
  height: 1.65em;
  background: #9B410E;
  border-top: solid black 1px;
  text-align: right;
  font-size: 0.75em;
}

div.code {
  padding: 1.25em;
  background-color: #E0E0E0;
  white-space: pre;
  font-family: "Andale Mono", monospace;
}

div.comment {
  margin-bottom: 0.5em;
  padding: 1em;
  background-color: #EEEEEE;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

div.comment p {
  margin: 0;
}

div.comment-author {
  margin-top: 1em;
  text-align: right;
}

span.date {
  color: #9C4000;
  font-size: 0.8em;
  font-style: italic;
}