@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color:#009;
}
a:hover {
	text-decoration:none;
	color:#006;
}
h1 {
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.2em;
	margin-top:0.3em;
}
img {
	border:none;
}
#header {
	width:100%;
	background: url(images/header_back.jpg) repeat-x;
	height:100px;
}
#header_title {
	width:715px;
	margin: 0 auto;
	height:45px;
	padding-top:25px;
}
#page {
	width:60em;
	margin:0 auto;
	background:url(images/back_left.jpg) top left no-repeat;
}
#page_content {
	width:60em;
	margin: 0;
	background:url(images/back_right.jpg) top right no-repeat;
}
#page_content p{
	margin:0;
	font-size:1.1em;
	line-height:1.3em;
}
#content {
	width:50em;
	margin:1em auto 3em auto;
}
#nav {
	width:auto;
	margin:0 auto;
}
#footer {
	width:50em;
	margin:5px auto 5px auto;
	padding-top:5px;
	border-top:#999 1px solid;
}
#footer p{
	font-size:0.8em;
}
.floatright {
	float:right;
	width:auto;
}
.middle {
	width:25em;
	float:right;
	margin-top:6em;
}
.midleft {
	width:16em;
	float:right;
	margin-top:2em;
}
.midright {
	width:16em;
	float:right;
	margin-top:2em;
}
.clear {
	clear:both;
}
.bandmembers {
	background:#DFDDFF;
	margin-bottom:5px;
	width:22em;
	padding:1em;
	border:#666 solid 1px;
}
.guests {
	background:#DFDDFF;
	margin-bottom:5px;
	width:47em;
	padding:1em;
	border:#666 solid 1px;
}
.members {
	font-size:1.0em;
	padding:3px 0;
}
.guest {
	font-size:0.8em;
	padding:0;
}
.instrument {
	color:#009;
}
.iframeg {
	background:url(images/iback.png) repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
	
}