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

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

.review_box {
	float: left;
	width: 223px;
	height: 330px;
	padding-left: 20px;
	padding-right: 20px;
	}

.album_details {
	float: left;
	width: 113px;
	height: 100px;
	padding-left: 10px;
	}

.artist_name {
	letter-spacing: -3px;
	}
	
.artist_name a {
	color: #626262;
	text-decoration: none;
	}

.artist_name a:hover {
	color: #626262;
	text-decoration: underline;
	}
	
.artist_name a:visited {
	color: #626262;
	text-decoration: none;
	}

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

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

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

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

.sub_info {
	float: left;
	width: 223px;
	padding-top: 13px;
	font-size: 11px;
	color: #acacac;
	}

.sub_info img {
	display: inline;
	}
	
.promo_box {
	position: relative;
	display: inline;
	float: left;
	width: 223px;
	height: 320px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: #e5e5e5;
	}

.promo_box .artist_name a {
	color: #000000;
	text-decoration: none;
	}

.promo_box .artist_name a:hover {
	color: #000000;
	text-decoration: underline;
	}

.promo_box .artist_name a:visited {
	color: #000000;
	text-decoration: none;
	}

.promo_box .album_review a {
	color: #ff1f1f;
	text-decoration: none;
	}

.promo_box .album_review a:hover {
	color: #ff1f1f;
	text-decoration: underline;
	}

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

.promo_box .album_review {
	color: #000000;
	}