aside {
	float: right;
	font-size: 14px;
	text-align: center;
	padding: 20px;
	width: 210px;
}
article {
	float: left;
	text-align: justify;
	padding: 20px;
	width: 710;
}
footer {
	clear: both;
	color: white;
	text-align: center;
	background-color: #496D28;
	border-top: 2px solid #459302;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0;
}
.alignleft {
	float: left;
	padding-right: 20px;
}
.alignright {
	float: right;
	padding-left: 20px;
}
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	background: #43B5F7 url("lake_bg.jpg") no-repeat top center;
}
header {
	color: white;
	text-align: center;
	background: #A6C20A url("header_bg.png") no-repeat top center;
	height: 152px;
	padding: 20px;
}
nav {
	text-align: center;
	background-color: #496D2B;
	border-bottom: 2px solid #459302;
	border-top: 2px solid #459302;
	padding-bottom: 4px;
	padding-top: 10px;
	
}
.quote_author {
	color: #459302;
	font-style: italic;
	width: 20px;
}
#wrapper {
	background-color: #A5C407;
	border: 2px solid #459302;
	margin: auto;
	width: 1000px;
}
th {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
td {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}