body {
	background: #f7c54a url(images/background.jpg) repeat-x fixed center bottom;
	color: #45372c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
h1, h2, h3 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffe4ce;
}
p {
	margin: 5px 0px 5px 0px;
	color: #6d5746;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.header {
	padding-top: 20px;
}
.logo {
	width: 308px;
	height: 122px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background: transparent url(images/logo.gif) no-repeat scroll center center;
}
.middle {
	padding-top: 25px;
}
	.content {
		background-color: white;
		padding: 16px;
		-moz-box-shadow: 0px 3px 5px #fd9c16;
		-webkit-box-shadow: 0px 3px 5px #fd9c16;
		box-shadow: 0px 3px 5px #fd9c16;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 55px;
	}
	.media {
		margin:0px;
		padding: 0px;
		list-style: none;
	}
		.media li {
			width: 200px;
			height: 150px;
			margin: 0px 45px 60px 0px;
			float: left;
		}
			.media li a {
				border: 2px solid #45372c;
				display: block;
				width: 200px;
				height: 150px;
			}
			.media li a:hover {
				border: 2px solid #fd9c16;
			}
	.photolist {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		.photolist li {
			position: relative;
			margin: 0px 16px 16px 0px;
			/*padding: 0px 0px 0px 120px;*/
			padding: 0px;
			display: block;
		}
			.photolist img {
				position: absolute;
				top: 0px;
				left: 0px;
			}
	.map {
		float: left;
		margin: 0px 16px 16px 0px;
	}
.navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	.navigation li {
		margin: 0px;
		padding: 0px;
	}
		.navigation a {					
			font-size: 16px;
			font-weight: bold;
			color: #45372c;
		}
		.navigation a:hover {
			text-decoration: none;
		}
