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

#staffList 
{
	width: 650px;
}

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

#staffList .staff {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 230px;
}

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

#staffList dd {
	margin: 1.2em 0 1em 0;
	min-height: 60px; 
	position: relative;
	
}

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

#staffList .profilePic {
	position: absolute;
	width: 45px;
	height: 50px;
	left: 100px;
	border: 1px solid #000;
}

#staffList .qualification {
	display: block;
	font-size: .8em;
	padding-bottom: .5em;
}



