#memberPic {
	clear: both;
	position: relative;
	float: left;
	width: 200px;
	padding-left: 20px;
	height: 130px;
}
#memberTxt {
	width: 200px;
	padding-left: 20px;
	float: left;
	position: relative;
	text-align: left;
	height: 95px;
}


#memberTxtSmall {
	width: 200px;
	padding-left: 20px;
	float: left;
	position: relative;
	text-align: left;
	height: 80px;
}

/* -- bios display -- */
.contactContainer {
	float: left;
	margin-bottom: 30px;
}

.picCol {
	clear: both;
	/*position: relative;*/
	float: left;
	width: 190px;
	text-align: left;
	padding: 0px;
}

.txtCol {
	float: left;
	/*position: relative;*/
	text-align: left;
	width: 370px;
}

.txtCol180 {
	float: left;
	/*position: relative;*/
	text-align: left;
	width: 175px;
	margin-right: 10px;
}
/* -- End of bios -- */
