div#container {
	position:relative;
}
div.staffMember {
	border:1px solid #161412;
	width:710px;
	margin:28px auto 115px auto;
	background:url(../images/pngBack1px.png) 0 0 repeat;
	overflow:auto;
	position:relative;
	padding:112px 50px 50px 50px;
}
img#title {
	position:absolute;
	top:70px;
	left:64px;
	z-index:100;
}
div#text {
	width:440px;
	float:left;
}
div#text p {
	margin-bottom:18px;
	line-height:19px;
	
}
div#text a {
	color:#BF1D03;
	text-decoration:none;
}	
div#text a:hover {
	text-decoration:underline;
}	

div#pictures {
	width:219px;
	float:right;
}
div#pictures img {
	display:block;
	border:1px solid #111010;
}
div#pictures img#firstImg {
	margin:3px 0 33px;
}