/* main heading */
h1.about {
	display: block;
	height: 72px;
	
	padding-top: 12px;
	

	padding-left: 72px;

	background: url(../images/icons/68x68px/about.png);
	background-repeat: no-repeat;
	background-position: middle left;	

}

a.get-in-touch {
	display: block;
	
	width: 182px;
	height: 72px; /* 47px; */
	
	margin-top: 16px;
	
	background-image: url(../images/links/get-in-touch-click-or-telephone.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	text-indent: -9999px;
}

.right {
	float: right;
}

#intro p { 
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

