/***************************************
****************************************
    2 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:950px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    background-color:#ffffff;
}
/**************************************/


/* HEADER */
div#header
{
    width:100%;
    height:90px;
}
div#globalnav
{
    border-bottom:6px solid #383838;
    
    height:auto !important;
    height:32px;
    min-height:32px;
    
    margin:0pt auto;
    width:100%;
}
div#lowerheaderimg
{
    width:950px;
    height:127px;
    background:url(../images/header_bg.jpg) top left no-repeat;
}




/**************************************/
/* CONTENT */

div#main
{
    
}

div#content
{    
    width:666px;
    float:left;    
    border-left:solid 1px #E7E7E7;   	
    min-height:700px;
    height: auto !important;/*so ie6 uses next line*/
    height:700px;/*for ie6*/
   
}


div#content_home
{    
    width:666px;
    float:left;    
    border-left:solid 1px #E7E7E7;   	
    min-height:700px;
    height: auto !important;/*so ie6 uses next line*/
    height:700px;/*for ie6*/
   
}



/**************************************/
/* EXTRA INFO */
div#rhs
{    
    float:right;   
	width:282px;  
	height:100%;	
	padding:15px 0 40px;
}
/**************************************/
/* FOOTER */
div#footer
{
    clear:both;
    height:78px;
    width:100%;
}

/***************************************
    END
***************************************/
