
/**
 * ARTISTS SPECIFIC
 **/
#left {
	display:inline;
	float:left;
	width:140px;
	height:420px;
	font-family:verdana;
	border:1px solid #EDEEEA;
	margin-top:3px;
	border-bottom:0px;
	border-top:0px;
}
#left #scrollup {
	background-image:url('../images/scrollup.jpg');
	background-position:center;
	height:35px;
	cursor:pointer;
}
#left #scrolldown {
	background-image:url('../images/scrolldown.jpg');
	background-position:center;
	height:35px;
	cursor:pointer;
}
#left #ulwrapper {
	height:350px;
	position:relative;
	overflow:hidden;
}
#left #ulwrapper ul {
	position:absolute;
	top:-1px;
}
#left ul li {
	width:140px;
	border-top:1px solid #ECF0BE;
}
#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;
}
#left ul li.year {
	border:0px;
	background-image:url('../images/yeararrow.jpg');
	background-position:right;
	background-repeat:no-repeat;
	height:23px;
	line-height:23px;
	background-color:#E8E8E8;
	text-align:right;
}
#left ul li.year span#little {
	color:white;
	font-size:16px;
	font-weight:bold;
	margin-right:15px;
	line-height:26px;
	position:relative;
	top:-2px;
}
#left ul li.year span#big {
	color:#F1F1F1;
	font-size:28px;
	font-weight:bold;
	position:relative;
	top:2px;
	margin-right:5px;
}
#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;
	padding:30px;
	padding-top:20px;
	padding-bottom:20px;
	min-height:365px;
}
#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;
	line-height:10px;
	position:relative;
}

