html>body #navigator li a {
		width: auto;
		}

body {
	margin: 0 ;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font:Verdana, Arial, Helvetica, sans-serif;
	  }

#wrapper {
	background-color: #ffffff;
	background-image: url(cashel_apricot.jpg);
	padding: 20px;
  }
	
#header {
	height: 30px;
	background: #fff url(greenbar.gif);
	font: 28px verdana;
	text-shadow: red .3em .3em .3em;
	padding-left: 10px;
	border: 5px outset linen;

	  }
	  
/* flash navigation styles */

#nav {
	position: absolute;
	top: 50px;
	left: 6px;
	width: 110px;
	padding: 10px;
	margin: 2%;
	background: #669966;
	  }
/* css navigation styles */	

#navigator {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom:  1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	background: #669966;
	  }
#navigator ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
  }
#navigator li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}
#navigator li a {
	display: block;
	padding: 5px 5px 5px .5em;
	border-left: 10px solid #669950;
	border-right: 10px solid #669950;
	background-color: #669966;
	color: #fff;
	text-decoration: none;
	width: 100%;
	 }
#navigator li a:hover {
		border-left: 10px solid #669966;
		border-right: 10px solid #669966;
		background-color: #009933;
		color: #fff;
	}

.subheader {
	position: absolute;
	top: 70px;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 250px;
	 }	

/* style for main dody of pages */

#content {
	font-size: 1em;
	position: relative;
	padding: 5%;
	margin-top: 5%;
	float: right;
	text-align: left;
	vertical-align: top;
	width: 70%;

	}
/* styles for footer */

#footer {
	clear: both;
	font-family: "Courier New", Courier, mono;
	font-size: .8em;
	text-align: center;
	}

#footer a:link {
	font-size: 1.4em;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	}
#footer a:visited {
	color: purple;
	text-decoration: none;
	}
#footer a:hover {
	color: red;
	text-decoration: underline;
	}
#footer a:active {
	color: red;
	text-decoration: underline;
	}
p.first:first-letter {
	  font-family:"times new roman";
		font-size: 1.4em;
		font-weight: bold;
		margin-left: 1em;
		}
		
/* standard page image */
		
.thumbnail{
		float:right;
		margin:2em;
		}
		
/*scaleable image */

.b300300 {
	width: 15em;
	height: 15em;
	float: right;
		  }
#navigator ul li .here {
	background-color: #009933;
	}
	
/* start of print styles */

@media print {
	
body {
	margin: 0 ;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
  	font:"Times New Roman", Times, serif
	  }

#wrapper {
	background-color: #ffffff;
	background-image: none;
	padding: 10px;
  }
#nav {
	display:none;
	}
#navigator {
	display:none;
	}
#content {
	font-size: 1em;
	position: relative;
	padding: 5%;
	margin-top: 5%;
	width: 95%;

	}
  }
