html {
	background-color: #2b475c;
}

body {
	font-family: "Calibri", Arial, sans-serif;
}

a:link {
  color: black
}

a:visited {
  color: #5c302b
}

a:hover {
  color: #ba832b
}

a:active {
  color: black
}

.wrapper {
	width: 960px;
	margin: auto;
	background-color: #ebe9e7;
  padding: 2px 30px 25px 30px;
  border: 5px;
  border-radius: 2px;
}

main {
	width: 640px;
	float: left;
}

main ol li {
	list-style-type: decimal-leading-zero
}

aside {
	width: 320px;
	float: right;
}

footer {
	clear: both;
	text-align: center;
}
