
/**
 * ARTISTS SPECIFIC
 **/
#left {
	display:inline;
	float:left;
	width:140px;
	font-family:verdana;
	border:1px solid #EDEEEA;
	margin-top:3px;
}
#left ul li {
	width:140px;
}
#left ul li a {
	display:block;
	line-height:20px;
	text-decoration:none;
	text-align:right;
	color:#83837E;
	padding-right:20px;
}
#left ul li a.current {
	background-color:#BDCF24;
	color:#4B4B4B;
}
#left ul li a:hover {
	color:#FFF;
	background-color:#B6B6B6;
}
#main {
	float:right;
	width:777px;
	margin-left:0px;
	background-image:url('../images/boxmid.jpg');
	background-position:left;
}
#main_inner {
	background-image:url('../images/boxmid.jpg');
	background-repeat:repeat-y;
	text-align:center;
	background-position:left;
}
#main_boxtop {
	background-image:url('../images/boxtop.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:left;
	height:10px;
}
#main_boxbtm {
	background-image:url('../images/boxbtm.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-position:left;
	padding-bottom:8px;
	position:relative;
}

#baseline {
	background-image:url('../images/baseline.jpg');
	background-position:center;
	height:112px;
	margin-top:10px;
}

#bl_left {
	float:left;
	width:35px;
	height:112px;
	cursor:pointer;
	background-image:url('../images/arrowleft.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}
#bl_right {
	float:left;
	width:35px;
	height:112px;
	cursor:pointer;
	background-image:url('../images/arrowright.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}
#bl_mid {
	float:left;
	height:112px;
	width:863px;
	overflow:hidden;
	position:relative;
}
#bl_mid_inner {
	float:left;
	height:81px;
	position:absolute;
	left:0px;
}

a.baseline_imglink {
	line-height:12px;
	float:left;
	display:inline;
	cursor:pointer;
	margin-left:2px;
	margin-right:3px;
}
a.baseline_imglink:hover {
	background-color:#ECEEBD;
}

#baseline_innertext {
	clear:both;
	text-align:center;
	margin-top:81px;
	line-height:30px;
}
