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

#mainContent {
	width: 747px;
	height: 768px;
	background: #8d8376 url(../_images/content_shadow.gif) repeat-x top;
	margin: 0 auto 10px auto;
	padding: 0 0;
}

#quote {
	background: url(../_images/quote1.jpg) no-repeat left bottom;;
	width: 677px;
	height: 768px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 30px 0 40px;
}

#artistLeft {
	width: 380px;
	padding: 20px 0px 0px 0px;
	margin: 0 0;
	text-align: left;
	float: left;
}

#artistRight {
	background-color: #b7b29f;
	width: 276px;
	padding: 0px 0px;
	margin: 0 0;
	text-align: center;
	float: right;
	
	font-size: 12px;
}

#artistLeft p {
	font-size: 14px;
	color: #222;
	line-height: 26px;
	text-align: left;
}


#artistRight p {
	font-size: 12px;
	color: #333;
	margin: 0 0;
	padding: 20px 30px;
	line-height: 26px;
	text-align: center;
}


