
body {
    background: white;
    color: black;
	font-size: 1em;
	line-height: 1.3em;
}

div#main {
  width: 60%;
  float:left;
  padding: 45px 2% 100px 2%; 

}

div#links {
    float: right;
    width:  30%; 
    margin: 0 0 0 0 ;
    border-left:   2px solid black;
    border-bottom: 2px solid black;
    background: #ffffcc;
    color: black;
}

div#title {
  background-color: black;
  color: white;
  width: 101%;
  margin: 0 0 0 0;
  position: relative;
  left: -1%;
  top: -.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

li.prev {
 list-style-type: inline;
}
