body {
  margin: 0;
  background: url(/page_attachments/0000/0361/background.jpg) repeat;
}
#header {
  padding-top: 15px;
  background: url(/page_attachments/0000/0365/header.jpg) repeat-x 0 -25px;
  height: 62px;
}
#header-divider {
  background: url(/page_attachments/0000/0363/border.jpg) repeat-x left bottom;
  height: 9px;
  margin-bottom: 1.5em;
}
a {
  color: #770300;
}
a:visited {
  color: #511;
}
a:hover {
  color: #DD0300;
}
pre, code {
  margin: 0;
  font-size: 12px;
}
.input pre, .input code, .html pre, .html code {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
samp {
  white-space: pre-wrap;
}
h1 {
  color: #770300;
}
h2 {
  color: #770300;
}
h3 {
  color: #770300;
  border-bottom: 1px solid #FFA700;
}
.sidebar h4 {
  color: #FFCF6B;
  background-color: #770300;
  padding: 0.5em 1em;
}
table { width: auto; }
th { 
  color: #FFF;
  background-color: #3F3F3F;
  border-bottom: 1px solid black;
}
p .caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  padding:0 1px;
}

pre {
  margin-bottom: 1em;
}
h1 a {
  text-decoration: none;
  color: #770300;
}
p.more-link {
  text-align: right;
}
#table-of-contents ul {
  margin-right: 0;
  list-style: none;
  margin-left: 0.5em;
}
#table-of-contents ul ul {
  list-style-type: circle;
  margin-left: 2em;
}
#signup_form {
  border: 1px solid #E3942C;
  background: transparent url(/background_yellow.jpg) repeat scroll 0 0;
  padding: 1em;
  margin-bottom: 1em;
}
#footer {
  border-top:1px solid #770300;
  padding-top:1em;
}