div#page_content {
	float: left;
}

/* CATEGORY LIST STYLES */
ul#category_list {
	width: 602px;
	float: left;
	padding: 40px 0 40px 0;
	margin: 0px;
}

ul#category_list li {
	list-style-type: none;
	width: 141px;
	height: 220px;
	float: left;
	padding: 0 12px 9px 0;
	margin: 0px;
	position: relative;
}

ul#category_list li.last {
	padding-right: 0px;
}

ul#category_list li a.image_link {
	display: block;
	width: 141px;
	height: 141px;
	text-indent: -9999px;
}

ul#category_list li a.c_over {
	display: block;
	width: 141px;
	height: 141px;
	text-indent: -9999px;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	background-image: url(../../assets/images/by_artist_frame.png);
	background-repeat: no-repeat;
}

div#left_page_column ul li a.common_link_text {
	display: block;
	padding: 16px 0 0 27px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	width: 90px;
}


div#left_page_column ul li a.common_link_text:hover {
	text-decoration: underline;
}