html {
	height: 100%;
}

body {
    height: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

div {
	border-radius: 4px;
}

h1 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
	font-size: 25px;
	text-align: center;
}

h2 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

h3 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
	font-size:8px;
	text-align: center;
}

ul {
	list-style-type: none; /* Removes bullets */
	padding-left: 15px; /* NOT margin */
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
}

.header {
	position: relative;
	float: top;
	width: 100%;
	height: 50px;
	background-color: #ecf2f9;
}

.menu {
	float: left;
	width: 15%;
	height: 100%;
	background-color: #ecf2f9;
}

.content {
	float: right;
	width: 80%;
	height: 100%;
	background-color: white;
}

.footer {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
	clear: both;
	width: 40%;
	height: 20px;
    border-top: 1px solid #acacac;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
