@charset "utf-8";
/* CSS Document */
#about_header {
	width:500px;
	height:auto;
	float:left;
	color:#999;
	margin:10px;
}
#about_header h1{
	color:#183a4c;
	font-size:20px;
	text-align:left;
	text-decoration:none;
}
#about_header_container {
	width:auto;
	margin-bottom: 15px;
	float: left;
}
#team_photo {
	width:112px;
	height:auto;
	display:block;
	float:left;
}
#team_photo img{
	float:left;
	border:3px solid #c6bfac;
}
