/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/

#main_content
{
    position: relative;
	color: Black;
    background: none;
	margin-left: 35px;
}

#main_content_products
{
    position: relative;
    padding-bottom: 15px;
    color: Black;
	width: 786px;
	margin-left: 55px;
	
}

table.one
{
table-layout: fixed
}

a.classicrollover {
	display: block;
	width:  200px;
	height: 389px;
	background: url("../images/product-nav_page_classic.png") 0 0 no-repeat;
	text-decoration:none
}

a:hover.classicrollover {
	background-position: -200px 0;
}

a.artistrollover {
	display: block;
	width:  200px;
	height: 389px;
	background: url("../images/product-nav_page_artist.png") 0 0 no-repeat;
	text-decoration:none
}

a:hover.artistrollover {
	background-position: -200px 0;
}

a.activerollover {
	display: block;
	width:  200px;
	height: 389px;
	background: url("../images/product-nav_page_active.png") 0 0 no-repeat;
	text-decoration:none
}

a:hover.activerollover {
	background-position: -200px 0;
}