/***************************************
****************************************
    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:860px;
}
/**************************************/


/* HEADER */
div#header
{
    background: url(../images/header_logo.gif) no-repeat left top;
    height:auto !important; /*ie6 min height*/
    height:136px;
    min-height:136px;
}
div#globalnav
{
}
div#lowerheaderimg
{
    height:auto !important;
    height:199px;
    min-height:199px;
    
}

div#lowerheaderimg{
 border:none;
 padding:0px;
 margin:0px
 }






/**************************************/
/* CONTENT */

div#main
{
    
}

div#content
{    
    padding:0px 30px 30px 0px;
    width:860px;
    float:left;     	
}







/**************************************/
/* EXTRA INFO */
div#rhs
{    
    float:right;   
	width:244px;  
}
/**************************************/
/* FOOTER */
div#footer
{
    clear:both;
    height:auto !important;
    height:62px;
    min-height:62px;
}

/***************************************
    END
***************************************/
