body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 5px;
	width: 570px;
}
a, a:active, a:visited {
	color: #FD4A80;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 1px solid #000000;
	padding: 2px;
}
.left_column {
	float: left;
	width: 50%;
}
.right_column {
	float: right;
	width: 50%;
}
#main {
	width:550;
	}
	
#pic_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	float: left;
	position:fixed;
	top:5px;
	left:5px;
	border: thin dotted #FD4A80;
}
#pic_description b, 
.discography b,
.live_gigs b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FD4A80;
}
.pic_info {
	padding: 5px;
}
.thumbnail {
	padding: 5px;
}
.thumbnail:hover {
	padding: 4px;
	border: thin dotted #FD4A80;
}

#pic_left {
	float:left;
	width: 220px;
}
#pic_right {
	float:right;
	width: 350px;
	text-align: right;
}
.discography, 
.live_gigs {
	padding: 5px;
	border: thin dotted #FD4A80;
	display: block;
	float: left;
	width: 550px;
	margin-bottom: 10px;
}
.discography_description {
	float: left;
	display: inline;
	width: 375px;
}
.discography_cover {
	float: right;
	display: inline;
}
