body {background-color: #ECFFDC;
	color: #5C4033;}
	
header {background-color: #ECFFDC;
	color: #5C4033;
	text-align: center;
	font-weight: bold;}

#picoforest {height: 200px;
			background-image: url(forestbackground.jpg);
			background-size: 30% 100%;
			}
			
#lcolumn {float: left;
			width: 50%;
			border-left: 1px;}

#rcolumn {float: right;
			width: 50%;
			margin-top: 10px;}
			
#picotrail {background-image: url(trail.jpg);
			background-repeat: no-repeat;
			height: 200px;}
			


h1 {margin-bottom: 0;}

h2 {color: #1976d2;
	margin-bottom: 0;}
	


