@charset "UTF-8";
/* Ten Thirty-One Pictures - Executive Bios page style */

/********************************************************
* Exceptions to Global Style
********************************************************/

/********************************************************
* Bio Area Rules
********************************************************/
div.bio{
	clear:both;
	float:left;
	margin:10px 0px;
	padding:0px;
	width:500px;
	border-bottom:1px solid #333;
}
div.bio:first-child{
	border-bottom:1px solid #333;
}
div.bio-title{
	margin:0px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}
div.bio h3{
	margin:0px;
	font:bold 15px trajan-pro-1, trajan-pro-2, sans-serif;
	color:#999;
	text-transform:uppercase;
}
div.bio h4{
	margin:0px;
	font:normal 12px trajan-pro-1, trajan-pro-2, sans-serif;
	color:#666;
	text-transform:uppercase;
}
div.bio img{
	float:left;
	height:200px;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	background-color: #212121;
}
div.bio-copy{
	margin:0px;
	padding:0px 0px 10px 0px;
}