aside {
	float: right;
	font-size: 14px;
	padding: 20px;
	width:21%;
}
article {
	float: left; overflow: auto;
	text-align: top right;
	padding: 20px;
	width:70%;
}
footer {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	border-top: 2px solid #253548;
	padding-top: 4px;
	padding-bottom: 2px;
}
body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	background: #435d6f url("images/background.png") repeat top center;
}
#wrapper {
	background-color: #BBBBBB;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	margin: auto;
	overflow: auto;
	width: 80%;
}
hr {
	border: 3px solid #253548;
	border-radius:5px;
}