/*
* Consultant Profiles layout CSS definitions www.roblaw.co.nz
*
* @author   Duncan Mundell <duncan@swaziboy.com>
* @version  1
* @updated  21/06/2008
*/

div.photo {
	float: right;
	margin-left: 10px;
	}
	
div.photo img {
	display: block;
	border: 2px solid #0d345f !important;
	}
	
div.photo a {
	margin-top: 5px;
	display: block;
	text-align: center;
	font-size: 0.9em;
	}
	
#rightcolumn h1 {
	margin-bottom: 0em;
	}

#rightcolumn h2 {
	border: none;
	margin-bottom: 1.2em;
	margin-top: 0;
	}
	
#rightcolumn h3 {
	border-top: 5px solid #F9E8E8;
	padding-top: 10px;
	}
