.reviews {
	float: left;
	width: 52px;
	}

.reviews a {
	display: block;
	width: 52px;
	height: 17px;
	background: url('images/btn_reviews.gif') no-repeat 0px -17px;
	}

.reviews a:hover {
	background: url('images/btn_reviews.gif') no-repeat 0px -17px;
	}

#main {
	margin: 0 auto;
	width: 790px;
	padding-top: 25px;
	}

#main_container {
	width: 790px;
	height: 830px;
	background: url('images/sub_bg.gif') no-repeat center;
	text-align: left;
	}

#review_box {
	float: left;
	width: 528px;
	padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	}

.album_details {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}

.album_review {
	clear: left;
	padding-top: 20px;
	line-height: 16px;
	color: #626262;
	text-align: justify;
	}

.album_review a:link {
	color: #c4ab00;
	text-decoration: none;
	}

.album_review a:visited {
	color: #acacac;
	text-decoration: none;
	}

.album_review a:hover {
	text-decoration: underline;
	}

.sub_info {
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 11px;
	color: #acacac;
	}

.sub_info img {
	display: inline;
	}
	
ul {
	list-style: none;
	}
	
ul li {
	margin-left: 15px;
	}