
#artistname, #artistnewstitle, #artisttitle, #artisttext, #artistname a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #DE1B08;
	text-decoration: none;
	margin: 0px 11px 23px 0px;
}
#artistname a {
	background: url(../img/big_left_arrow.gif) top left no-repeat;	
		padding-left: 23px;
	padding-top: -1px;
	margin-left: -23px;
}
#artisttitle, #artistnewstitle, #artisttext{
	font-size: 15px;
	color: #313030;
	margin: 0px 11px 14px 0px;
}
#artisttext {
	font-size: 12px;
	color: #666666;
}
#artistnewstitle{
	color: #DE1B08;
}
#artistimage {
	margin-bottom: 40px;
}
.artistnews {
	background: url(../img/plus.png) top left no-repeat;
	padding-left: 10px;
	padding-top: -5px;
		font-size: 11px;
	margin: 0px 11px 14px 0px;
}
.separator {
	background: transparent url(../img/bg_dot.gif) repeat-x left top;
	clear: both;
	height: 1px;
	margin-top: 4px;
    margin-bottom: 4px;
}	
.leftcol {
	position: relative;
	width: 363px;
	float: left;
	padding: 0px 11px 21px 0px;
}
.rightcol {
	position: relative;
	width: 334px;
	float: left;

}