body {
	background-color: #BFBFBF;
	margin: 1em;
}

#page {
	background-color: #E5E5E5;
	border: 1px solid black;
	padding: 1em;
}

#head {
	background: #4375BF;
	border: 1px solid;
	border-color: black;
	color: white;
	padding-left: 1em;
	margin-bottom: 1em;
}


h1, h2, h3 {
	text-align: left;
}

li {
	margin-bottom: 1em;
	margin-top: 1em;
}

#nav {
	background-color: #4375BF;
	color: white;
	border: 1px solid black;
	padding: 1em;
	float: left;
	text-align: center;
	width: 10em;
}

#nav a:link, #nav a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#cont {
	background-color: white;
	color: black;
	margin-left: 13em;
	padding: 1em;
	border: 1px solid black;
}

#cont h2 {
	border-bottom: 1px solid black;
}

hr {
	height: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: black
}

img {
	border: none;
}

div.member {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #9D9D9D;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

img.member {
	width: 80px;
	height: 100px;
	margin-right: 1em;
	float: left;
}

img.mememl {
	height: 16px;
	vertical-align: bottom;
}

div.groupphoto {
	float: left;
	width: 420px;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}

img.groupphoto {
	width: 420px;
	height: 311px;
}
