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

/* Artist index */
#links #lead{
	width:210px;
	float:left;
	text-align:left;
}

#links h2{
	border-bottom:solid 5px #000000;
	text-indent:-9999px;
	margin:0 0 10px 0;
	padding:0;
	height:20px;
	display:block;
}

#links h3{
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
}

#links p{
	padding:10px auto 20px auto;
	margin-bottom:10px;
	font-size:11px;}
#links p a{
	color:#000000;
	text-decoration:underline;
}
#links p a:hover{
	color:#000000;
	text-decoration:none;
}

h2.links{
background:url(../img/link_h2_links.gif) no-repeat;
}
h2.youtube{
background:url(../img/link_h2_youtube.gif) no-repeat;
}
h2.lastfm{
background:url(../img/link_h2_lastfm.gif) no-repeat;
}
h2.official{
background:url(../img/link_h2_official.gif) no-repeat;
}
h2.myspace{
background:url(../img/link_h2_myspace.gif) no-repeat;
}
h2.fan{
background:url(../img/link_h2_fansite.gif) no-repeat;
}

#links #official{
	width:210px;
	float:left;
	text-align:left;
	margin-left:20px;
	
}

#links #myspace{
	width:210px;
	float:left;
	text-align:left;
	margin-left:20px;
	
}
#links #fan{
	width:210px;
	float:right;
	text-align:left;
	margin-left:20px;
	
}
