
body {
	background: transparent url(images/bg_main.jpg) repeat left top;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#container {
	text-align: left;
	width: 680px;
	background: #fff url(images/bg_container.jpg) repeat-x center bottom fixed;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: #996;
	float: left;
	width: 100%;
}
#navigation li {
	display: inline;
}
#navigation a {
	float: left;
	border: 1px solid #aaa;
	border-bottom: none;
	padding: 6px 8px 4px 8px;
	background-color: #CFCFB8;
	margin-top: 116px;
	text-decoration: none;
	font-size: 90%;
	margin-left: 4px;
	white-space: nowrap;
	font-weight: bold;
}
#navigation a.active {
	background-color: #fff;
}
#header #logo {
	float: left;
	padding: 10px;
	background-color: transparent;
	border: none;
	margin-top: 0px;
}
#address, #information {
	position: absolute;
	left: 50%;
	white-space: nowrap;
	margin-left: -200px;
	top: 30px;
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 1px;
	display: block;
	font-style: normal;
}
#information {
	margin-left: 50px;
}
#information span {
	font-size: 12px;
	letter-spacing: 0px;
}
#address address {
	font-style: normal;
}
#navigation {
	list-style-type: none;
	background: #996;
	border-top: 1px solid #aaa;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content {
	clear: both;
}
#content .in {
	padding: 20px;
}
#content p {
	font-size: 90%;
	line-height: 150%;
}
#bottomnav {
	text-align: center;
	padding-bottom: 20px;
}
#bottomnav a {
	color: #999;
	text-decoration: none;
	font-size: 90%;
}
#bottomnav a.active {
	color: #600;
	text-decoration: underline;
}
a.map, a.map img {
	border-color: #aaa;
}
a.map:hover, a.map:hover img {
	border-color: #600;
}