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

div#main div.artistBox {
	width: 570px;
	margin-bottom: 30px;
	padding-bottom:30px;
	font-size: 92%;
	border-bottom:#dcdcdc 1px solid;
	}
div#main div.photo {
	width: 220px;
	float: left;
	padding-right:20px;
	}
div#main div.text {
	width: 330px;
	float: right;
	}
div#main div.photo p {
	line-height: 1;
	}
div#main div.photo p.artistPhoto {
	background-color: #DCDCDC;
	}
div#main div.photo p.artistPhoto img {
	padding: 5px;
	}
div#main p.link {
	background: url("/images/artist/arrow.gif") left center no-repeat;
	padding-left: 10px;
	margin-bottom:5px;
	margin-top: 20px;
	}
div#main h3{
	padding-bottom: 10px;
 	font-weight: bold;
 	font-size: 138%;
	}
dl{
	margin-bottom:2em;	
}

table{
	margin-bottom:10px;	
}

dt{
	font-weight: bold;
	margin-bottom:3px;
}

.text ul{
	list-style:circle;	
}

#main h3 a:link,
#main h3 a:visited {
  color: #333333;
  text-decoration:none;
}
#main h3 a:hover,
#main h3 a:active {
  color: #501428;
  text-decoration: underline;
}
