﻿body 
{
    margin:0px 0px 0px 0px;
}
#wrapper
{
    width:900px;
    display:block;
}
#header
{
    width:900px;
    display:block;
}
#navigation
{
    display:block;
    width:900px;
}
#container
{
    width:900px;
    height:500px;
    background:white url('assets/containerbg.png') repeat-y;
}
#container #leftColumn
{
    display:block;
    width:230px;
    float:left;
}
#container #middleColumn
{
    display:block;
    padding:2px 5px 2px 5px;
    width:440px;
    float:left;
}
#container #rightColumn
{
    display:block;
    width:220px;
    float:right;
}
#footer
{
    display:block;
    clear:both;
    text-align:center;
    width:900px;
    height:20px;
}