/* CSS Document */

body{
	margin: 0;
}
.body-wrapper{
	background-color: aliceblue;
	
}
.about_title{
	
}
nav ul li a{
	text-decoration: none;
	color: #fff;
	background-color: #092050;
	display:inline;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}
nav ul li a:hover{
	background-color: #5C85A8;
}
nav ul{
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
	
}
.officers {
	width: 450px;	
	margin-left: 20px;
}
.officers h3{
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";	
}
.board{
	width: 450px;
	margin-top: 20px;
	margin-left: 20px;
}
.board h3{
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

#left{
	width: 100px;
	float: left;
	padding-right: 10px;
	
}
#right{
	width: 100px;
	float: right;
	margin-top: 10px;
	
}
#middle{
	width: 200px;
	float:left;
}
#right-b{
	width: 100px;
	float: right;
	margin-top: 10px;
	
}
#left-b{
	width: 250px;
	float:left;
	margin-left: 75px;
}
.officers::after {
  content: "";
  clear: both;
  display: table;
}

.board{
	width: 450px;	
	margin-left: 20px;
}
.board::after {
  content: "";
  clear: both;
  display: table;
}
.ab_footer{
	background-color: #092050;
	color: #fff;
	text-align: center;
	height: 75px;
	padding-top: 38px;
}


@media screen and (min-width:900px){
	.ab-hfa-ob{
		display: flex;
	}	
}





