#container { 
/*
This is the picture of the upper stave
*/
	position: absolute;
	top: 4px;
	left: 0px;
	width: 851px; 
	height: 300px; 
	background: url(../graphics/upper_stave.gif) no-repeat;
	}

#textblock {
/*
This is the drop-down menu
*/
	position: absolute;
	top:20%;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom:3%;
	
	
}

#container2 {
	/*
This is the semi-transparent white box with the picture of the cathedral on it in which the text and logo go
*/
	filter: alpha(opacity=85);
	opacity: 0.85;
	position: absolute;
	top: 4%;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	height:92%;
	background: url(../graphics/cathedral.gif) no-repeat;
	background-color:#FFFFFF;
	background-position: center center;
	min-width:800;

	
	
}
#textblock2 {
/*
Used for the contents of each page
*/
	
	position: absolute;
	top: 27%;
	width: 95%;
	height: 63%;
	overflow: auto;
	margin-top:2%;
	min-width:800;
	
	
	
}


#textblocktable {
/*
Used for the contents of the committee page to get over a formatting problem
*/
	
	position: absolute;
	top: 30%;
	width: 75%;
	height: 63%;
	overflow: auto;
	margin-left: 10%;

	
	
	
}



#container3 { 
/*
This is for the logo 
*/

	position: absolute;
	top: 3%;
	/*margin-left: 10%;
	margin-right: 10%;*/
	width: 100%;
	height:22%;
	

}	

.logo {
  float: left;
   width:19%;
 


  
   }

#textblock3 {
/*
This is for the help link at the top
*/
	
	position: absolute;
	top: 4%;
	width: 95%;
	margin-left: 5%;
	margin-right: 10%;
	margin-bottom:5%;
	height: 5%;
	font: Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	
	
		
}
#container4 {
	/*
This is a white page over the parchment background, but under the stave
*/
	position: absolute;
	top: 4%;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	height:91%;
	/*background: url(../graphics/cathedral.gif) no-repeat;*/
	background-color:#FFFFFF;
	background-position: center center;
	border: 2px outset #999999;
	min-width:800;
	 
	
	}

#textblock4 {
/*
This is for the scrolling marquee on the orange background and the website name at the bottom
*/
	position: absolute;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	height: 20px;
	background: #FF6600;
	visibility: visible;
	bottom: 3%;
	border:1px  outset #999999;
	
	
	}

