.comeBackSoon {
	padding: 20px 100px;
	magin: 0 auto;
}


.comeBackSoon h3 {
	text-align: center;
	font-style: italic;
	font-size: 2em !important;
	color: #666 !important;

	font-family: Garamond, Georgia, serif !important;
	font-size: 4em !important;
	
}


.comeBackSoon p{
	color: #888;	
}

p {
	text-align: left;
}



ul#audioPlayerList {
	list-style-type: none;	
}

ul#audioPlayerList li {
	height: 25px;
	line-height: 27px;
	margin-bottom: 10px;
	
	font-style: italic;
}


.audioLink {
	display: block;
	width: 25px;
	height: 25px;
	background: url('/img/playPauseButton.png') 0px 0px no-repeat;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
}

.audioLink:hover {
	background-position: -25px 0;
}


.audioLink.playing {
	background-position: 0 -25px;
}

.audioLink.playing:hover {
	background-position: -25px -25px;
}