@charset "UTF-8";
/* CSS Document */

/* FOOTER */

#footer {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	background: top center repeat-x url(../images/hyde_park_footer2.jpg);
}

#footer a {
	color: #05063d;
}

#footer_content {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding-top: 45px;
	color: #000000;
	line-height: 1.5em;
}

#footer h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 10px 0;
}

#footer div#contact {
	float: left;
	width: 240px;
	/* width: 30%; */
}

#footer div#contact p.righty {
	width: 50px;
	margin-bottom: 0;
}

#footer div#contact p.lefty {
	width: 180px;
	margin-left: 0px;
	margin-bottom: 0;
}

#footer div#about {
	float: left;
	/* width: 717px; */
	width: 60%;
	margin-left: 10px;
}

#footer div#about p {
	line-height: 1em;
	margin-left: 20px;
}

#footer div#copyright {
	display:block;
	clear: both;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: center;
}
