#bg-splash-1 {
	position: absolute;
	z-index: -1;
	background-image: url(images/backgrounds/green-hand.gif);
	width: 400px;
	height: 332px;
	left: -245px;
	top: -20px;
}

#committeeList 
{
	width: 650px;
}

#committeeList * {
	margin: 0px;
	padding: 0px;
}

#committeeList .member {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 280px;
}

#committeeList dt {
	font-weight: bold;
	position: relative;
	text-align: center;
}

#committeeList dd {
	min-height: 50px; /* Make the same as the profile pic */
	position: relative;
}

#committeeList ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	min-height: 60px;
	position: relative;
}

#committeeList .profilePic {
	position: absolute;
	width: 50px;
	height: 55px;
	left: 500px;
	top: -1.6em;
	border: 1px solid #000;
}

