#artist {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	background-color: black;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*height: auto !important;*/
	/*min-height: 550px;*/
	width: 730px;
	height: 600px;
}

/*
// PAGE artist
*/

#artist .page {
	line-height: 18px;
	border-width: 0px;
	border-style: none;
	position: absolute;
	width: 450px;
	float: left;
}

#artist .page .title {
	border-style: none;
	float: none;
	clear: both;
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold; 
}

#artist .page .subtitle {
	float: none;
	clear: both;
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* time to migrate away from using divs for headers */

#artist .page .article {
	float: none;
	margin-bottom: 30px;
}

#artist .page h1 {
	margin: 20px 0px 0px 0px;
	font: bold 16px "‚l‚r ‚oƒSƒVƒbƒN", Hiragino Kaku Gothic Pro, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
	color: #fff;
	padding: 0;
	letter-spacing: 0.1em;
}

#artist .page img.pix {
	width: 200px;
	height: 200px;
	float: left;
	margin: 0px 10px 0px 0px;
	border: 0;
}

#artist .page h2 {
	margin: 0px;
	font: bold italic 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 0;
	letter-spacing: 0.1em;
}

#artist .page p {
	text-align: left;
	margin: 10px 0px 10px 0px;
	font: normal 13px "‚l‚r ‚oƒSƒVƒbƒN", Hiragino Kaku Gothic Pro, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
}
#artist .page p a{
	text-decoration: none;
	color: #0033CC;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#artist .page p a:hover{
	color: #FF3300;
	border-bottom: 1px dotted #FF3300;
	padding-bottom: 2px;
}




/*
// NAVIGATION
*/

#artist #navigation {
	border-width: 0px;
	border-style: none;
	/*margin-bottom: 500px;*/
	margin-left: auto;
	width: 194px;
}

#artist #navigation #menu {
	margin-bottom: 25px;
}
#artist #navigation #menu h1{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FF3300;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #333333;
}
#artist #navigation #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#artist #navigation #menu ul li a.item {
	color: #cccccc;
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #434343;
	padding-left: 15px; 
	font-size: 12px;
	text-decoration: none;
}

#artist #navigation #menu ul li a:hover {
	color: #ff8000;
	background: url(../../resources/img/product_menu_arrow.gif) no-repeat 4px center;
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #434343;
	padding-left: 15px; 
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

#artist #navigation #menu ul li a.item_selected {
	color: #ff8000;
	background: #1f1f1f url(../../resources/img/product_menu_arrow.gif) no-repeat 4px center;
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #434343;
	padding-left: 15px; 
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}



