/*stylesheet used for the people page to layout 2 column photo and text */

#column-container  {
	width: 590px;
	clear: both;
}

.left-col {
	float: left;
	width: 100px;
}

.left-col img {
	padding-left: 20px;
}

.right-col {
	float: right;
	width: 480px; /* this cannot be any longer as the template breaks */
}

.right-col p
{
	color: #000;
	font-size: 11px;
	padding: 0;
	margin: 0 0 12px 0;
}

h6  {  /* only used people page */
	color: #015845;
	margin: -3px 0 0 0;
	padding-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
}

	
