@charset "utf-8";
/* CSS Document */

.EachArt{
	float:left;
	width:120px;
	height:200px;
	padding-right:40px;
	padding-bottom:20px;
	font-size:12px;
}

.EachArtist{
	clear:left;
	padding-bottom:20px;	
	color:#DDD;
	font-weight:bold;
}

#ArtistList{
	margin-left:10px;
	margin-bottom:15px;	
}

#ArtistList li{
	margin-bottom:3px;
}

#ArtistList li a{
	font-weight:normal;
}