/* CSS Document */

body {
	font-size:13px;
	font-family:"Gill sans MT", "baskerville old face";
	color:#225a00;
	margin:0;
	padding:0;
	}
	
.mainText {
	font-family:"Gill Sans MT", "Baskerville Old Face"; 
	color: #225a00;
}
	
/*a {
	color:#225a00;
	text-decoration:none;
	font-weight:600;
	}*/
	
a:link {color:#225a00;
		text-decoration:none;}
a:visited {color:#809f2a;
			text-decoration:none;}
a:hover {
	text-decoration: underline;
}

a:active {color:#a7a400;
		text-decoration:none;}

.quote {
	font-size:18px;
	font-family:Gill sans MT, baskerville old face;
	color:#225a00;
	}
	
.address {
		font-size:14px;
		font-family:Gill sans MT, baskerville old face;
		color:#a7a400;
	}
		
#body {
	position:absolute;
	left:253px;
	top:91px;
	width:571px;
	height:568px;
	z-index:1;
}

#header {
	
	/*background:  url('images/header.jpg') no-repeat bottom center;*/
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:98px;
	z-index:1;
}
#sidebar1 {
	/*background:  url('images/leftSidebar.jpg') no-repeat bottom center;*/
	position:absolute;
	left:0px;
	top:91px;
	width:180px;
	height:1279px;
	z-index:2;
}
#sidebar2 {
	
	/*background:  url('images/rightSidebar.jpg') no-repeat bottom center;*/
	position:absolute;
	left:807px;
	top:104px;
	width:194px;
	height:1264px;
	z-index:3;
	}

#photogallery {
	position:absolute;
	left:181px;
	top:105px;
	width:624px;
	width:500px;
	height:250px;
	z-index:7;
}

#content {
	position:absolute;
	left:181px;
	top:390px;
	/*top:120px;*/
	width:625px;
	height:750px;
	/*height:100%;*/
	z-index:5;
	overflow:scroll;
}
#footer {
	position:absolute;
	left:0px;
	top:1150px;
	width:1002px;
	height:98px;
	z-index:6;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
	
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	/*background: url(images/footer-right-bg.gif) no-repeat;*/
}
#credits {
	position:absolute;
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
	top:1550px;
	left:325PX;
}
.prev{
	position:absolute;
	left:0px;
	top:250px;
}
.next{
	position:absolute;
	left:555px;
	right:auto;
	top:250px;
}
