html {	overflow:hidden;}
body
{
	background-color:#000000;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

img 
{
	border: none;
}	

.nodisplay
{
	display: none;
}

#cdcover
{
	border: solid 1px #000000;
}

.cdcover { }

#layout
{
	position: absolute;
	top: 15%;
	width: 100%;
	height: 509px;
	display: block;
}

	#layout #pagewidth
	{
		margin: auto;
		width: 718px;
	}

		#layout #pagewidth #col1
		{
			float:left;
			width: 478px;
		}
		
		#layout #pagewidth #col2
		{
			float:left;
			width: 240px;
		}
	

#layout #pagewidth #col1 #top
{
	color:#666666;
	font-size: 12px;
	height: 30px;
	line-height: 20px;
}

	#layout #pagewidth #col1 #top h1
	{
		margin: 0px;
		padding: 0px;
		font-size:12px;
		line-height:14px;
		margin: 2px 0px 2px 0px;
	}

	#layout #pagewidth #col1 #top p
	{
		display: block;
		font-size: 10px;
		line-height:12px;
		margin: 2px 0px 2px 0px;
	}

	#layout #pagewidth #col1 #top .text
	{
		color: #999999;
	}
	
	#layout #pagewidth #col1 #top a
	{
		color: #666666;
		text-decoration: none;
	}

	#layout #pagewidth #col1 #top a:hover
	{
		color: #aaaaaa;
		text-decoration: underline;
	}

	#layout #pagewidth #col1 #buycd ul
	{
		margin:0px;
		padding:0px;
		list-style-type: none;
	}
	#layout #pagewidth #col1 #buycd ul li
	{
		display:inline;
		margin:0px;
		padding:0px;
	}
	
	
	a.buycd
	{
		position:absolute;
		display: block;
		top: 0px;
		margin-left:375px;
		/*color:#a90d18;*/
		color: #bf1728;
		font-weight:bold;
		line-height: 28px;
		height:28px;
		width:100px;
		text-align:right;
		overflow:hidden;
		text-decoration: none;
	}
		a.buycd:hover
		{
			color:#a90d18;
			text-decoration: underline;
		}

#layout #pagewidth #col2 #nav ul
{
	list-style-type: square;
	color: #444444;
	padding: 25px 0px 0px 25px;
}

	#layout #pagewidth #col2  #nav ul li
	{
		color: #444444;
	}
	
		#layout #pagewidth #col2 #nav ul li:hover
		{
			color: #d7bf68;
		}

	#layout #pagewidth #col2 #nav ul li a
	{
		display: block;
		color: #444444;
		text-decoration: none;
		font-size: 13px;
		line-height:24px;
	}
		#layout #pagewidth #col2 #nav ul li a:hover
		{
			color: #999999;
		}

#middle 
{

}

#layout #pagewidth #bottom
{
	clear:both;
	font-size:10px;
	color: #444444;
	height:16px;
	line-height:150%;
}

	#layout #pagewidth #bottom a
	{
		text-decoration: none;
		color: #666666;
	}

	#layout #pagewidth #bottom a:hover
	{
		text-decoration: underline;
		color: #999999;
	}


a.cdplayer
{
	font-size: 10px;
}

#tracklist
{
	position: absolute;
	width:477px;
	top: 33px;
	height:20px;
	overflow:hidden;
}

#tracklist ul
{
	position: absolute;
	left:1px;
	display: block;
	height:20px;
	width:477px;
	padding: 0px 0px 0px 0px;
	margin: 0px; 
	list-style-type: none;
	background-color: #000000;
	-moz-opacity:0.8;
	filter:alpha(opacity=80); 
	opacity:0.8;
}

	#tracklist ul li
	{
		display: block;
		float: left;
		overflow:hidden;
	}

		#tracklist ul li a
		{
			display: block;
			width:27px;
			line-height:20px;
			font-size:10px;
			text-align: center;
			text-decoration: none;
			border-left: solid 1px #333333;
			color:#333333;
			overflow: hidden;
		}
		
		#tracklist ul li a.playall
		{
			
			width:55px;
			border: none;
		}
		
		#tracklist ul li a:hover
		{
			/*color:#d7bf68;*/
			color:#a90d18;
			background-color: #cccccc;
		}

		#tracklist ul li a:active
		{
			color:#ff0000;
			background-color: #ffffff;
			font-weight: bold;
		}


#col2 #tourdates
{

	top:230px;
}
	
#col2 #tourdates ul
{
	display:block;
	list-style-type: none;
	margin:0px;
	padding:0px 0px 0px 10px;
}
#col2 #tourdates ul li,
#col2 #tourdates ul li a
{
	display: block;
	color:#666;
	font-size: 11px;
	width:100%;
	margin-bottom:6px;
}
#col2 #tourdates ul li b
{
	font-size: 12px;
}

#col2 #tourdates ul li:hover,
#col2 #tourdates ul li a:hover
{
	color:#ffffff;
}

