/* CSS Document */

html{
}
body{
	background-color:#0A516E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #c7cc99;
	padding-left: 40px;
	height: 50px;
}
.textA {
	font-size: 14px;
	color: #c7cc99;
}
.textB {
	font-size: 16px;
	color: #c7cc99;
}
.textC {
	font-size: 18px;
	color: #c7cc99;
	line-height: normal;
}
.textD {
	font-size: 24px;
	color: #c7cc99;
	border-top: 0;
	padding-top: 0px;
}
.A_MUSIC {
	width: 985px;
	border: 1px solid #000000;
	height: 300px;
	text-align: center;
}
.CD_JACKET {
	float: left;
	width: 300px;
	text-align: center;
	height: 295px;
	padding-top: 8px;
	padding-left: 30px;
}
.DESC {
	float: right;
	width: 600px;
}
.CD_JACKET_TITLE {
	font-weight: bold;
	text-transform: uppercase;
}
.player_container {
	text-align: center;
	clear: both;
	float: none;
	height: 50px;
	width: 940px;
}
