div#centerContainer{
	background-color:#FFF;
}

a{
	text-decoration:none;
	color: #000;
}

a:link div.infoBox, a:active div.infoBox, a:visited  div.infoBox{
	width:420px;
	margin:10px;
	padding:10px;
	float:left;
	background-color:#FFF;
}

a:hover div.infoBox{
	width:420px;
	margin:10px;
	padding:10px;
	float:left;
	background-color:#ece5df;
}

div.leftImageBox{
	float:left;
	clear:left;
	text-align:left;
	width:125px;
}

div.rightTextBox{
	float:left;
	clear:right;
	text-align:left;
	width:295px;
}

div.personTitle{
	float:left;
	clear:both;
	width:290px;
	color:#2e1e1e;
	font-size:17px;
	font-family:sans-serif;
	font-weight:bold;
}

div.personLocation{
	float:left;
	clear:both;
	width:290px;
	color:#6d6c6c;
	font-size:13px;
	font-family:sans-serif;
	font-weight:bold;
}

div.personDescription{
	float:left;
	clear:both;
	width:290px;
	color:#000;
	font-size:12px;
	font-family:sans-serif;
	font-weight:normal;
	border-bottom:1px #817878 solid;
	padding-bottom:5px;
	margin-bottom:10px;
}

div.bottomText{
	float:left;
	clear:both;
	width:290px;
	color:#2e1e1e;
	font-size:13px;
	font-family:sans-serif;
	font-weight:bold;
}