﻿#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
{
    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
{
    float: left;        
    overflow: hidden;
}

#main #page-controls .page-content{
	float: left;
	width: 62%;
	padding: 10px 0 10px 10px;
}

#rightcolumn
{
    background-color: #fff;
    
    width: 100%;
        
    min-height: 100px;
    height: auto !important;
    height: 100px; 
    
    float: left;
    position: relative;     
}

#page-controls .column_widget{
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;    
	 float: right;
 	 width: 35%;
    
    overflow: hidden;
    background-color: #f3f3f3;
    margin-right: 3px;
    margin-top: 3px;
    height: auto;
    
    display: inline;   
}

#page-controls .column_widget p{
	width: 248px;
}


