div#centralBar {
	width:442px;
	float:left;
	margin-left:15px;
}
div#mainContent {
	width:442px;
	min-height:299px;
	height:auto;
	padding:0 0 20px 0;
	color:#515151;
}
* html div#mainContent {
	height:274px;
}

div#mainContent h1 {
	color:#1079bc;
	font-size:24px;
	font-weight:normal;
	/*border-bottom:1px solid #0070b8;*/
	padding:0 10px 1px 15px;
	margin-bottom:10px;
}
div#mainContent p {
	margin-top:15px;
}
div#map {
	margin:15px 0 0 10px;
	
}
div#map iframe {
border:1px solid #c1c1c1;
}
div#rightBar {
	width:211px;
	float:right;
	padding:10px 0 0 0;
}
div#rightBar p {
	color:#2cabd5;
	border-bottom:1px solid #2cabd5;
	font-size:16px;
	font-weight:normal;
}
div#rightBar h3 {
	color:#2cabd5;
	font-size:15px;
	font-weight:normal;
	margin:10px 5px 0 5px;
	border-bottom:1px solid #d6d6d6;
	padding:0 10px 2px 10px;
}
div#rightBar div#contactDetails {
	padding:10px 15px;
	color:#515151;
	line-height:18px;
	font-size:13px;

}
div#rightBar div#contactDetails a {
	color:#ff9900;
	text-decoration:none;
}
div#rightBar div#contactDetails a:hover {
	text-decoration:underline;
}