body {
	margin-top: 40px;
}

.wrapper {
	background-image: none;
}

nav {
	position: static;
	margin: auto;
}

aside {
	border-right: 1px dotted #a0a0a0;
}

header {
	text-align: left;
	padding: 10px;
}

.top-blurb {
	position: absolute;
	right: 10px;
	top: -10px;
}

.top-blurb hr {
	width: 60%;
	margin: auto;
	height: 0px;
	background-color: transparent;
	border-bottom: 1px dotted #a0a0a0;
	border-top: none;
}

h1 {
	text-align: center;
	font-size: 36pt;
	margin: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #202020;
}

.main-content {
	text-align: left;
}

.body-content {
	padding: 30px;
}

.body-content img {
	margin: 10px;
	max-width: calc(100% - 20px);
}

@media (max-width: 1000px) {
	aside {
		position: fixed;
		z-index: 19;
		top: 0;
		bottom: 0;
		left: -365px;
		background-color: white;
		overflow-y: auto;
	}

	.main-content {
		display: block;
		width: calc(100% - 20px);
	}

	.menu_button {
		display: block;
	}
}