#about-content
{
	background:#e8e8e8;
	float:left;
	padding-left:65px;
	padding-right:35px;
	width:1200px;
}

#about-content .bio
{
	padding:20px;
	background:#999999;
	margin-right:10px;
	cursor:pointer;
	width:216px;
	height:440px;
	line-height:15px;
	overflow:hidden;
	position:relative;
	float:left;
}


#about-content .bio .left-column
{
	width:216px;
	display:block;
	position:absolute;
}


#about-content .bio .right-column
{
	width:350px;
	display:block;
	position:absolute;
	left:260px;
}


#about-content .bio h2
{
	color:#042756;
	font-size:15px;
	margin-bottom:6px;
	padding-bottom:0px;
}

.more
{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:5px 10px;
	background:#042756;
	color:white;
}

.more:hover
{
	background:#00264c;
	color:white;
}

#about-content .bio .right-column p
{	
	margin:0px 0px 5px 0px;
}
