﻿body {
  margin: 0px;
  padding: 0px;
}
#header
{
    background-position: #000000;
    background: #000000;
    width: 100%;
    height: 50px;
}
#leftcol
{
    background-position: #000000;
    background: #000000;
    float: left;
    width: 10%;
    height: 500px;
}
#content
{
    background-position: #000000;
    background: #000000;
    float: right;
    width: 80%;
    height: auto;
}
#footer
{
    background-position: #000000;
    background: #000000;
    clear: both;
    width: 100%;
}