/* CSS Document */

#artistList{
	text-align: right;
	padding-top:5px;
	padding-right: 10px;
}
#artistList UL LI{
	list-style: none;
	margin: 5px 0px;
}
#artistList UL LI A{
	font-weight: bold;
}

/* --- Artist display pages styles ---*/

#displayArtist {
text-align: left;
padding-top:10px;
clear: both;
}

#displayArtist .story{

padding: 0px 15px;
}

#displayArtist .story P{
color: #000000;
}

#displayArtist .story P.headline{
color: #FF0000;
}

#displayArtist .title{

	padding: 0px 15px;
	line-height: 20px;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

#displayArtist .title IMG{
border: 3px solid black;
margin-top: 15px;
}