body {
  	background-color:#D3D3D3;
  	font-family: "Gill Sans", "Arial", sans-serif;
  	font-size: 14px;
}


.main {
	background-color:#FFFFFF;
	border: 1px solid #000000;
	width: 800px;
	float: left;
}

.leftcolumn {
	background-color:#191919;
	width: 230px;
	float:left;
	border-bottom: 20px solid #5A0A07;
	border-right: 9px solid #5A0A07;
}

.leftcolumnbio {
	background-color:#191919;
	width: 230px;
	float:left;
	border-bottom: 650px solid #5A0A07;
	border-right: 9px solid #5A0A07;
}

.leftcolumnvideo {
	background-color:#191919;
	width: 230px;
	float:left;
	border-bottom: 270px solid #5A0A07;
	border-right: 9px solid #5A0A07;
}

.artistimage {
	border-top: 13px solid #191919;
	border-left: 13px solid #191919;
	border-right: 13px solid #191919;
}

.artist {
	font-size: 22px;
	width: 200px;
	height: 30px;
	margin-left: 7px;

	
}

.genre {
	font-size: 16px;
	height: 50px;
	margin-left: 7px;
}

.contact {
	margin-left: 7px;
}

.artistsummary {
	margin: 8px;
}

.biography {
	margin-right: 19px;
}

.quotes {
	margin-right: 30px;
}

.flashplayer {
}

.mediaplayer {
	height: 30px;
	width: 561px;
	background-color: #5A0A07;
	float: right;
}

.icons {
	width: 561px;
	background-color: #FF9900;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.iconindiv {
	padding-left: 20px;
	float: left;
}

.maintext {
	width: 549px;
	background-color: #FFFFFF;
	float: right;
	padding-left: 6px;
}

.artistinfo {
	font-size: 18px;
	color: #5A0A07;
}

.video {
	float: right;
	width: 475px;
}

.videoinfo {
	margin-top: 15px;
	float: left;
}

.audioimg {
	float: left;
}

.photos {
	padding-left: 50px;
}

.stagetech{
	width: 400px;
	height: 250px;
}

.stageplot {
	width: 144px;
	border: 1px solid #191919;
	float: left;
	margin: 10px;
	padding: 5px;
	text-align: center;
}



.photolink {
	padding-left: 50px;
	padding-bottom: 5px;
}


.icondiv a {
	text-decoration: none;
}

photolink a {
	color: #FFFFFF;
}

a:link {
  	text-decoration: none;
	color: #FF9900;
  }

a:visited {
  	text-decoration: none;
	color: #FF9900;
  }
  
a:hover {
   	text-decoration: none;
	color: #FF9900;
   }  
