/* Generated by KompoZer */
body {
  background: orange none repeat scroll 0% 50%;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: normal;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}

h1 {
  text-align: center;
  font-family: arial,helvetica,sans-serrif;
  font-size: xx-large;
  font-weight: bold;
}
h2 {
  text-align: center;
  font-family: arial,helvetica,sans-serrif;
  font-size: large;
  font-weight: bold;
}
h3 {
  font-family: arial,helvetica,sans-serrif;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}

div.container
{
width:100%;
height:100%;
margin:0px;
// border:1px solid gray;
}

div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

div.left
{
float:left;
width:250px;
height:100%;
margin:0;
padding:1em;
}

div.content
{
margin-left:250px;
// border-left:1px solid gray;
padding:1em;
}