﻿body
{
}
#leftcol
{
    clear: both;
    float: left;
    width: 25%;
    height: 250px;
}
#rightcol
{
    width: 73%;
    float: right;
}
