div.container
{
  width:100%;
  margin:0px;
  /*border-style: solid;
  border-width: 1px;
  border-color: gray red;*/
  border-left:1px solid red;
  border-right:1px solid red;
  line-height:150%;
}

div.header, div.footer
{
  padding:0.5em;
  color:white;
  background-color:gray;
  clear:left;
  border-top:1px solid red;
  border-bottom:1px solid red;
}

h1.header
{
  padding:0;
  margin:0;
}

small.footer
{
  font-size: 60%
}

div.left
{
  float:left;
  clear:right;
  width:153px;
  margin:0;
  padding:1em;
  border-right:1px solid red;
}

div.content
{
  /*text-align:center;*/
  margin-left:185px;
  border-left:1px solid red;
  padding:1em;
}

