#band_pic {
	position: relative;
	margin-left: -13px;
	float: left;
	z-index: 15;
}
#green_bar {
	background-color: #86c770;
	background-image: url(/images/band_page/green_bar_edge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	width: 402px;
	position: relative;
	clear: both;
	float: left;
	z-index: 80;
	margin-left: -10px;
	margin-top: -10px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
}
#title_bar {
	background-image: url(/images/band_page/title_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 229px;
	position: relative;
	margin-top: -15px;
	margin-left: -13px;
	padding-top: 21px;
	clear: both;
	float: left;
	z-index: 15;
	font-size: 20px;
	font-weight: bold;
	color: #fa603e;
	text-align: center;
}
#band_info_edge {
	background-image: url(/images/band_page/content_area_edge.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 374px;
	position: absolute;
	top: 250px;
	clear: both;
	float: left;
	z-index: 10;
	margin-left: -10px;
	
}
#band_info {
	background-color: #FFFFFF;
	background-image: url(/images/band_page/grass2.gif);
	background-repeat: no-repeat;
	background-position: 380px bottom;
	width: 470px;
	height: 70%;
	min-height: 485px;
	position: absolute;
	top: 180px;
	float: left;
	z-index: 5;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;

}

#content_area {
	height: 70%;
	width: 400px;
	overflow: auto;
	padding-right: 20px;
	position: relative;
	top: 100px;
	left: 40px;
}


.action_menu {
	width: auto;
	padding-left: 30px;
	padding-top: 20px;
	background-image: url(../images/band_page/grass1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0px;
	position: absolute;
}

.discography_image {
	float: left;
	height: 50px;
}

div.discography {
	height: 50px;
	padding-bottom: 25px;
}

.discography ul {
	clear: both;
	height: 50px;
	margin: 0px;
}

.action_menu li a, .action_menu li a:visited, .action_menu li a:active {
	color: #61524f;
}

.ftp_download_album {
	color: #61524F;
}

.ftp_list {
	list-style-type: decimal;
}