body {
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	background: #b8b5a9 url(/assets/images/bg_body.png) repeat;
	margin: 0;
	padding: 0;
}

#container {
	width: 925px;
	margin: 0 auto;
	padding: 0 13px 0 12px;
	background: #fff url(/assets/images/bg_container.png) repeat-y;
}

#logo {
	width: 282px;
	height: 178px;
	float: left;
}

#header {
	height: 178px;
}

#quicktext {
	width: 360px;
	height: 176px;
	padding: 1px 20px 1px 20px;
	float: left;
	background: #fff url(/assets/images/bg_quicktext.png) repeat-x;
	font-size: 14px;
}

#infopanel {
	width: 213px;
	height: 158px;
	padding: 10px 15px;
	float: left;
	font-size: 13px;
}

#infopanel p {
	margin: 0;
}

#infopanel strong {
	color: #662c1d;
}

#infopanel address {
	font-style: normal;
	margin: 10px 0;
}

#infopanel a {
	text-decoration: none;
	color: #000;
}

#navigation {
	width: 282px;
	float: left;
}

#navigation ul {
	width: 282px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	height: 23px;
	width: 252px;
	padding: 13px 0;
	padding-right: 30px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

#navigation ul li#last {
	border-bottom: none;
}

#navigation ul li a {
	text-decoration: none;
	color: #000;
}

#homeimage {
	width: 643px;
	height: 347px;
	float: left;
	background-color: #ccc;
}

#content {
	width: 583px;
	float: left;
	margin: 0 30px;
	font-size: 14px;
	margin-bottom: 20px;
}

#content h1 {
	border-bottom: 1px solid #b4a893;
}

#content h1, #content h2 {
	color: #6c2e1e;
	margin: 10px 0;
	font-weight: normal;
}

#news_entries p.newsdate {
	margin-top: 0;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	border-top: 1px solid #b4a893;
	text-align: right;
}

#news_entries h2 {
	margin-bottom: 2px;
	margin-top: 30px;
}

#footer {
	font-size: 13px;
}

#footer {
	background: #843621 url(/assets/images/bg_footer_subpage.png) repeat-x;
	color: #fff;
}

#footer h2 {
	height: 24px;
	padding: 10px;
	font: normal normal normal 18px Cambria, Georgia, serif;
	margin: 0;
}

#homepage #footer {
	background: none;
	color: #000;
}

#homepage #footer h2 {
	background: #b8b5a9 url(/assets/images/bg_footer_h2.png) repeat-x;
}

#homepage #footer h2,#homepage #footer h3,#homepage #footer h4 {
	color: #662c1d;
}

#footer h3,#footer h4,#footer p {
	margin: 5px 10px;
}

#events, #news {
	width: 283px;
	float: left;
}

#homepage #events,#homepage #news {
	width: 282px;
	border-right: 1px solid #fff;
}

#events ul {
	list-style: none;
	margin: 0;
	padding: 8px;
}

#events ul li h3 {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

#homepage #events ul li h3 {
	color: #000;
}

#news a, #blogs a, #events a {
	color: #bcb9ae;
	text-decoration: none;
	font-weight: bold;
}

#news a:hover, #blogs a:hover, #events a:hover {
	text-decoration: underline;
}

#events ul li ul {
	padding-top: 0;
	padding-left: 20px;
}

#blogs {
	width: 359px;
	float: left;
}

#subfooter {
	height: 25px;
	margin-top: 20px;
	padding: 5px;
	background-color: #4c2219;
	color: #fff;
}



.clear {
	clear: both;
}