/*** main page title and general ***/
	h1 {
		background:transparent url(/images/page-headings/get-in-touch.gif) no-repeat;
	}
	
	#pageContent {
		padding-right:20px;
		width:728px;
	}
	
	#pageContent a {
		color:#D70B8C;
		text-decoration:none;
	}
	#pageContent a:hover {
		text-decoration:underline;
	}
	
/*** google map ***/
	#pageContent iframe {
		margin:0 0 20px 0;
	}

/*** contacts information ***/
	#pageContent ul.contacts {
		padding:0 0 20px 0;
	}
	#pageContent ul.contacts li {
		width:50%;
		float:left;
		list-style:none;
	}
	#pageContent ul.contacts li h3,
	#pageContent #address h3 {
		font-size:1.1em;
	}

/*** address ***/
	#pageContent #address {
		border-top:1px solid #cccccc;
		padding:20px 0 0 0;
		clear:both;
	]