@charset "UTF-8";
/* CSS Document */

#logo {
	width: 526px;
	margin: 2em auto;
	padding: 0 100px;
}
#footer {
	margin-top: 2em;
	padding: 0 5em 1em 16em;
	text-align: left;
	font-size: 0.9em;
	max-width: 1000px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #F2F5FA;
	background-image: url(../assets/images/nav-bg_21.png);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 0.8em;
}
#nav {
	width: 178px;
	margin-left: 1em;
	position: fixed;
	top: 18%;
}
#content {
	padding: 0 5em 1em 17em;
	min-width: 500px;
	text-align: justify;
	max-width: 1000px;
}
#silhouettes {
	position: fixed;
	bottom: 0px;
	width: 555px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 60%;
	z-index: -1;
}
#content img {
	border: 2px solid #D2D6DC;
	margin-right: 1em;
	margin-left: 1em;
}
#content h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.2em;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9FBEDD;
	padding-left: .5em;
	margin-left: -.5em;
}
#content h2 {
	font-size: 1em;
}
#content h3 {
	font-size: .8em;
	font-weight: bold;
	margin-left: 1em;
	margin-top: .1em;
	margin-bottom: .5em;
}
.bio {
	min-height:310px;
}
.bio  img{
	float:left;
}
#icon {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content   #icon .icon  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
