
#MainBody em {
	position: relative;
	top: 0px;
	font-size: medium;
	color: #181C1F;
}

#AlbumBox {
	position: relative;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
}

#AlbumDescription {
	width: 340px;
	position: absolute;
	top: 40px;
	right: 0px;
}

#AlbumDescription p {
	position: relative;
	width: 330px;

}

#AlbumDescription a.more {
	position: absolute;
	right: 5px;
	bottom: 0px;
}

#SongContainer {
	position: relative;
	width: 338px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/featureddownload/arrow_both_01.jpg);
	background-repeat: no-repeat;
	height: 33px;
}

#SongContainer:hover {
	background-image: url(../images/featureddownload/arrow_both_01_hover.jpg);
}

#SongContainer:hover a.SongLink {
	text-decoration: none;
}

 a.SongLink {
	color: #ECE8DF;
	position: relative;
	top: 8px;
}

 a.ArtistLink {

}

#AlbumDescription a.AlbumLink {
	color: #B6A885;
}



#CabinContainer h2 {
	position: relative;
	top: -10px;
}

#CabinContainer h3 {
	position: relative;
	top: 5px;
	cursor: default;
}

#MainBody h1 {
	position: absolute;
	z-index: 200;
	top: 100px;
	display: inline;
	left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #37321C;
}