/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #666;
	
	background: url(images/bkg.gif) repeat-y;
	background-position: center;
	min-width: 850px;
}

img {
	border: none;
	}
a {
	text-decoration: none;
}
a:hover {
	color: #000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;
		
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#leftcolumn {
	width: 360px;
	height: 100%;
	float:left;
	padding-bottom: 0px;
}
#flashplayer {
	width: 360px;
	height: 600px;
	display: block;
	overflow: hidden;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

#rightcolumn {
	width: 490px;
	float:right;
	text-align: left;
	background-color: #fff6dd;
	padding-bottom: 0px;
}

#text {
	margin: 25px 20px 0px 20px;
	
}
.name {
	font-size: 24px;
	margin-bottom: 25px;
}
.release {
	font-size: 12px;
	margin: 4px 0px 0px 0px;
}
.release a {
	font-weight: bold;
	color: #666;
}
.release a:hover {
	border-bottom: thin #DDDDBB dotted;
}
#albuminfo {
	width: 450px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#albuminfo ul {
	list-style: none;
	
}
#albuminfo ul li {
	margin-bottom: 5px;

}
#albuminfo ul li a {
	display: block;
	background-color: #666;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
}
#albuminfo ul li a:hover {
	background-color: #ffffff;
	color: #666666;
}
.album {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0px 15px 10px 0px;
	padding: 0px;
}
.bio {
	font-size: 11px;
	line-height: 13pt;
}
#tour {
	border-top: thin #DDDDBB solid;
	padding-top: 20px;
	font-size: 10px;
}
#sbrlogo {
	text-align: right;
	margin: 0px 10px 0px 10px;
}
#copyright {
	text-align: right;
	font-size: 9px;
	margin: 0px 10px 0px 10px;
}
