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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F6F3;
	background-position: center top;
	background-attachment: scroll;
}
body,td,th {
	color: #000;
	font-family: 'IM Fell Double Pica', serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1;
}

a:link {
	color: #ae150e;
}
a:visited {
	color: #ae150e;
}
a:hover {
	color: #000;
}
a:active {
	color: #ae150e;
}

.small_cover{
	margin-top: 10px;
	margin-left: 85px;
}

.track_listing{
	line-height: 22px;
	padding-left: 15px;
}

.about_text{
	padding-right: 70px;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 15px;	
}

.links_text{
	padding-right: 70px;
	padding-left: 60px;
	padding-bottom: 15px;
	line-height: 25px;
}

.player{
	padding-left: 75px;
	padding-top: 10px;
}

.link_title{
	font-size: 18px;
	font-weight: bold;
}

