body { 
	margin: 0 auto 0 10%;
	padding: 0;
	border: 0px none;
	text-align: left;
	background: #FFFFFF url('Graphics/musicbg18.jpg') fixed;
	color:#233A54; font-style:normal; font-variant:normal; font-weight:normal;
	font-size:11px; font-family:Verdana, Arial, sans-serif; background-attachment:fixed;
	}
	
#container {
	position: relative;
	top: 0;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #CCCCCC;
	width: 780px;	
	}

#header {
	position: absolute;
	margin: 0;
	padding: 0px;
	top: 1px;
	left: 0px;
	display: block;
	width: 259px;
	height: 100px;
	background-color: #CCCCCC;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;	
	}

#header h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font: "Monotype Corsiva";
  font-size: 36px;
  color: #993333;
  text-align: center;
  }
      	
#preamble {
	position: absolute;
	top: 0px;
	left: 260px;
/*	width: 67%;	    */
	height:300px;
	margin: 0;
	display: block;
	overflow: auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #CCCCCC url('Graphics/divbg.gif') repeat-x;
	color: #233A54;
	}	
	
#preamble p {
	position: relative;
	top: 0;
	font: 12px/8px Verdana, Arial, sans-serif;
	line-height: 1.2;
	color: #233A54;
	text-align: justify;	
	margin: 15px;
	}
	
#linkList {
	position: absolute;
	top: 101px;
	left: 0px;
	width: 259px;
	height: 199px;
	background: #CCCCCC;
	border-left: 1px solid #000000;
}
    
#linkList div {
	padding-bottom: 10px;
}
	
#container #linkList .select span {
	color: #993333;
	text-align: center;
}

#linkList ul {
	margin: 0 0 0 15px;
	list-style-type: none;
	color: #999999;
	border: 0px none;
	padding: 3px;
	}

#linkList ul li {
	background: #CCCCCC;
	border: 1px solid #999999;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 176px
}

#linkList ul li a:hover {
	background: #CCCCCC;
	border: 1px solid #999999;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 176px	
}
	
#linkList ul li a:link {
	font-weight: 900;
	color: #333333;
}

#linkList ul li a:visited {
	font-weight: 900;
	color: #999999;
}

#linkList ul li a:active {
	font-weight: 900;
	color: #993333;
}
	
#members {
	position: absolute;
	top: 302px;
	left: 0px;
	width: 100%;
	height:588px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: auto;
	background:#CCCCCC;
	color: #233A54;
	border-left: 1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
}
	
 
#members h4 {
    text-align: center;
    }   
   
#pianist {
	position: absolute;
	top: 416px;
	left: 0px;
	width: 155px;
	display: block;
	overflow: auto;
	background:	#CCCCCC  url('Graphics/divbg.gif') repeat-x;
	text-align:center;
	color: #233A54;
	border-left:1px solid #000000;
	height:168px;	
	}

#soprano {
	position: absolute;
	top: 416px;
	left: 156px;
	width: 155px;
	display: block;
	overflow: auto;
	background: #CCCCCC url('Graphics/divbg.gif') repeat-x;
	text-align:center;
	color: #233A54;
	border-left:1px solid #000000;
	height: 168px;
	}

#bass {
	position: absolute;
	top: 416px;
	left: 312px;
	width: 155px;
	display: block;
	overflow: auto;
	background: #CCCCCC url('Graphics/divbg.gif') repeat-x;
	text-align:center;
	color: #233A54;
	border-left:1px solid #000000;
	height: 168px;
	}


#alto {
	position: absolute;
	top: 416px;
	left: 468px;
	width: 155px;
	display: block;
	overflow: auto;
	background: #CCCCCC url('Graphics/divbg.gif') repeat-x;
	text-align:center;
	color: #233A54;
	border-left:1px solid #000000;
	height: 168px;
	}

#tenor {
	position: absolute;
	top: 416px;
	left: 623px;
	width: 155px;
	display: block;
	overflow: auto;
	background: #CCCCCC url('Graphics/divbg.gif') repeat-x;
	text-align:center;
	color: #233A54;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	height: 168px;
	}

#footer {
	position: absolute;
	top: 890px;
	left: 0px;
	margin: 0;
	width: 100%;
	display: block;
	overflow: auto;
	text-align: center;
	font-size:9px;
	background: #CCCCCC;
	color: #233A54;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	height: 42px;
	}
