.artistsMenu{
	padding-right: 20px;
	width: 200px;
}

.artistsContent{
	padding-right: 10px;
	width: 600px;
}

.artistList{
	position: relative;
	width: 200px;
	/*min-height: 200px; 
	height: auto !important;
	height: 200px; */
	padding-bottom: 50px;
	
}

.artistListCat{
	font: italic 16px arial;
	color: #5d5b59;
	padding-bottom: 5px;
}

.artistListNames{
	font: 11px Georgia;
	/*color: #9e9e9e;*/
	color: #5d5b59;
	line-height: 1.5;
}

.artistListNames:hover{
	font: italic 11px Georgia;
	color: #1f5e6d;
	line-height: 1.5;
}