/**************** Generic Selectors ****************/ 
html { 
	margin: 0; 
	padding: 0;
	margin-bottom: -1px;
	background-color: #224488; 
	}

body { 
	position: relative; 
	font-family: Verdana, Helvitica, sans-serif;
	color: #E3ECFF; 
	margin: 0 auto;
	padding: 5px;
	text-align: center;	
	font-size: .8em;
	}
	
table {	
	font-size: 1em;
	}
	

/**************** Pseudo classes ****************/ 
	
a:link { 
	color: #FFFFCC; 	
} 

a:visited { 
	color: #FFFFCC; 
	padding-bottom: 0px; 
} 

a:hover { 
	color: #FFFFFF; 
	text-decoration: none;
}

} 
	
a:active { 
	color: #000000; 
} 

/************************* INDEX ID's *************************/ 
	
#copyright {
	position: absolute; 
	bottom: -54px;
	left: 10px;
	border: none; /* DIVs need border value for Netscape 4.x */
	visibility: visible; 
	}
	
#copyright a:link {
	color: #003366;
	text-decoration: none;
}

#copyright a:visited {
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}
	
#visitor_count {
	position: absolute; 
	bottom: -50px;
	left: -18px;
	color: #000000;
	border: none; /* DIVs need border value for Netscape 4.x */
	visibility: visible; 
	}
		
			
/************************* PAGE ID's *************************/ 

#container { 
	background-color: #8899BB;
	color: #E3ECFF;
	position: relative;
	border: solid 1px #224488;
	width: 767px; 
	border-bottom: solid 45px #8899BB;
	text-align: left;
	visibility: visible; 
}

#header {
	position: absolute;
	width: 767px;
	height: 70px;
	border: 0px;
}

#right-curve { 
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	visibility: visible; 
}

#bottom-curve { 
	position: absolute;
	right: 0px;
	bottom: -1px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	visibility: visible; 
}


#body_text {
	position: relative;
	background-color: #073159;
	border-bottom: 1px solid #003366;
	margin-top: 120px;
	margin-left: 16px;
	padding: 0px;
	width: 740px;
}	

#content-wrapper {
	position: relative;
	background-image: url(images/front/cathedral2.jpg);
	background-repeat: no-repeat;
	background-position: center 55px;
	background-attachment: fixed;
	border-left: solid 4px #FFFFFF;
	padding: 15px;
}	

#content {
	position: relative;
}	

#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	margin: 0px;
	border: none;
  	width: auto;
	visibility: visible; 
	font-size: 13px;
	font-weight: bold;
	}

#navigation a:link {
	padding: 4px;
	text-decoration: none;
	font-variant: small-caps;
}

#navigation a:visited {
	padding: 4px;
	text-decoration: none;
	font-variant: small-caps;
}

#navigation a:hover {
	color: #00264D;	
	text-decoration: underline;
}
	
#home {  
	position: absolute; 
	display: block; 
	top: 85px;
	left: 12px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}

#bio {  
	position: absolute; 
	display: block; 
	top: 85px;
	left: 65px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
	
#recordings {  
	position: absolute; 
	display: block; 
	top: 85px;
	left: 158px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
	
#compositions {  
	position: absolute; 
	display: block; 
	top: 85px;
	left: 253px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
	
#resources {  
	position: absolute; 
	display: block; 
	top: 85px;
	left: 364px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
		
#awards {  
	position: absolute; 
	display: block; 
	top: 85px;
	left: 448px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
		
#wcs {  
	position: absolute; 
	display: block; 
	top: 85px;
	left: 518px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}
		
#contact {  
	position: absolute; 
	display: block; 
	top: 85px;
	left: 698px;
	border: none; /* DIVs need border value for Netscape 4.x */
	}

#float_left {
	float: left;
	position: relative;
	margin-right: 10px;
	} 
		
#float_right {
	float: right;
	position: relative;
	margin-left: 10px;
	} 

.page_title {
	display: block;
	text-align: left;
	letter-spacing: .5;
	font-variant: small-caps;
	font-weight: bold;
	font-size:1.2em;
	} 
	
.dropcap {
	float:left;
	position: relative;
	font-size:40px;
	line-height:25px;
	padding-top:2px;
	padding-right:2px;
	font-family: Georgia, Times New Roman, "Trebuchet MS", serif;
	} 
	
