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

body {
	background-color: #05063d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fdee53;
}

a {
	text-decoration:none;
	color: #c49f26;
}

a:hover {
	text-decoration: underline;
}

ul li {
	list-style-type:disc;
	margin-left:20px;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

#content_wrapper {
	width: 1020px;
	margin: 0 auto;
	background: top left no-repeat url(../images/hyde_park_body_bg.png);
	padding: 0;
	min-height: 600px;
}

.heading {
	display: block;
	clear: both;
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 15px 0;
}

.subheading {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;	
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
}

.lefty {
	float: right;
	text-align: left;
}

.righty {
	float: left;
	text-align: right;
}

.hideme {
	display: none;
}

#photo_gallery {
	float: left;
	margin: 15px 0;
	border: 10px solid #FFFFFF;
}

#photo_gallery img {
	float: left;
	margin: 0;
}
