.artists {
	width: 145px;
	background-image: url(images/listBack.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
.artists li {
}
.artists ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 15px;
	line-height: 15px;
}
.artists a {
	font-family: "Myriad Pro SemiExt";
	font-size: 14px;
	color: #a01903;
	text-decoration: none;
	display: block;
}
.artists a:link {
	text-decoration: none;
}
.artists a:visited {
	text-decoration: none;
}
.artists a:hover {
	text-decoration: underline;
	background-color: #EBD4C3;
}
