#bandname {
	float: left;
	width: 140px;
}
#bandphoto {
	float: right;
	width: 580px;
}
#bandname p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.band {
	width: 280px;
	height: 250px;
	padding: 5px;
}
.goto {
	text-align: right;
	padding-right: 20px;
}
h3 {
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
	font-size: 14px;
}
