#header {
  padding-right: 10px;
  padding-left: 9px;
  padding-bottom: 5px;
  background: #f62;
  position: absolute;
  top: 0px;
  left: 100px;
  width: 800px;
  height: 150px;
  border-style: solid double;
}
#leftcol {
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 5px;
  padding-bottom: 5px;
  background: #626;
  color: #fff;
  position: absolute;
  top: 150px;
left: 100px;
  width: 145px;
  height: 500px;
  /*border-style: solid double;*/
}
#content {
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 10px;
  padding-bottom: 5px;
  background: #3fe;
  color: #aaa;
  position: absolute;
  top: 150px;
left: 250px;
  width: 650px;
  height: 500px;
  /*border-style: solid double; */
  overflow: auto;
}
#footer {
  background: #ff3367;
  position: absolute;
  padding-left: 10px;
  padding-right: 15px;
  top: 630px;
  left: 250px;
  width: 650px;
  height: 120px;
}
