@charset "utf-8";
/* CSS Document */

.artistPage {
	font: 11px Arial, Helvetica, Tahoma, sans-serif;
	background: #000;
	color: #000;
	text-align: center; /*Fix IE5 Bug*/
	width:100%;
	margin-top:50px;;
}
#artistWrap {
	width: 960px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	color:#ddd;
}
.artistHead {
	margin-top:50px;
	display:block;
	float:left;
	width:500px;
	height:75px;
}
.artistMenu {
	margin-top:15px;
	background:#000;
	padding:10px 0 10px 0;
	border-bottom:1px solid #222;
	display:block;
	float:left;
	width:500px;
	color:#555;
}
.artistMenu1 a {
	color:#aaa;
	text-decoration:none;
	padding:5px;
	text-transform:uppercase;
	font:bold 12px Arial, Helvetica, sans-serif;
}

.artistMenu2 {
	margin-top:3px;
}
.artistMenu2 a {
	color:#777;
	text-decoration:none;
	padding:5px;
	text-transform:uppercase;
	font:normal 11px Arial, Helvetica, sans-serif;
}
.artistMenu1 a:hover, .artistMenu2 a:hover, #artistFoot a:hover {
	color:#C06;
}
.artistContent {
	margin-top:15px;
	padding:10px 0 20px 0;
	display:block;
	float:left;
	width:500px;
	height:330px;
	overflow:auto;
}
.artistContentTitle {
	display:block;
	padding:3px 10px 20px 0;
}

#artistFoot, #artistFoot a {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	color:#222;
	background:#000;
	font: normal 8px Arial, Tahoma, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 5px;
	border-top:1px solid #111;
}
