div.profileText{
	width:500px;
}
div.profileText .name{
	font-size:20px;
	margin-bottom:0px;	
}
div.profileText .qualifications{
	margin-bottom:0px;
	font-size:9px;
}
div.profileText .position{
	font-size:14px;
	margin-bottom:15px;
}
div.profileImage{
	width:200px;
}
div.profileImage img{
	float:right;
}

hr{
	height:1px;
	background-color:#CCC;
	border:none;
	margin:5px 0 15px 0;
}
