@font-face {
    font-family: "Forgotten Futurist";
    src: url("http://pound-python.org/fonts/ForgottenFuturist.ttf");
}
html {
  background: #f3f3f3;
  overflow-y: scroll
}

body {
  background-color: #fff;
  background-image: url('../img/body_center.png');
  background-repeat: repeat-y;
  font-family: Arial, serif;
  margin: 0 auto 2em auto;
  width: 800px;
}

p, dd, dt {
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    line-height: 1.25em;
}

dt { font-size: 14px }
p, dd { font-size: 12px; }

dt { font-weight: bold; }
dd { margin: 0 0 8px 40px }

h1, h2, h3, h4 {
  font-family: "Forgotten Futurist";
  font-weight: bold;
  margin: 0 0 .5em 0;
}

h1 {
  border-bottom: .1px solid #04c2c9;
  font-size: 3em;
  padding: 0 0 .25em 0;
  margin: 0 0 8px 0;
}

h2 { font-size: 24px }
h3 { font-size: 1.5em }
h4 { font-size: 1em }

ul { margin-left: 1em }
ol { margin-left: 1.5em }

ul li { list-style: disc }
ol li { list-style: lower-roman }

a {
  color: #029196;
  text-decoration: underline
}

a:active, a:visited {
  color: #025d60;
  text-decoration: underline
}

em { font-style: italic }
strong { font-weight: bold }

pre {
  background: #000;
  color: #eee;
  font-family: monospace;
  line-height: 1.25em;
  margin: .5em 0;
  padding: 1em;
}

#contentwrapper {
    margin: 0 21px 16px 19px;
}

#footer {
    background-color: #fff;
    background-image: url('../img/body_bottom.png');
    background-repeat: no-repeat;
    width: 800px;
    height: 30px;
}

