

/* CSS Document */

h4.agent_title
{
	width:580px;
	background-color:#712d2a;
	color:#FFFFFF;
	margin:0 auto 2px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	clear:both;
}	

.agent_left
{
	width:288px;
	float:left;
	background-color:#e1e2cb;
	margin-bottom:2px;
	min-height:80px;
}

.agent_right
{
	width:289px;
	margin-left:2px;
	float:left;
	background-color:#e1e2cb;
	margin-bottom:2px;
	min-height:80px;
}

.agent_left ul, .agent_right ul
{
	list-style:none;
	margin:0;
	padding:6px 0 6px 6px;
}

.agent_photo
{
	float:left;
	padding:6px;
}

.agent_photo img
{
	border:none;
}
/* CSS Document */


