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

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

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

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

#about #lead p{
	padding:10px 10px 0 0;
	font-size:11px;
	line-height:200%;
	
	}
#about #lead p a{
	color:#000000;
	text-decoration:underline;
}
#about #lead p a:hover{
	color:#000000;
	text-decoration:none;
}

#about #sitemap{
	width:240px;
	float:right;
	text-align:left;
}

#about #sitemap h3{
	font-size:12px;
	font-weight:bold;
	margin:15px 0 0 0;
	padding:0 0 0 5px;
	border-left:2px solid #000000;
}

#about #sitemap p{
	width:240px;
	padding:5px 0;
	font-size:11px;
}

#about #sitemap p a{
	text-decoration:underline;
	color:#000000;
}

#about #sitemap p a:hover{
	text-decoration:none;
	color:#000000;
}

h2.about{
background:url(../img/h2_about.gif) no-repeat;
}
h2.sitemap{
background:url(../img/h2_sitemap.gif) no-repeat;
}


