html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
	font-size: 14px;
	color: #2d526c;
	background-color: #FFFFFF;
	position: relative;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	width: 986px;
	min-height: 880px;
	border: 1px solid #cdd8b3;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
.pageHeading {
	font-size: 1.90em;
	margin-bottom: 15px;
}

#body {
	padding: 0px;
	padding-bottom: 40px;	/* Height of the footer */
}
#footer {
	color: #103b57;
	position: absolute;
	bottom: 0;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
	height: 55px; /* Height of the footer */;
}
/* other non-essential CSS */
#masthead {
	text-align: center;
}
#masthead img {
	vertical-align: top;
	border-style: solid;
	border-width: 0;
	width: 986px;
	height: 150px;
}
#masthead a {
color: #103b57;
}
#masthead #title {
font-family:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	font-size: 2.5em;
	margin-top: 15px;
	margin-left: 600px; 
}
#masthead #subtitle {
	position: absolute;
	font-size: 1.80em;
	margin-top: 55px;
	margin-left: 725px; 
}
#top_nav {
	height: 35px;
	border-top: 8px solid #83106B;
	border-bottom: 8px solid #83106B;
	position: relative;
	top: -46px;
}
#header p, #header h1 {
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 10px;
}
#biographlogo {
	position: relative;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	width: 986px;
	margin-top: 10px;
}
