body {
	font-family: sans-serif;
}
h3 {
	font-size: 18px;
}
span {
	vertical-align: middle;
	display: inline-block;
}
ul {
	list-style-type: none;
	padding: 0px;
}
li {
	display: block;
	margin-top: 3px;
	line-height: 50px;
	color: white;
	font-size: 22px;
	padding: auto;
	text-align: center;
	vertical-align: center;
}
.shade_1 {
    background-color: #504030;	
}
.shade_2 {
    background-color: #706050;
}
.shade_3 {
    background-color: #F0F0F0;
}
.menu_item:hover,
.menu_item.selected {
	cursor: pointer;
	background-color: #D3540F;
}
.menu_item {
	background-color: #7C1313;
}
.logo {
	width: 250px;
	height: 100%;
	z-index: 10;
	position: absolute;
	margin-left: 20px;
}
.page {
	width: 1024px;
	margin: auto;
}
.top_bar_and_logo_container {
	position: relative;
	width: 100%;
	height: 250px;
}
.top_bar {
	position: absolute;
	top:50px;
	height: 150px;
	width: 100%;
}
.top_bar h1 {
	margin-top: 55px;
	margin-left: 350px;
	color: white;
}
.menu {
	display: inline-block;
	margin-top: 20px;
	width: 230px;
	position: relative;
	float: left;
	padding: 20px;
}
.content {
	color: black;
	float: left;
	display: inline-block;
	margin-top: 20px;
	width: 690px;
	min-height: 100px;
	margin-left: 24px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}
.about_person {
	width: 100%;
}
.about_person img {
	float: left;
	margin-right: 20px;
}