/* page layout */

#footer
{
	position:absolute; 
	left:0; 
	bottom:0; 
	width:100%; 
	height:36px; 
	z-index:5; 
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: -6px;
	
}

* html #footer
{
	bottom:0px; 
	width:100%; 
	height:36px;
	margin-bottom: 0px;
}

#footerLinks
{
	position: absolute;
	bottom: 17px;
	left: 110px;
	width: auto;
}


* html #footerLinks
{
	bottom: 10px;
}



#backgroundRepeater
{
	position:absolute; 
	left:0px; 
	bottom:0px; 
	left: 449px;
	width:100%; 
	z-index:0;
	height: 44px;
}

* html #backgroundRepeater
{
	height: 43px;
}


#content1Column, #content2ColumnLeft, #content2ColumnMiddle, #content3ColumnLeft, #content3ColumnMiddle, #content3ColumnRight, #contentMain
{
	display:block; 
	position:absolute;
	top:0px; 
	bottom:0px;
}

#contentMain
{
	top:0px; 
	bottom:0px; 
	width: 100%;
	overflow: auto;
	border-top:115px solid #fff;
	border-bottom:36px solid #fff;
}

#content3ColumnLeft, #content2ColumnLeft
{
	left: 0px;
	width:132px;
	padding-left:100px;
	z-index: 4;
}

* html #content3ColumnLeft, * html #content2ColumnLeft
{
	width: 222px;
}

#content1Column
{
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-left: 96px;
	padding-top: 13px;
	z-index: 4;
}


#content3ColumnMiddle
{
	left: 240px;
	right: 252px;
	width: auto;
}

#content3ColumnRight
{
	right: 15px;
	width: 235px;
}

#content2ColumnMiddle
{
	left: 240px;
	right: 0px;
	height: 100%;
}


* html #content3ColumnLeft, * html #content2ColumnLeft, * html #content2ColumnMiddle, * html #content3ColumnMiddle, * html #content3ColumnRight, * html #contentMain
{
	height:100%;
}

/* tribute home */
#tribtueHomeLeft, #tributeHomeRight{ position:absolute; width: 50%; top: 0px; bottom: 0px; margin:0px; padding:0px; float:left;}
#tributeHomeLeft{ left: 0px; }
#tributeHomeRight{ right: 0px; }
