/*
---------------------------------------
City Evangelical Church Birmingham
Copyright 2006 : bendesmond.com
Creation date: 3 May 2006
---------------------------------------
*/

/*
---------------------------------------
Styles specific to the People page
---------------------------------------
*/

.peoplesection {
	clear: both;
	/*background-color: #F3F6FE;*/
	border-bottom-style: solid;
	border-bottom-color: #3C65D8;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 10px;
}
.peoplesection img {
	float: left;
	display: inline;
	width: 200px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
.peoplesection-desc {
	float: right;
	display: inline;
	width: 305px;
	margin: 0px;
	padding: 0px;
}
.peoplesection-desc h4 {
	font-size: 1.2em;
	color: #3C65D8;
	padding: 0px;
	margin: 0px;
}
.peoplesection-desc p {
	padding: 0px;
	margin: 0px;
}
