#PageHeader
{
	top: 3px;
	left: 160px;
}

#FlashTornPhoto
{
	top: 0px;
	left: -40px;

	margin-top: 0px;
}

#MusicEntryContainer
{
	position: absolute;

	width: 60%;
	height: 100%;

	top: 60px;
	right: 25px;
}

#MusicContainerHeader
{
	color: #ebd07f;
	font-size: 23px;
	font-weight: bold;
}

#MusicTextContainer
{
	position: absolute;

	border-top: solid 1px #333333;

	height: 77%;
	width: 100%;

	top: 33px;

	overflow: auto;

	font-size: 19px;
}

#MusicText
{
	margin: 15px;
	margin-top: 14px;
	
	text-align: left;
}

#AlbumInformation
{
	position: absolute;
	
	width: 79%;
	height: 85%;

	text-align: center;	

	top: 15%;
	right: 0px;
	
	overflow: auto;
}

#tblTrackListing
{
	position: absolute;

	height: 300px;
	width: 330px;

	font-size: 18px;
	font-weight: bold;

	text-align: right;
}

.colListenOnline
{
	width: 35px;
}

#AlbumCover
{
	position: absolute;

	background-color: #ffffff;

	width: 175px;
	height: 175px;

	top: 0px;
	right: 50px;

	margin-top: 35px;
}

#PurchaseThisAlbum
{
	border-top: solid 1px #ffffff;

	text-align: center;	
	
	width: 100%;

	margin-top: 12px;

	padding-top: 12px;
}

A:link
{
	color: #ebd07f;
}

A:visited
{
	color: #ebd07f;
}
