body	{
		font-family: Gill Sans MT, Arial, Verdana; 
		color:#DDC09C; 
		font-size: 13px; 
		text-align: justify;}
#main	{
		background-repeat: no-repeat;
		background-position: top center;
		height: 720px;
		}

table {text-align: left;}

a, a:visited, a:focus{
		font-family: Gill Sans MT, Arial, Verdana; 
		color:#DDC09C; 
		font-size: 13px; 
		text-decoration:underline;
}

a:hover{text-decoration: none;}

.header{
color: #E22314;
font-size:14px;
font-weight:bold;
}

#tracks{
font-size:10px;
font-family:Arial;
color:#DDC09C;
}

#tracks a, #tracks a:visited, #tracks a:focus, #tracks a:active{
	font-family:Arial; 
	color:#DDC09C; 
	font-size: 10px; 
}		

#tracks a:hover{
	font-family:Arial;
	color:#DDC09C; 
	font-size: 10px;
	text-decoration: none;
}		

#info{

color:#B35E35;
font-size:12px;
font-family: Gill Sans MT, Arial, Verdana; 
}

.title{font-weight:bold; font-size:13px; color:#FFFFFF;}

.small{font-size:smaller;}

.info{color:#B35E35;}
a.info, a.info:visited, a.info:focus{color:#B35E35;text-decoration:underline;}
a.info:hover{color:#B35E35;text-decoration:none;}



#wrapper {width: 870px;  height:750px; position:relative; margin-left:21px; margin-top:38px; background: url('../libby/images/libby_music_back.jpg') no-repeat;}
#musicnav{position:absolute; top:610px; left:254px;}
#content{padding: 220px 190px;}
.tracklist li{padding-left:0px;}
.tracklist{float:left;height:300px;padding-left:20px;}
.contentfooter{clear:both;}


/* "more" about heroine links */
#more{position:absolute; top:100px; left:550px; width:100px;}
#more ul {
margin: 0;
padding: 0;
list-style-type: none;
} 
#more li {
margin: 0 auto;
padding:0;
width:15%;
float:left;
display:block;
}
#more a {
display: block;
width:100%;
padding: 0px;
background: #000;
font-size:12px;
text-decoration: none; /*lets remove the link underlines*/
} 
#more a:hover{background-color:#555;}
#more a.active{background-color:#333333;}


