#wrapper {
	width: 80%;
	margin: 20px auto;
}

header {
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

section {
	margin-top: 20px;
	border: 1px solid black;
	padding: 0px 10px;
}

footer {
	margin-top: 20px;
	border: 1px solid black;
	text-align: right;
	padding: 5px 10px 5px 10px;
}

.footer {
	width: 50%;
	float: left;
}

.footer.left {
	text-align: left;
}

.footer.right {
	text-align: right;
}

section a {
	text-decoration: none;
	color: #8686FF;
}

section a:hover {
	color: #5353CC;
	text-decoration: underline;
}

.clear {
	clear: both;
}