#body-image {
	display: block;
	
	margin-left: auto;
	margin-right: auto;
	
	border-bottom: 3px solid white;
}

#circle {
	display: block;
	
	position: absolute;
	top: -91px;
	left: -1px;
}

#content-container {
	height: auto;
}

.pullquote {
	width: 230px;
	
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #3C3C3C;
}

.pullquote .person {
	margin-top: 0.5em;
	text-align: right;
	font-weight: bold;
}

.pullquote.right {
	float: right;
	margin: 0px 0px 1em 20px;
}

.pullquote.left {
	float: left;
	margin: 0px 20px 1em 0px;
}


	
	
	
