﻿.band
{
	margin-right: 20px;
}
.band .band_desc
{
	padding: 0px 10px 10px 0px;
	border-bottom: 1px #333 solid;
}

.band .title
{
	font-family: Tahoma;
	font-size: 14px;
	color: #eee;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px 0px 0px 0px;
	width: 530px;
	height: 25px;
}

.band .member_image_table
{
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
}

.band .member_image
{
	width: 110px;
	padding: 2px;
	border: 2px #555 solid;
}

.band .member_image:hover
{
	cursor: pointer;
	width: 110px;
	padding: 2px;
	border: 2px #7dcf34 solid;
}

.band .member_image_td
{	
	text-align: center;
}

.band .photoinfo
{
	text-align: center;
	height: 50px;
	vertical-align: top;
	border-bottom: 1px #333 solid;
}

.band .profile
{
	margin: 10px 0px 0px 10px;
	padding-bottom: 10px;
	
}