DIV.artistcolumn {
	position: relative;
	float: left;
	width: 1000px;
}

DIV.artist {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #7B885B;
	width: 968px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
}

DIV.releasescolumn {
	position: relative;
	float: left;
	width: 1000px;
}

DIV.release {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #7B885B;
	width: 473px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
}

DIV.commentscolumn {
	position: relative;
	float: left;
	clear: both;
	width: 1000px;
}

DIV.comments {
	position: relative;
	clear: both;
	float: left;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #7B885B;
	width: 968px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
}
