@import url(/css/_base.css);

#content {
	min-height: 1000px;
	_height: 1000px;
	}
#content h2 {
	margin-bottom: -100px;
	height: 260px;
	background: url(/images/h2_about.gif) no-repeat;
	}
#content h3 {
	position: relative;
	margin: 30px 50px -10px 250px;
	font: normal bolder 16px georgia;
	text-transform: uppercase;
	letter-spacing: .2em;
	}
#content h4 {
	position: relative;
	margin: 30px 50px -10px 250px;
	font: normal bolder 14px georgia;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #51b3a4;
	}	
#content p {
	position: relative;
	margin: 15px 50px 15px 250px;
	font: normal 13px/16px georgia;
	color: #5d4718;
	}
#content p a {
	color: #e65200;
	text-decoration: none;
	border-bottom: 1px solid #e65200;
	}
#content p a:hover {
	color: black;
	background: #f9df79;
	border-bottom: 1px solid #black;
	}


#beliefs {
	position: absolute;
	width: 200px;
	top: 200px;
	left: 30px;
	padding-bottom: 140px;
	background: url(/images/bg_beliefs3.gif) no-repeat bottom;
	}
#beliefs h3 {
	margin: 0;
	text-indent: -5000px;
	overflow: hidden;
	height: 135px;
	background: url(/images/bg_beliefs1.gif) no-repeat;
	}
#beliefs ul {
	list-style: none;
	font: italic normal 11px georgia;
	text-align: center;
	background: url(/images/bg_beliefs2.gif) repeat-y;
	}
#beliefs li {
	margin: 0;
	padding: 0;
	}
#beliefs li a {
	display: block;
	margin: 0 12px 0 10px;
	line-height: 20px;
	height: 20px;
	color: #555;
	}
#beliefs li a:hover {
	color: #e65200;
	background: black;
	}

.bio {
	clear: both;
	padding: 30px 0;
	border-bottom: 1px dashed #5d4718;
	}
.bio img {
	position: relative;
	margin-top: 30px;
	left: 20px;
	float: left;
	padding: 4px;
	border: 1px dashed #5d4718;
	}
#interns {
	margin-top: 40px;
	text-align: center;
	}
#interns h4 {
	margin: 20px 0;
	text-align: center;
	}
#interns img {
	padding: 4px;
	border: 1px dashed #5d4718;
	}
#interns p {
	margin: 10px 60px !important;
	}