@media all {
	#pg_header {
		height: 120px;
		background-image: url(/images/row_bg_y120_trans.gif);
		}
	div.pg_header {
		width: 616px;
		height: 120px;	
		}
	a.artist_pic {
		display: block;
		float: left;
		width: 100px;
		height: 120px;
		margin-left: 10px;
		background-image: url(/images/artist_pic_frame.gif);
		background-repeat: no-repeat;
		background-position: center 8px;
		text-align: center;
		}
	img.artist_pic {
		width: 90px;
		height: 90px;
		margin-top: 13px;
		}
	div.artist_details_cntnr{
		float: left;
		width: 356px;
		margin-top: 20px;
		margin-left: 10px;
		}
	div.artist_details {
		text-align: left;
		margin-top: 4px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 11px;
		font-weight: normal;
		color: #ffffff;
		}
	div.nav_options {
		float: left;
		width: 120px;
		margin-left: 4px;
		margin-top: 14px;
		}
	div.item_details_cntnr {
		float: left;
		width: 616px;
		height: 466px;
		margin-top: 8px;
		background-image: url(/images/cntnr_bg_y466.gif);
		background-repeat: no-repeat;
		background-position: left top;
		overflow: hidden;
		}
	#item_details_c1,#item_details_c3 {
		float: left;
		width: 140px;
		height: 354px;
		}
	#item_details_c2 {
		float: left;
		width: 336px;
		height: 354px;
		}
	div.item_price {
		text-align: center;
		height: 40px;
		margin-top: 23px;
		margin-right: 10px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 12px;
		color: #ffffff;
		}
	div.item_name {
		height: 36px;
		overflow: auto;
		text-align: center;
		margin-top: 20px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		font-style: italic;
		}
	div.purchase_btn {
		height: 30px;
		margin-top: 20px;
		}
	div.item_image {
		width: 280px;
		height: 280px;
		text-align: center;
		margin-top: 16px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(/images/artist_showcase_frame.gif);
		background-position: center top;
		background-repeat: no-repeat;
		}
	img.item_image {
		margin-top: 5px;
		width: 270px;
		height: 270px;
		}
	div.item_description {
		float: left;
		width: 576px;
		height: 380px;
		overflow: auto;
		margin-top: 36px;
		padding-left: 20px;
		padding-right: 20px;
		text-indent: 14px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 12px;
		color: #cccccc;
		line-height: 130%;
		}
	div.item_tn_cntnr {
		margin-left: 10px;
		margin-right: 10px;
		height: 320px;
		overflow: auto;
		}
	div.item_thumbnail {
		margin-bottom: 6px;
		width: 100px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background-image: url(/images/artist_pic_frame.gif);
		background-position: center top;
		background-repeat: no-repeat;
		}
	img.item_thumbnail {
		margin-top: 5px;
		width: 90px;
		height: 90px;
		cursor: pointer;
		}
	a.a_email,a.a_website,a.a_name {
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;
		}
	a.a_email:hover,a.a_website:hover,a.a_name:hover {
		text-decoration: underline;
		}
	}
