/* CSS Document */


		
		
body	{
		background-color: #b6c172;
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-size: 12px;
		font-family: Verdana, Arial, helvetica, sans-serif;
		color:#476b04;
		}
		
		
p		{	
		line-height: 160%;
		}
		
		
h1	{	
		color:#79a03c;
		font-size: 16px;
		font-weight: bold;
		line-height: 150%;
		}
		
h2	{	color:#79a03c;
		font-size: 14px;
		font-weight: bold;
		line-height: 150%;
		}

h3	{	color:#79a03c;
		font-size: 13px;
		font-weight: bold;
		line-height: 150%;
		}
				
img		{
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
				
li		
		{	
		line-height: 160%;
		list-style-type: circle;
		}	
		
a		{	
		line-height: 160%;
		}
		
.nav 	
		{
		}
		

.imgleft 	
		{
		float: left;
		margin: 0px 20px 20px 0px;
		}	
		
.imgright	
		{
		float: right;
		margin: 0px 0px 20px 20px;
		}						
		
.clearboth
		{
		clear: both;		
		}


.floatright	
		{
		float: right;
		margin: 0px 0px 20px 20px;
		}

#container
		{
		padding: 0px 4px 4px 4px;
		margin: 0px auto 0px auto;
		width: 800px;
		text-align: left;
		background-color: #98aa4b;
		
		}
#header
		{
		height: 114px;
		text-align: left;
		}
		
#nav
		{
		padding-left:20px;
		height: 25px;
		text-align: left;
		background-color: #79a03c;
		color:#FFFFFF;
		font-size: 11px;
		line-height:11px;
		}
				
#photos
		{
		height: 200px;
		text-align: left;
		}
		
#contentleft
 		{width:360px;		
		float: left;		
		padding-right:10px;		
		text-align:left;		
		}	
				
#contentright
		{		
		width:360px;		
		float: right;		
		padding-left:10px;		
		text-align:left;		
		}		
		
#content {
	width: 760px;
	min-height:300px;
	padding: 20px;
	background-color: #dae29f;
	}
		


#footer
		{
		width: 800px;
		padding-top: 10px;
		margin: 0px auto 0px auto;
		border: 0px;
		text-align: left;
		color: #476b04;
		font-size: 11px;
		}
	
		
a:link {color: #476b04; text-decoration: underline;}
a:visited {color: #476b04; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

#nav a:link {color: #ffffff; text-decoration: none;}
#nav a:visited {color: #ffffff; text-decoration: none;}
#nav a:hover {color: #ffffff; text-decoration: underline;}

#footer a:link {color: #476b04; text-decoration: none;}
#footer a:visited {color: #476b04; text-decoration: none;}
#footer a:hover {color: #000000; text-decoration: underline;}



