/* CSS Document */
body {
	font: verdana, arial, sans-serif;
	background-color: #010080;
	color: #000000;
	margin: 0 8% 0 8%;
}

   h1 {font: 24pt Stonecross;line-height:.5}
    h2 {font: 2em Arial;font-weight:bold;}
	h3 {font: 12pt Verdana; font-weight:bold; color:#000075}
	strong {font: 1.5em Verdana; font-weight:bold; color:#fff}

#masthead {
        background:#010080;
        padding:9px 0 9em 0;
        height:3em;
        line-height:1;
		font: .6em verdana, arial, sans-serif;
}
#container {
	background-image:url(images/test_1.jpg);
	background-repeat:y;
	/*height: 82em;*/
}
#header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #8DA5ff;
	margin-bottom: 2em;
	font: .675em verdana, arial, sans-serif;
}

#header ul ,
#button ul {
	margin: 0;
	padding: 2em 0 0 0;
	list-style: none;
}

#header li {
	float: left;
	background-image: url("images/left.gif");
	background-repeat: no-repeat;
	margin: 0 1px 0 0;
	padding: 0 0 0 8px;
}

#header a {
	float: left;
	display: block;
	background-image: url("images/right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.2em 10px 0.2em 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#home #header li.home,
#musicians #header li.musicians,
#about #header li.about,
#links #header li.links,
#links #header li.header,
#art #header li.art,
#house #header li.house,
#contact #header li.contact {
	background-image: url("images/active_left.gif");
}
#home #header li.home a,
#musicians #header li.musicians a,
#about #header li.about a,
#links #header li.links a,
#links #header li.header a,
#art #header li.art a,
#house #header li.house a,
#contact #header li.contact a {
	background-image: url("images/active_right.gif");
	background-color: transparent;
	color: #fff;
}

#content  {
	height: 77em;
	padding-left: 2em;
	float:center;
	font: 1em verdana, arial, sans-serif;
}
#content li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 8px;
}

#content ul {
	list-style: none;
}

/*#content strong {
		font:bold 11px Arial, Helvetica, san-serif;
		line-height: 1.25em;
		padding-bottom: 5px;
		color:#000;
		text-align:center;
}*/

#music {
		list-style-type: none;
}

#music li {
		float: left;
		width:15%;
/*		height:22%; not necessary - f---s up IE7 layout*/
		margin-right:1em;
		margin-bottom:1em;
/*		padding-bottom:3px; not necessary*/
		text-align:center;
		font:bold Arial, Helvetica, san-serif;
		color:#000000;
}

#narration {
		text-align:left;
		width: 56em;
		padding-left:2em;
		font:16px Verdana, Arial, Helvetica, sans-serif;
}
#narration li {
		float: left;
		

#tabnav {
		text-decoration:none;
		font:bold 90% Arial, Helvetica, san-serif;
	
}