﻿#section
{
    height:5px;
    background-color:#999999;
    }

#banner
{
    width:1000px;
    height:200px;
}

#content
{
    width: 800px;
    margin: 0 auto 0 auto;
    float: left;
    margin-left: 100px;
    background-image: url( 'images/bg_home.jpg' );
    background-repeat: repeat-y;
}

#colLeft
{
    width: 250px;
    margin: 1px 1px 0 0;
    float: left;
}

#colMain
{
    width: 529px;
    background-color: #ffffff;
    margin-top: 1px;
    padding: 10px;
    float: right;
}
