/* CSS Document */
body {
	font: verdana, arial, sans-serif;
	background-color: #010080;
	color: #000000;
}

   h1 {font: 24pt Stonecross;line-height:.5; display: none;}
   h2 {font: 1.5em Arial;font-weight:bold;}
	h3 {font: 12pt Verdana; font-weight:bold; color:#000075}
	strong {font: 1.5em Verdana; font-weight:bold; color:#fff}
	
	
.hidden {
	display: none;
	}

#masthead {
	width: 1000px;
	margin: auto;
        background:#010080;
        padding:9px 0 9em 0;
        height:3em;
        line-height:1;
		font: .6em verdana, arial, sans-serif;
}

#container {
	width: 1000px;
	margin: auto;
	height: 800em;
	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;
	background-position: left top;
	background-color: #111180;
	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,
#visitors #header li.visitors,
#about #header li.about,
#links #header li.links,
#links #header li.header,
#art #header li.art,
#house #header li.house,
#gifts #header li.gifts,
#contact #header li.contact {
	background-image: url("images/active_left.gif");
	background-color: #7E7EC6;
}
#home #header li.home a,
#musicians #header li.musicians a,
#visitors #header li.visitors 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,
#gifts #header li.gifts a,
#contact #header li.contact a {
	background-image: url("images/active_right.gif");
	background-color: transparent;
	color: #fff;
}

#content  {
	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;
}

#box {
	width: 780px;
	margin: auto;
	}

#left {
	width: 350px;
	float: left;
	}
	
#right {
	width: 350px;	
	float: right;
	}
	
td {
	vertical-align:top;
	}

/*#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;
	
}
