﻿#leftcolumn
{
    display: none;
    /*width:469px;
    padding-left:7px;
    padding-right:10px;
    
    position: relative;
    left: 0px;
    
    overflow-x: hidden;
    
    min-height: 300px;
    height: auto !important;
    height: 300px; 
    
    float: left;
    background-color: green;*/
}

#main
{
    width: 100%;
    background-color: #fff;
    
    position: relative;
        
    min-height: 100px;
    height: auto !important;
    height: 100px; 
    
    float: left;
    
    background-repeat:repeat-y; 
    z-index: 1;
}

#main #page-content,
#main #page-controls
{
    width: 470px;
    float: left;        
    overflow: hidden;
}

#rightcolumn
{
    background-color: #fff;
    
    width: 100%;
        
    min-height: 100px;
    height: auto !important;
    height: 100px; 
    
    float: left;
    position: relative;     
}

