/* CSS Document */

body {background-image: url(graphics/background.gif) }
/* This sets the background image*/

h1 {font:Edwardian Script ITC, Blackadder ITC, French Script MT, Book Antiqua, Helvetica;  }
h1{font-size:60px}
h1 {text-align:center}
/* This sets the properties for the title h1 setting*/



h2 {font:Book Antiqua, Verdana, Arial Narrow; size:20px; }
h2 {text-align:center}
h2 {text-decoration:underline}
/*This sets the properties for sub headings h2 */


p {font:Book Antiqua, Verdana, Arial Narrow; size:16px}
P{margin: 0px 90px 0px 100px; }
/* This sets the properties for the ordinary text  */

h3 {font:Book Antiqua, Verdana, Arial Narrow; size:11px}
h3{text-align:center}
/* This sets the properties for the bottom text links*/

h4 {font:Book Antiqua, Verdana, Arial Narrow; size:8px}
h4 {font-style:italic}
/*This will be used for captioning pictures*/

h5 {font:Book Antiqua, Verdana, Arial Narrow; size:18px}
h5 {text-decoration:underline}
h5 {margin: 0px 90px 0px 100px; }

img {border:4px solid; color:#000000 }

/* puts a black border round the images */


	#topnav{list-style:none; margin:0px; border:0px;width:235px; text-align:center }
	#topnav li{border:3px solid; color:#cdcff5; margin:0px; list-style:none; width:235px;}
	#topnav a:link{font-family:Engravers MT, Book Antiqua, Arial Narrow; font-size:20pt; color:black; text-decoration:none;}
	#topnav a:visited{font-family: Engravers MT, Book Antiqua, Arial Narrow; font-size:20pt; color:black; text-decoration:none;}
	#topnav a:hover{font-family:Engravers MT, Book Antiqua, Arial Narrow; font-size:20pt; color:#FF00FF; text-decoration:none; cursor:pointer}
	
	
#left {
	position: absolute;
	top: 1px;
	left: 0px;
	margin: 130px 15px 0px 0px;
	padding: 10px;
	border: 0px;
	width: 240px;
	voice-family: "\"}\"";
	voice-family:inherit;
	overflow: visible; 
	
	}
html>body #left {
	width: 240px; /* ie5win fudge ends */
	}
#middle {
	padding: 10px;
	border: 0px;
	/* ie5win fudge begins */
	margin: 190px 190px 190px 190px; 
	overflow: visible; 
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: 0px;
	}
html>body #middle {
	margin-top: 0px; /* ie5win fudge ends */
	}
#right {
	position: absolute;
	top: 130px;
	right: 10px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	width: 250px;
	overflow: visible; 
	voice-family: "\"}\"";
	voice-family:inherit;
	
	}
html>body #right {
	width: 250px; /* ie5win fudge ends */
	}


/*use div id= "left", "middle" or "right"*/

		
	
