body{ 
font-family: Verdana, sans-serif;
}

.snug {
margin-left:auto; 
margin-right:auto; 
}

ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
img.bandphoto {width:150px; height:100px}

.sidebar{
	position:absolute;
	right:5px;
	top:15px;
}

#links{
	border:1px solid black;
	/*width:210px;*/
	padding:10px;
	background-color:yellow;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:black;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#933;
	margin-bottom:10px;
	text-align:right;
}
.clear{
	clear:left;
}

#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:880px;
	position:relative;
	height:550px;
	top:5px;
	float:center;
}
	#content h2{
		color:black;
		margin:20px 0pt;
	}
	#content a{
		color:black;
		font-weight:bolder;
		text-decoration:none;
	}
#navigation{
	float:top;
	width:880px;
	height:100px;
	border-bottom:1px solid #ddd;
	font-family:arial;
	font-size:40px;
	font-weight:bold;
	letter-spacing:-0.05em;
}
	#navigation .sup{
		margin:26px 10px;

	}
		#navigation ul{
			margin:5px 0;
			padding-left:15px;						
		}
		#navigation a{
				font-size:30px;
			 font-family:arial;
			color:#aaa;
			font-weight:bold;
			text-decoration:none;
			letter-spacing:-0.1em;
		}				
		#navigation a.scrolling{
			color:black;
		}
		
#piece18, #piece19 {text-align:right}


.section{
	width:20000px;
	position:relative;
	font-family:arial;
	font-size:13px
}

	.section .sub{
		position:relative;
		float:left;
		width:880px;
		height:550px;
	}
		.section .sub p{
			width:800px;
			margin: 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			font-family:arial;
			font-size:50px;
			position:absolute;
			bottom:5px;

		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}

.piecedescription {
position:absolute;
top:350px;
right:20px;
border-top:1px solid #aaa;
width:200px;
background:white;
}
.piecedescription_large {
position:absolute;
top:350px;
right:20px;
border-top:1px solid #aaa;
width:300px;
background:white;
}

.description {
font-size:10px;
text-transform: uppercase;
font-weight:bold;
letter-spacing: 0.1em;
}

.descriptiontext {
padding:1em;
font-size:11px;

}