#header {
  margin: auto;
  width: 1000px;
  height: 150px;
  background: url(/images/prefetchheader.gif);
}

#wrapper {
  margin: auto;
  width: 1000px;
  height: 600px;
}

#leftBar {
  float: left;
  width: 270px;
  height: 600px;
  background: url(/images/prefetchsidebar.gif);
}

#content {
  float: right;
  width: 730px;
  height: 600px;
}

div.articleads {
   margin-top: 40px;
   margin-bottom: 40px;
}

img.topbutton {
  display: block;
  padding-top: 20px;
  margin: auto;
  border: none;
}

img.button {
  display: block;
  margin: auto;
  border: none;
}

p {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 10px;
  font-size: 13pt;
}

pre {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 10px;
  font-size: 13pt;
  font-family: Courier;
  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+ */
}

a.links {
  color: black;
}

a:link { 
  color: black;
}

a:visited { 
  color: black;
}

a:hover { 
  color: black;
  background-color: grey;
  text-decoration: none;
}

a:active { 
  color: black;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

hr.article {
    width: 600px;
}

li {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}

