body,

html {
		margin:0;
		padding:0;
		background:#DEF8CF;
		color:black;
		font:small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 12pt;
	  }

body {
		min-width:750px;		
	  }

#wrap{
		border-left: 10px solid #779268;
		border-right: 10px solid #779268;
		background: #C3E8AE;
		color: black;	
		margin: 0 auto;
		width:750px;	
	  }
	  
	#header {
	color: white;
	background: #2D3C25;
	height: 150px;
	padding: 10px 10px 10px 10px;
	font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12pt;
	border-bottom: solid 1px white;
	}

#header h1{	
	padding: 10px 10px 10px 10px;
	font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12pt;
	color: white;
          }


.floatimgleft {
               float:left;
               margin-top:10px;
               margin-right:10px;
               margin-bottom:10px;
              }



	#nav {
		background:#2D3C25;
		padding: 5px 5px 5px 15px;
		color: white;
		border-bottom: solid 1px white;
	}

	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}

	#nav li{
	display: inline;
	margin: 0;
	padding: 0;
	
}
	
	
   #nav a:link { color: white; background: #2D3C25; text-decoration: none; }
   #nav a:visited { color: white; background:#2D3C25; text-decoration: none; } 
   #nav a:hover { color: purple; background:#2D3C25;} 	

	#about {
	color: black;
	background: #EDF8E7;
	float: left;
	width: 750px;
	padding-bottom: 10px;
}
		
	#about p {
	padding: 0 10px;
	
	
}

	#about h1{	
	text-align: left;
	margin-left:10px;
margin-right:10px;
margin-top: 10px;
font-size: 12pt;
	}
	
			#links {
			color: Black;
	background:#EDF8E7;
	float: left;
	width: 750px;
	padding-bottom: 50px;
	
}

	#links p {
	color: Black;
	background: #EDF8E7;
		text-align: left;
	margin-left:10px;
margin-right:10px;
font-size: 12pt;
}

/* start of item*/

	.item {
	color: Black;
	background:#EDF8E7;
	float: left;
	width: 750px;
	}
		
	.item p{			
	float: left; width:400px; margin: 0px;
	text-align: left;
	margin: 10px 10px 0px 10px;		
}

	.item img{
	float: left;
	margin-top: 10px;
	margin-left: 150px;			
}


 .item a:link { color: black; background:#EDF8E7; text-decoration: none; }
 .item a:visited { color: black; background:#EDF8E7; text-decoration: none; } 
 .item a:hover { color: Purple; background:#EDF8E7; text-decoration: underline; } 	


/* end of item*/

	.blurb {
	color: Black;
	background: #EDF8E7;
	float: left;
	width: 750px;
	padding-bottom: 15px;
}
		
			.blurb h1{
	color: Black;
	background: #EDF8E7;
	float: left;
	width: 700px;
	margin: 0px;
	text-align: left;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	font-size: larger;
}

	.blurb p{	
	color: Black;
	background: #EDF8E7;		
	float: left; width:700px; margin: 0px;
	text-align: left;
	margin: 10px 10px 10px 10px;		
}



	#footer {
	   color: Black;
		background:#D7F8C5;
		clear:both;
		text-align: center;
		padding: 5px;
		font-size: 11px;
		margin-bottom: 20px;
	}

	#footer p {
		padding:5px;
		margin:0;
    }
	 
	    #footer a:link { color: black; background:#D7F8C5; text-decoration: none; }
   #footer a:visited { color: black; background:#D7F8C5; text-decoration: none; } 
   #footer a:hover { color: purple; background:#D7F8C5;} 



