img {
	border: none;
}

#logo {
	border: 2px #000 solid;
	float: left;
}

#logo img {
	border: 3px #eee solid;
}

#artist_header {
	float: left;
	width: 100%;
	_height: 50px;
	min-height: 50px;
	position: relative;
}

#artist_name {
	padding: 0 40px 0 0;
	font-size: 32px;
	position: absolute;
	right: 100px;
	bottom: 40%;
}

#artist_name span {
	color: red;
}

#artist_desc {
	padding: 20px 40px;
	clear: both;
}

#artist_middle {
	float: left;
	width: 100%;
	position: relative;
}

#artist_info {
	float: left;
}

#artist_gallery {
	border: 3px #eee solid;
	float: left;
	padding: 0 0 2px 2px;
	text-align: center;
	background: #000810;
}

#artist_gallery_border {
	float: right;
	border: 2px #000 solid;
	text-align: center;
}

#artist_gallery_options {
	clear: both;
	padding: 3px;
	background: #001820;
	border: 1px #FFBC00 solid;
	margin: 2px 2px 0 0;
}

.photo_row {
	clear: both;
}

.photo_row img {
	float: left;
	border: 2px #000 solid;
	margin: 2px 2px 0 0;
}

ul {
	list-style: none;
	font-size: 1.05em;
}

li span{
	font-weight: bold;
}

#songs img {
	margin: 0 5px;
}

#songs table {
	clear: both;
}

.song_name {
	color: #eee;
	font-size: 14px;
}

.song_genre {
	color: #eee;
	font-size: 14px;
}

.song_options a {

}

a {
	border: none;
}

