body{
  font-family: Verdana, Arial, sans-serif;
  font-size:14px;
  margin:20px;
  line-height: 1.5;
}

h1, h2, h3, h4{
  font-family: Georgia;
}

h1{
  padding: 100px 0 0 0;
  overflow: hidden;
  background-image: url("/images/header.jpg");
  background-repeat: no-repeat;
  height: 0px !important; /* for most browsers */
  height /**/:35px; /* for IE5.5's bad box model */
  cursor: pointer;
}

h2, h3, h4{
  border-bottom:1px solid #eee;
  margin-top:2em;
}

a{
  color:#cc0000;
  font-size:.9em;
}

a:hover{
  background:#cc0000;
  color:#fff;
  text-decoration:none;
}

small{
  font-size:.7em;
  color:#ccc;
}

pre{
  margin-left:20px;
  padding-left:5px;
  border-left:3px #eee solid;
}

.highlight pre{
  line-height:80%;
}

li{
  margin-bottom:5px;
}

pre{
  padding:.5em;
  margin-left:1.5em;
  overflow:hidden;
}

pre:hover{
  overflow:visible;
  background:#f7f7f7;
}

pre.footnote{
  font-size: .8em
}

.footnote{
  font-size: .8em
}

#wrapper{
  width:700px;
  margin:0 auto;
}

#footer{
  text-align:center;
  color:#999;
  font-style:italic;
  font-size:.9em;
  margin:5em 0;
}

#footer a{
  color:#555;
}

#home_link{
  text-align:right;
  margin:0px;
}

