/***************************************
****************************************
    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:960px;
}
/**************************************/


/* HEADER */
div#header
{
    width:958px;
    height:185px;
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    position:relative;
}
div#globalnav
{
    width:958px; 
    margin:0 auto; 
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;   
}
div#lowerheaderimg
{
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    width:958px;
    height:210px;
    background:url(../images/header_bg.jpg) top left no-repeat;
}

div#lowerheaderimghomes
{
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    width:958px;
    height:210px;
    background:url(../images/header_bg_homes.jpg) top left no-repeat;
}

div#lowerheaderimgleisure
{
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    width:958px;
    height:210px;
    background:url(../images/header_bg_leisure.jpg) top left no-repeat;
}


div#lowerheaderimgcon
{
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    width:958px;
    height:210px;
    background:url(../images/header_bg_con.jpg) top left no-repeat;
}

div#lowerheaderimgplaying
{
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    width:958px;
    height:210px;
    background:url(../images/header_bg_playing.jpg) top left no-repeat;
}

div#lowerheaderimghistory
{
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    width:958px;
    height:210px;
    background:url(../images/header_bg_history.jpg) top left no-repeat;
}

div#lowerheaderimgloc
{
    border-left:solid 1px #fff;
	border-right:solid 1px #fff;
    width:958px;
    height:210px;
    background:url(../images/header_bg_loc.jpg) top left no-repeat;
}




/**************************************/
/* CONTENT */

div#main
{
    
}

div#content
{    
    padding:30px;
    width:655px;
    height:auto;
    float:left;   
}
/**************************************/
/* EXTRA INFO */
div#rhs
{    
    float:right;   
	width:245px;  
	height:100%;	
	padding:40px 0 0 0;
	background-image: url(../images/RHS_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}
/**************************************/
/* FOOTER */
div#footer
{
    clear:both;
    height:55px;
}

/***************************************
    END
***************************************/
