/* Looking for a css? Visit http://glish.com/css/ */

body {
  margin:20px 20px 0px 20px;
}

#banner {
  background:#fff;
  border-bottom:2px solid #000;
}

#banner h1 {
  font-size: 2em
}

#main {
  border:1px solid #000; 
  background:#fff;
}

#main #menu {
  border-left:1px solid #000; 
  border-bottom:1px solid #000;
  border-right:1px solid #000;
  float:right;
  width:15em;
  background:#eee;
  margin:0px 0px 10px 10px;
}

#main dt {
  margin-top:2em;
}

#main li {
  margin-top:1em;
}

#disclaimer {
  font-size: small;
}