/* adapted from work from Eric Costello at http://www.glish.com/css */

body {
  margin:10px 10px 0px 10px;
  padding:0px;
}

#leftcontent {
  position: absolute;
  left:10px;
  top:62px;
  width:121px;
  background:#ffb;
  border:3px solid #555;
}

#maincontent {
  background:#fff;
  margin-left: 121px;
  border:3px solid #555;
}


#banner {
  background:#eba;
  height:40px;
  border:6px dashed #eba;
}
  
p,h1,pre {
  margin:0px 10px 10px 10px;
}
  
h1 {
  font-size:14px;
  padding-top:10px;
}
  
#banner h1 {
  font-size:14px;
  padding:10px 10px 0px 10px;
  margin:0px;
}