/* background images for each of the band names */	
.band_drums {
	font-family: Verdana;
	font-size: 10px;
	color:#231610;
	background-color: #CDC8C5;
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	background-image: url(../images/theband/musicians/band_drums.png);
	padding-top: 84px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.band_bass {
	font-family: Verdana;
	font-size: 10px;
	color:#231610;
	background-color: #CDC8C5;
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	background-image: url(../images/theband/musicians/band_bass.png);
	padding-top: 84px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.band_guitar {
	font-family: Verdana;
	font-size: 10px;
	color:#231610;
	background-color: #C1BCB8;
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	background-image: url(../images/theband/musicians/band_guitar.png);
	padding-top: 84px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.band_keys {
	font-family: Verdana;
	font-size: 10px;
	color:#231610;
	background-color: #CCC7C4;
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	background-image: url(../images/theband/musicians/band_keys.png);
	padding-top: 84px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.band_malesinger {
	font-family: Verdana;
	font-size: 10px;
	color:#231610;
	background-color: #CCC7C4;
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	background-image: url(../images/theband/musicians/band_malesinger.png);
	padding-top: 84px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.band_femalesinger {
	font-family: Verdana;
	font-size: 10px;
	color:#231610;
	background-color: #CCC7C4;
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
	background-image: url(../images/theband/musicians/band_femalesinger.png);
	padding-top: 84px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

