@charset "utf-8";
/* CSS Document */
/******************************************************************************************/
/* Purpose: this CSS file describes layout rules for the contact page                     */

/******************************************************************************************/
/*  ProjectMcColl.co.uk *******************************************************************/
/******************************************************************************************/
.contact {
	background:url(/images/general_layout/h-dash.gif) bottom repeat-x;
	padding:18px 0;
}
.contact_address {
	margin-bottom:10px;
}

.contact_name {
	float:left;
	width:220px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#333;
}
.contact_details {
	margin-left: 240px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:1.3;
}

.contact_last {
	/* This is for the last milestone on the page, it removes the last border */
	background:none;
}
