div#artists { width: 512px; margin: 0px auto; border: 4px solid #fff; padding: 20px 0px; background: #e4e9ec url(../../../images/bg_gradient.gif) repeat-x; text-align: center; }
	div#artists div.artist { text-align: left; }
		div#artists div.artist div.image { float: left; width:226px; margin: 0px 20px 20px; }
		div#artists div.artist div.text { float: left; width: 226px; margin: 0px 20px 20px 0px; }
			div#artists div.artist div.name { margin-bottom: 1em; text-transform: uppercase; font-weight: bold; font-size: 16px; }
			div#artists div.artist div.description { margin: 1em 0px; font-size: 12px; }
				div#artists div.artist div.description p { margin: 0px; }
			div#artists div.artist div.link { font-size: 12px; }
			
	div#artists ul { display: none; clear: both; padding: 0px 20px; height: 32px; text-align: left; font-size: 14px; font-weight:bold; text-transform: uppercase;}
		div#artists ul li { float: left; width: 33%; list-style-type: none; }
			div#artists ul li a{ color:#231f20; }