body {
	margin: 0 0 0 30px;
	width: 90%;
	background-color: #eee;
	font-family: sans-serif;
}

/* Nav Styles */

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 0 0;
}

nav li {
	display: inline;
}

nav a {
	margin: 5px;
	padding: 8px;
	text-decoration: none;
	color: white;
	background-color: #0357c4;
	border-radius: 4px 4px 4px 4px;
}

nav a:hover {
	background-color: #023672;
}

nav a:active {
	background-color: #00224a;
}

nav {
	padding: 10px 10px 0 0;
	text-align: right;
}

/* Header Styles */

header {
	background-color: white;
}

.header {
	background-color: #05274d;
	background-image: url(images/header_bkg.jpg);
	background-repeat: none;
}

h1 {
	font-family: "Oswald", sans-serif;
	font-size: 3em;
	font-weight: 600;
	color: white;
	margin-left: 30px;
	margin-bottom: 0;
}

.header h2 {
	font-family: "Oswald", sans-serif;
	font-size: 2em;
	font-weight: 300;
	color: white;
	margin: 10px 0 0 30px;
	padding-bottom: 10px;
}

section {
	width: 60%;
	background-color: white;
	margin-top: 30px;
	padding: 30px;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}

aside {
	width: 30%;
	float: right;
	margin-top: 30px;
}

section h2 {
	font-family: "Oswald", sans-serif;
	font-size: 2em;
}

footer {
	font-family: "Oswald", sans-serif;
	clear: both;
	text-align: center;
}