body {background-image: linear-gradient(to bottom, #ffffff, #9f9fdf);
			background-repeat: no-repeat;}

header {background-color: #eaeffa;
		color: #000000;
		height: 120px;
		text-align: center;
		padding-top: 30px;
		padding-left: 3em;}

h1 {margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, Times-New-Roman, serif;
	font-size: 3em;}

#wrapper {margin-left: auto;
			margin-right: auto;
			width: 80%;
			min-width: 960px;
			max-width: 2048px;
			box-shadow: 3px 3px 3px #333333;
		border: 1px solid #000000;}

#lake {height: 300px;
		background-image: url(lake.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;}
	
main {background-color: #aec2ea;
		padding: 1px 20px 20px 30px;
		display: block;
		overflow: auto;}

#pike {height: 300px;
		background-image: url(pike.jpg);
		background-size: 33% 120%;
		background-repeat: no-repeat;
		margin: 50px 0px 20px 50px}

.right {float: right;
		width: 33%;
		margin: 50px 50px 20px 0px;}

h2 {color: #000080;}