@import url("./main.css");
.bio_column {
	width: 25%;
	float: left;
}
.bio_column h2 {
	color: yellow;
	text-shadow: red 1px 2px 2px;
}
.bio_column p {
	position: relative;
	width: 90%;
	height: auto;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin-left: 5px;
	color: white;
}
.bio_column span {
	font-family: 'RockSaltRegular', Verdana, sans-serif;
	line-height: 1.6em;
	color: white;
	
}
.bio_pic {
	width: 280px;
	height: auto;
	background-color: #607890;
	padding-bottom: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.lt-ie9 .bio_pic {
	width: 260px;
}
.bb_card p {
	color: black;
	font-weight: bold;
	text-align: center;
	margin-top: -27px;
}