/*---------------------------------------------------------------------------*/
/* Styles for the Contact page.                                              */
/*---------------------------------------------------------------------------*/

#content {
  	background-color: #ffffff;
	background-image: url(../images/news/house.jpg);
	background-repeat: no-repeat;
	background-position: 10px 80px;
}

div.contact-details {
 	width: 250px;
	padding: 75px 0px 80px 220px;
	text-align: center;
}

div.contact-data {
    	margin: 20px 0px 20px 0px;
  	color: #000000;
 	font-weight: bold;
}

div.contact-hdr {
 	background-color: #888888;
	border-bottom: 1px solid #000000;
 	border-top: 1px solid #000000;
	font-weight: bold;
 	font-family: "Kristen ITC", "Snap ITC", "Comic Sans MS", Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	font-size: 18px;
}

