body
	{
	margin : 10px 0;
	padding : 0;
	font-family : georgia, times, "times new roman", serif;
	font-size: small;
	line-height : 1.3;
	color: black;
	background: #4e8993 url("images/body-background.jpg") top left repeat-x;
	}

.header-stpn, .header-title
    {
    font-weight: bold;
    font-size: 220%;
    color: #f0e7d7;
    background: transparent;
    font-family: verdana, arial, sans-serif;
    }

.header-stpn
    {
    margin: 11px 0 42px 0;
    line-height: 0;
    }    

.header-title
    {
    font-size: 200%;
    color: #ecaa53;
    background: transparent;
    line-height: 0.2;
    }

#map
    {
    margin-top: 25px;
    border: 1px solid #800000;
    }
	
#content p
    {
    font-size: 120%;
    }

#content li
    {
    line-height: 1.8em;
    }

blockquote
    {
    font-size: 150%;
    margin-top: 10px;
    font-style:italic;
    }
	
.indent
	{
	margin: 5px 60px 5px 30px;
	}

h1, h2
    {
    font-size: 135%;
    color: #800000;
    background: transparent;
    font-family: verdana, arial, sans-serif;
    line-height: 1.1em;
    }
    
h1
    {
    margin-bottom: -9px;
    line-height: 1.3;
    clear: both;
    }    

h2
    {
    font-size: 110%;
    margin-bottom: -15px;
    background: transparent;
    }

h1+h2
    {
    margin-top: 35px;
    }
    	
#header h2
    {
    font-size: 200%;
    color: #ecaa53;
    background: transparent;
    line-height: 0.9;
    }
    
#container
    {
    width: 80%;
    margin: auto;
    background: #f0e7d7;
    border-top: 2px solid #005c5c;
    border-right: 1px solid #005c5c;
    border-bottom: 2px solid #005c5c;
    border-left: 1px solid #005c5c;
    }
	
#header
    {
    padding: 10px;
    background: #800000 url(images/river.jpg);
    height: 150px;
    }
    
.form-first-heading /* do not delete: required for form cgi index file */
    {
    clear: both;
    margin-bottom: 1px;
    }
    
#content
    {
    float: left;
    width: 64%;
    background : #f6cf9b url("images/content-background.jpg") top left repeat-x;
    padding: 10px;
    }

#form
    {
    text-align: left;
    text-transform: none;
    margin-bottom: 15px;
    }

#footer
    {
    padding: 1px 10px 1px 10px;
    color: #f6c482;
    background: #800000;
    clear: both;
    text-align: center;
   }

#footer a:link, #footer a:visited, #footer a:active
    {
    color: #f0e7d7;
    background: transparent;
    }
    
#footer a:hover
    {
    color: #f6c482;
    background: transparent;
    }
   
#footer p
    {
    margin: 5px 0 4px 0;
    }
    
#fish
    {
    float: left;
    margin: 0 15px 15px 0px;
    }
        
#contact-details ul
	{
	padding: 15px;
	margin: -15px;
	list-style: none;
	}
	
a:link, a:visited
    {
    color: teal;
    background: transparent;
    }
    
a:hover
    {
    color: #800000;
    background: transparent;
    text-decoration: none;
    }    
    
a:active
    {
    color: teal;
    background: transparent;
    }
    
/* Begin ListoMatic 'Vertical Buttons' */
#navcontainer
    {
    float: right;
    background: #f0e7d7;
    width: 30%;
    margin: 0 auto;
    padding: .5em 4px;
    font-family: georgia, serif;
    /* font-size: 13px; */
    font-size: 100%;
    text-align: center;
    /* text-transform: lowercase; */
    }

ul#navlist
    {
    float: left;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 96%;
    }

ul#navlist li
    {
    display: block;
    margin: 0;
    padding: 0;
    }

ul#navlist li a
    {
    display: block;
    width: 100%;
    padding: 0.5em 0 0.5em 0.5em;
    border-width: 1px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
    color: #800000;
    text-decoration: none;
    background: #f7f2ea;
    }

#navcontainer>ul#navlist li a
    {
    width: auto;
    }

ul#navlist li#active a
    {
    background: #f0e7d7;
    color: teal;
    }

ul#navlist li a:hover, ul#navlist li#active a:hover
    {
    color: teal;
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
    }
/* End ListoMatic 'Vertical Buttons' */
