
div.MusicianProfile
{
	margin-top:7px;
	background:url(../images/june/MusiciansProfileBg.png) repeat-x;
	height:196px;
	position:relative;
}

div.MusicianProfile .MusicianLeft
{
	
	left:25px;
	position:absolute;
	top:13px;
}

div.MusicianProfile .MusicianLeft a
{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-top:8px;
}

div.MusicianProfile .MusicianLeft .ProfileImage a
{
	margin:0;
}

div.MusicianProfile .MusicianRight
{
	left:190px;
position:absolute;
text-align:left;
top:30px;
}

div.MusicianProfile .MusicianRight p
{
	font-size:11px;
	margin-bottom:22px;
}

div.MusicianProfile .MusicianRight span
{
 font-weight:bold;
}

div.MusicianProfile .MusicianRight a
{
 color:#585858;
}

