body
{
	border: none;
}

#header
{
	position:absolute; 
	left:0; 
	top:0; 
	width:100%; 
	height:115px; 
	z-index:5; 
}

.frame
{
	position:absolute;
	overflow: hidden;
	display:block; 
	z-index:3; 
	top:110px; 
	bottom:0px;
	border: none;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
}
	
#tributeHeaderTitle
{
	position:absolute;
	left: 96px;
	top: 20px;
	width: auto;
	vertical-align: text-bottom;
}

* html #tributeHeaderTitle
{
	top: 34px;
}

#tributeHeaderTitle h2
{
	font-size: 19pt;
	font-style: italic;
	font-weight: normal;
}

#tributeHeaderSoundPlayer
{
	position:absolute;
	right: 12px;
	top: 78px;
	width: 190px;
}

/* top nav */

#topNav
{
	position: absolute;
	top: 64px;
	left: 56px;
	z-index: 100;
}

* html #topNav
{
	top: 76px;
}

#topNav ul li, #userLinks ul li
{
	display: inline;
	line-height: 24px;
	padding: 1px;
}


#topNav ul li a
{
	font-weight: normal;
	font-size: 9pt;
}

/* top right */

#topRight
{
	position: absolute;
	top: 6px;
	right: 2px;
}

#tributeHeaderPaymentScheme, #userLinks
{
	position: relative;
	float: left;
}

#userLinks
{
	margin-top: -5px;
}

#userLinks a
{
	color: #666;
	font-weight: bold;
	font-size: 7.5pt;
}

* html #userLinks
{
	margin-top: 6px;
}



/* soundPlayer  */

.soundPlayer
{
	position:absolute;
	top: -22px;
	right: 0px;
}

.soundPlayerNotSupported
{
	position:absolute;
	top: 10px;
	right: 0px;
	width: 280px;
}

/* data trust links */

#tributeHeaderPaymentScheme { width: 120px; }
#tributeHeaderPaymentScheme img.dataTrust { z-index: 0; }

