
body {
	background: #968354;
	margin:0;
	padding:0;
	}


#bigbox {
		background: white;
		background-image: url(Heron3.jpg);
		background-repeat: no-repeat;
		margin:0px auto;		
		font-family: "Georgia";
		width: 820px; height: 3000px
		}

/*--------------------------------------------------------
 * definitions for the headers and titles at the top
 *--------------------------------------------------------*/
#headbox{	
			position: relative; left: 340px;top: 40px;
			width: 400px;
			height: 40px;

			}
#headmain{
			font-size: 1.8em;
			text-align: center;
			}		

#subbox{	
			position: relative; left: 340px; top: 60px;
			width: 400px;
			height: 20px;
			border-top: 1px solid;
			border-bottom: 1px solid;
			}
#subtext{
			font-size: .9em;
			text-align: center;
			padding-top: 2px;
			}		


#introbox{	
			position: relative; left: 340px; top: 70px;
			width: 400px;
			height: 70px;
			}
#introtext{
			font-size: .7em;
			text-align: center;
			font-style: italic;
			color: #282828;
			}		




/*--------------------------------------------------------
 * definitions for the central box (main content)
 *--------------------------------------------------------*/
#container {
			position: relative; left: 15px; top: 100px; 
			border-top: 1px solid;
			width: 790px;
			}
#pcontainer {
			font-size: .8em;
			position: relative; left: 15px; top: 100px; 
			border-top: 1px solid;
			width: 790px;
			}
			
#linkbox{ 
			font-size: .75em;
			padding-bottom: 15px;
			margin-right: 20px;
			height: 350px;
			}
#linkbox.pics{
			float: left;
			}
#linkbox.other{
			float: right;
			}
#linkbox.text{
			float: left;
			margin-left: 10px;
			padding-top: 20px;
			/*width: 290px;*/
			width: 30%;
			}

#sectiontitle{ 
			font-size: 1.1em;
			margin-bottom: 5px;
			margin-top: 10px;
			}

#middlesection {
			width: 790px;
			height: 120px;
			float: bottom;
			clear: both;
			padding-top: 5px;
			padding-left: 5px;
			border: 1px solid black;
			background-image: url(middle.jpg);
			}
#middlebox {
			float: left;
			font-size: .7em;
			width: 180px;
			height: 100px;
			}

/*--------------------------------------------------------
 * definitions for other pages
 *--------------------------------------------------------*/
				
#folderbox{	position: absolute; top: 150px; left: 25px; 
				font-size: 15px;
				padding: 10px}

#returntext{
			margin-top: 15px;
			font-size: 1em;
			}
/*--------------------------------------------------------
 * definitions for links
 *--------------------------------------------------------*/			
a:link {color: black;}

a:visited {color: gray;}

a:hover {color: red;}

/*--------------------------------------------------------
 * definitions for photos
 *--------------------------------------------------------*/

#pcontain {	position: absolute; top: 60px; left: 70px; 
			font-size: 15px;
			width: 800px;
			padding: 10px}

#thumbelem {float: left; padding: 10px; height: 270px; color:gray;}
#thumbelem:hover {color: black;}

/*--------------------------------------------------------
 * definitions for footer (Main page)
 *--------------------------------------------------------*/




#footbox {
			width: 790px;
			height: 45px;
			float: bottom;
			clear: both;
			padding-top: 10px;
			}
#footleft {
			float: left;
			font-size: .7em;
			width: 320px;
			}
#footright {
			float: right;
			font-size: .7em;
			width: 320px;
			}








