@charset "UTF-8";
/* CSS Document */


		body
		{
			color: #996633;
		}
		
		#wrapper
		{
			background-color: #fffedf;
				
		}
		

		/* note code from Listamatic--Alteration to Rollover Horizontal List navbar */
		
		#navcontainer
		{
		border-bottom: 1px solid #5a2e2e;
		}
		
		
		#footer
		{
			border-top: 1px solid;
			border-color: #5a2e2e;

		}
		
		
		A:link {text-decoration: underline; color: #426208;}
		A:visited {text-decoration: underline; color: #426208;}
		A:active {text-decoration: underline; color: #426208;}
		A:hover {text-decoration: underline; color: red;}
		
		h1 {
	
		color: #5a2e2e;

		}


