/***************************************
****************************************
    2 and 3 COLUMN LAYOUT
    ------------------------------------
    DO NOT ADD FORMATTING STYLES TO
    THIS STYLESHEET - IT IS FOR *LAYOUT*
    INFORMATION ONLY. MARGIN AND PADDING
    INFORMATION *SHOULD* GO IN HERE.
****************************************
***************************************/

div#container
{
    margin:0 auto;
    
    width:960px !important; 
    width:1010px;
}
/**************************************/
/*LHS*/
div#lhs
{
    float:left;
    width:180px;    
}


/*---------------------------------->8   
end cut to here*/


/* HEADER */
div#header
{
    height:170px;
}



/**************************************/
/* CONTENT */

div#main
{
    height: auto !important;
    height:450px;
    min-height:450px;
}

div#content
{    
    width:  630px;
    float:  left;    	
    height: auto !important;
    height: 440px;
    min-height:440px;
}

div#content_inside
{    
    margin:22px;  	
}
/**************************************/
/* RHS / EXTRA INFO */
div#rhs
{    
    float:left;   
    width:120px;
}
/**************************************/
/* FOOTER */
div#footer
{   
    clear:both;
    width:  630px;
    margin:0 auto;
}

/***************************************
    END
***************************************/