

#header_agent {
	position: absolute;
	top: 60px;
	left: 265px;
}

#agent_header_photo {
	position: absolute;
	right: 20px;
	top: 40px;
	border: 2px solid #FFF;
	z-index: 100000;
	
}

#agent_header_details {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
	background: #008c9a;
	padding: 5px 0px 0px 10px;
	font-size: 14px;
	line-height: 16px;
}

#agent_header_name {
	font-size: 24px;
	font-weight: bold;
	padding-right: 20px;
}

#agent_header_title,
#agent_header_cell,
#agent_header_office {
	padding-right: 10px;
}

#agent_header_title {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}