#artists_content {
	padding-top: 5px;
	
}

#artists_content a {
	color: #000000;
	text-decoration: none;
}

#artists_content a:hover {
	color: #807057;
}

#artists_content .title {
	font-size: xx-large;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'FontRegular', arial, helvetica, sans-serif;
}

#artists_content #artists_title {
	font-family: 'FontLight', arial, helvetica, sans-serif;
	font-size: 2.2em;
	margin-top: 30px;
}

#artists_content .title a {
	text-decoration: none;
}

#artists_content .title .disabled {
	color: #c0c0c0;
}

#artists_content .separator {
	background: #000000;
	height: 1px;
	width: 70%;
	margin: auto;	
}

#artists_content .column_container {
	width: 600px;
	margin: auto;
	max-width: 100%;
}

#column1 .title, #column2 .title{
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

#artists_content #column1 {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-right: 50px;
}

#artists_content #column2 {
	float: left;
	width: 250px;
	margin-left: 20px;
}

div.links {
	line-height: 1.6;
}

#artists_content #column1 .title, #artists_content #column2 .title {
	text-align: left;
}

#artists_content .link {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;	
}

.anchor {
	float: left;
	margin-top: -90px;
}
















	

