
section#banner
{
  background-color : #add8e6;
  border-bottom    : groove 5px #000000;
  font-family      : sans-serif;
  font-size        : 3em;
  text-align       : center;
  padding          : 0px 10px 0px 10px;
}

section#banner h1
{
  display : none;
}

section#nav
{
  position : absolute;
  width    : 12em;
  left     : 0px;
}

section#nav h1
{
  display : none;
}

section#nav ul
{
  list-style-type : none;
  padding-left    : 1em;
  padding-bottom  : 1em;
  border-bottom   : solid 1px #000000;
}

section#body
{
  margin-left  : 12em;
  color        : #000000;
  padding-left : 5px;
  border-left  : solid 1px #000000;
}

section#body h1
{
  padding : 10px 0px 10px 0px;
}

section#body h1
{
  background-color : #808080;
  color            : #ffffff;
  font-family      : sans-serif;
  padding-left     : 1em;
}

section#body h2
{
  font-family         : sans-serif;
  padding-left        : 1em;
  border-bottom-style : solid;
  border-top-style    : solid;
  border-color        : #000000;
}


/* Generated with Clay, http://fvisser.nl/clay */