body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

*
{
	box-sizing: border-box;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-color: #99ff99;
	border: 1px solid #000033;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 3px 3px 3px #333333;
}

header
{
	background-color: #008000;
	color: #FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
	height: 100px;
	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;
}

h2
{
	background-color: #00cc00;
}

main
{
	background-color: #FFFFFF;
	margin-left: 190px;
	margin-top: 0;
	padding: 1px 20px 10px 20px;
	display: block;
	overflow: auto;
}

.p1
{
	font-size: 1.2em;
	clear: left;
}

.image1
{
	padding-top: 5px;
	float: right;
}

.image2
{
	float: left;
}

.p2
{
	font-size: 1.2em;
}

.image3
{
	padding-top: 1px;
	border: 1px solid #000000;
}

nav
{
	background-image: linear-gradient(to bottom, #FFFFFF, #00cc00);
	float: left;
	font-size: 120%;
	font-weight: bold;
	padding: 2em;
	width: 190px;
	height: auto;
}

nav a
{
	text-decoration: none;
}

footer
{
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 2em;
	margin-left: 190px;
	background-color: #00cc00;
}