/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #FFFBF8;
		color: #000000;
		font-size: 62.5%;	
		background-image: url(images/mainbackground.jpg);
		background-repeat:repeat;			
		}
                         	
h1		{  
		font-family: Arial, sans-serif;
		font-size: 2.2em;  		
		color: #352f23;
		}

#heading {
	margin: 90px 60px 0 0; 
	padding: 0; 
	width: 460px; 
	height: 83px;
	}

h2		{
		font-family: verdana, arial, sans-serif;
		font-size: 1.8em;  		
		color: #766646;
		}

h3		{
		font-family: verdana, arial, sans-serif;
		font-size: 1.6em;  		
		color: #766646;		
		}

h4		{
		font-family: verdana, arial, sans-serif;
		font-size: 1.4em;  		
		color: #766646;		
		}

p		{
		font-family: Georgia, serif;
		font-size: 1.3em; 
		line-height: 1.4em; 	
		}

.formTag {
	text-align: right;
	color: #444;
	font-family: Georgia, serif;
	vertical-align: top;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
			}
		
.formTag2 {
	text-align: left;
	color: #444;
	font-family: Georgia, serif; 
	font-size: 12px;
	font-weight: bold;
			}
		
a		{
		color: #333333;
		}
#menu a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em; 
		line-height: 1.8em;
		margin: 5px 0 10px 0;	
		display: block;
		width: 210px;
		font-weight: bold;
		padding: 0 0 0 10px;
		margin: -1px 0 0 0;
		border-top: 1px solid #C1C1C1;
		border-bottom: 1px solid #C1C1C1;
		text-decoration: none;
}
#menu a:hover {
		background-color: #CCC6C2;
		}
#menu ul li {
		list-style:none;
		
}
img 	{
		border: none;
		}

.transparent { 
	behavior: url(iepngfix.htc);
	}
		
#footer {
		background-image: url(images/bottom.jpg);
		background-repeat:repeat-x;
		height: 215px;
		margin: 0;
		padding: 0 0 0 0;
		clear: both;
		}	
a		{
		margin: 0;
		padding: 0;
}	
div		{
		margin: 0;
		padding: 0;
		}	
		
#credits	{	
		text-align: center;	
		background-image: url(images/fish3.png);
		background-repeat: no-repeat;
		background-position: right 120px;
		width: 950px;
		height: 183px;
		padding: 0;
		margin: 0;
		}
#credits strong, #credits p, #credits a {
	color: #ffffff;	
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
		}