@charset "utf-8";
/* CSS Document */

.artistIntro {
	width: 380px;
	height: 180px;
	padding: 10px 10px 10px 10px;
	margin: 6px;
	border: 1px solid #CCC;
	float: left;
	overflow: hidden;
	}
.artistIntro h3 {
	text-transform: uppercase;
	}
.artistIntro img {
	float: left;
	margin: 0 5px 4px 0;
	}
.artistBio {
	width: 225px;
	float: right;
	}
.artistIntro p {
	font-size: 0.9em;
	}
