body
{
  font-size: small;
}
#header,
#menu,
#content,
#footer
{
  width:100%;
}

#header
{
  padding: 5px;
  padding-left:2em;
  color: #fff;
  background: #036;
  border-bottom: 4px solid #000;
}
#menu
{
}
#content
{
  padding: 1em;
  color: #000;
  background: #eef;
}
#footer
{
  font-size: small;
  text-align:center;
  padding: 5px;
  color: #666;
  background: #ccc;
  border-top: 2px solid #000;
}


