body {		margin: 0 0 7.6em 2em; padding: 0;
			background: white; color: #170084; }

#header {	position: fixed; display: block; overflow: hidden;
			height: 7.1em; width: 100%;
			top: 0; left: 0;
			padding: 0.5em 2em 0em 2em;
			background: white;
			z-index: 20; }

#logo {		position: fixed;
			width: 11em; height: 9.408em;
			left: 1.5em; top: -2.5em;
			padding: 0; margin: 0;
			border: 0;
			z-index: 10; }

#logohead {	position: fixed;
			left: 7em;
			background: white;
			font-size: 2em;
			z-index: 19; }

#nav {		position: fixed;
			top: 6em; left: 4em;
			background: white;
			z-index: 18; }

#nav a {	padding: 0.5em 1.5em;
			background: white; color: black;
			text-decoration: underline;
			z-index: 17; }

#nav a:hover {
			background: #effe00;
			text-decoration: none; }

#contents {	position: relative;
			width: 50em;
			top: 7.6em;
			padding: 0.5em 2em 1em;
			background: white;
			z-index: 8; }

#contents a:hover { text-decoration: none; }

.hidden {	display: none; }

/* Currently only used on the officers page */
img {		display: block;
			float: right;
			height: 10em;
			padding: 8px;
			margin: 3px;
			border: gray 1px solid; }

.left {		float: left; }

/* Guarantee the fact that one person's image won't run into the following person's bio and image */
h2 {		clear: both; }
