#MainBody {
	padding: 0px;
	position: relative;
	width: 785px;
}

#MainBody h2 {
	color: #484F4F;
	position: relative;
	top: -20px;
}


#MainBody p {
	font-family: Georgia, "Times New Roman", Times, serif;
}


#CabinContainer {
	background-image: url(../images/spiritwoodartists/TopBox/Mid_02.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 785px;
}

#CabinContainer #Top {
	background-image: url(../images/spiritwoodartists/TopBox/Top_02.jpg);
	position: relative;
	height: 65px;
	width: 785px;
}

#CabinContainer #Bottom {
	background-image: url(../images/spiritwoodartists/TopBox/Bottom_02.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 59px;
	width: 785px;
}

#CabinContainer * {
	margin: 0px;
	padding: 0px;
} 

#CabinContainer h2 {
	color: #E1DED7;
}

#TopText {
	position: absolute;
	width: 600px;
	z-index: 300;
	left: 100px;
}

#CabinContainer h3 {
	color: #DFDBCE;
	position: relative;
	top: -10px;
	font-size: 1.5em;
}

#BottomDescription {
	position: relative;
	width: 785px;
	z-index: 300;
}

#BottomTextContainer {
	position: relative;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#BottomDescription h3 {
	color: #25262E;
	position: relative;
	top: 0px;
	font-size: 1.2em;

}

#BottomDescription p {
	text-align: justify;
	width: 570px;
	position: relative;
	display: inline;
	color: #20212B;
}

#BottomDescription span {
	color: #2C2B1D;
	position: relative;
	left: 230px;
	top: 50px;
}

#CabinContainer h4 {
	color: #D5D0BF;
	margin-bottom: 10px;
}

#CabinContainer p {
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #353024;
	font-family: Georgia, "Times New Roman", Times, serif;

}


.CabinAlbums {
	background-image: url(../images/multiplepurchase/DescriptionTable/Mid_01.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 596px;
	left: 92px;
}

.CabinAlbums .Top {
	background-image: url(../images/multiplepurchase/DescriptionTable/Top_01.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 47px;
	width: 596px;
}

.CabinAlbums .Bottom {
	background-image: url(../images/multiplepurchase/DescriptionTable/Bottom_01.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 57px;
	width: 596px;
}

.CabinAlbums a.AlbumLink {
	position: absolute;
	width: 230px;
	left: 150px;
	top: 15px;
	text-align: left;
	color: #CDC9BA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.CabinAlbums a.AlbumLink:hover {
	text-decoration: underline;
}

.By {
	position: absolute;
	left: 150px;
	top: 67px;
	text-align: left;
	text-decoration: underline;
	color: #27211B;
	cursor: default;
}

.more {
	color: #D9D2C6;
}


.CabinAlbums a.ArtistLink {
	display: block;
	position: absolute;
	width: 350px;
	left: 150px;
	top: 90px;
	text-align: left;
	text-decoration: none;
	color: #CDC9BA;
	font-size: larger;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.CabinAlbums a.ArtistLink:hover {
	text-decoration: underline;
}

.InnerContainer {
	position: relative;
	width: 490px;
	left: 50px;
}
.albumImage {
	position: relative;
	height: 133px;
	width: 138px;
	background-image: url(../images/multiplepurchase/AlbumDropShadow_01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.albumImage:hover {
	position: relative;
	height: 136px;
	width: 137px;
	background-image: url(../images/multiplepurchase/AlbumDropShadow_01_over.jpg);
	height: 133px;
	width: 138px;
	top: 3px;
	left: 3px;
	background-repeat: no-repeat;
}

.albumImage:hover img {
	position: relative;
	left: 1px;
	top: 2px;
}

/*-------------------------------Button Code ---------------------------------*/

.ButtonContainer {
	position: absolute;
	width: 235px;
	left: 250px;
	top: -5px;
	font-size: smaller;
	color: #C7C0A5;
	text-align: right;
}


.ButtonDownload {
}

.ButtonDownload span {
}

.ButtonDownload form {
}

.ButtonMail {
	margin-top: -10px;
	position: relative;
}

.ButtonMail span {
}

.ButtonMail form {
}

