/* CSS Document */

BODY {
    background-image:url(../images/bg.gif);
	background-repeat:repeat;
    font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#303c31;
    margin:0;
	padding:0;
    text-align:center;  /* Zentrierung im Internet Explorer */
}

A {
	color:#303c31;
	font-weight:bold;
	text-decoration:underline;
}
A:VISITED {
	color:#303c31;
	font-weight:bold;
	text-decoration:underline;
}
A:ACTIVE {
	color:#303c31;
	font-weight:bold;
	text-decoration:underline;
}

B,STRONG {
	color:#303c31;
	font-weight:bold;
}

H1 {
	font-size:16px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
}

#releases {
	padding:0px;
	margin:0px;
/*width:525px;*/
}
#releases B {
	color:#303c31;
}

#MAINrelease {
	overflow:hidden;
	float:left;
}
#MAINrelease img {
	border:1px #000000 solid;
	float:left;
}

#TRACKLISTrelease {
	float:left;
	overflow:hidden;
	margin-left:20px;
}
#TRACKLISThead {
	font-size:14px;
	color:#303c31;
	font-weight:bold;
	text-align:left;
}
#TRACKLISTrelease UL LI{
	list-style-type:none;
	margin-left:-40px;
}

#INFOrelease {
	clear:left;
	padding-top:6px;
}

#BANDmembers {
	text-align:left;
	overflow:hidden;
	
}
#MEMBERinfo {
	float:left;
	width:370px;
}

#MEMBERimg {
	float:right;
	width:165px;
}
#MEMBERimg img {
	border: 1px #303c31 solid;
}