@charset "UTF-8";
/* CSS Document */


/* ------------------------ Body  ------------------------ */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#container{
	margin-left: auto;
	margin-right: auto;
	width: 864px;
	text-align: left;
}

/* ------------------------ Links ------------------------ */
a:link, a:visited, a:active{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #333333;
}


.flash{
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 486px;
	width: 864px;
}

.fsc {
	padding-top: 48px;
	padding-bottom: 48px;
}
#albums {
	padding-top: 52px;
	padding-bottom: 42px;
	text-align: right;
}

.track{
	list-style-type: none;
}


.tracks {
	margin: 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.tracks a{
	padding-right: 8px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.tracks a:hover{
	color: #FF0000;
}
