
#bandpic {
	text-align: center;
	position: relative;
	width: 580px;
	height: 250px;
	padding-left: 0px;
}	
	
.actions a:link{
	color: #fff;
	text-decoration:none;
}

.actions a:visited{
	color: #fff;
	text-decoration:none;
}

.actions a:hover{
	color: #333232;
	text-decoration:none;
}


/*bandname font*/
h1.big{
	font-family: sans-serif;
	font-size: 24px;
}

/*different actions*/
h2{
	text-align: center;
	background-color: #a10a13;
	color: #fff;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/*album description*/
p {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: black;
}


.album_container{
	width:200px;
	height:180px;
	float:left;
	padding-bottom:20px;
}

.album_container h1{ 
	display: inline;
	font-size: 12px;
	font-family: Georgia, serif;
	font-weight: bold;	
}

.album_container h2{
	display: inline;
	color: #333;
	font-size: 12px;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	
}

.album_container h3{
	display: inline;
	font-size: 10px;
	font-family: Trebuchet MS;
	font-weight: normal;
}

.album_container p{
	display: inline;	
}

.album_container img{
	border: 1px solid gray;	
}

.album_top {
	position:relative;
	padding-bottom: 10px;	
	width:100%;
	float:left;
	height:2.5em;
}

.album_top a {
	text-decoration: none;
	color:#000;
}

.album_middle{
	width:100%;
	position:inline;
	margin:auto;
}

.album_middle_left {
	width:120px;
	position:relative;
	float:left;

}

.album_middle_right {
 	position:relative;
 	width:340px;
 	float:left;

}

.album_bottom {
	position:relative;	
	width:100%;
	float:left;
	padding-top:20px;
}

.track_list {
	font-family:Trebuchet MS;
	font-size: 12px;
}
