@charset "UTF-8";
/****************************************************** BASIC/GLOBAL */
html, body {
	font-size: 100%;
}

body {
	background: url(../images/background-brown.jpg);
	font-family: Georgia, Times New Roman, serif;
	font-size: 80%;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0px;
	line-height: 1.5em;
}
#container {
	background: url() repeat-y 50% 0;
	width: 100%;
}
#subcontainer {
	margin-right: auto;
	margin-left: auto;
	width: 975px;
}
.emphasis {
	font-size: 1.30em;
	line-height: 1.35em;
}
/****************************************************** HEADER */
#header {
	background:#d4c58c url(../images/header-background.png) top left repeat-x;
	float: left;
	clear: both;
	display: block;
	width: 100%;
	height: 149px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#header p {
	border: 0;
	padding: 0;
	margin: 0;
}
#header img {
	border: 0;
}
/****************************************************** NAVIGATION */
#navigation {
	float: left;
	width: 100%;
	background:url(../images/menu-bg.png) top left repeat-x;
	overflow:hidden;
}
/****************************************************** NAVIGATION */
#subnavigation {
	float: left;
	width: 965px;
	background-color: #4C3A20;
	padding: 5px;
}
#subnavigation ul {
	display: inline;
}
#subnavigation li {
	list-style-type: none;
	display: inline;
	margin: 10px;
	padding: 10px;
}
#subnavigation #sub-current {
	color: #fff;
	font-weight: bold;
}
#subnavigation a:link, #subnavigation a:active, #subnavigation a:visited {
	color: #D3C48B;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
#subnavigation a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
/****************************************************** CONTENT */
#content {
	background: #fff url() top left repeat-x;
	width: 935px;
	float: left;
	clear: both;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
#content a:link, #content a:active, #content a:visited {
	color: #76653C;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
#content h1 {
	font-family: Georgia, Times New Roman, serif;
	color: #625421;
	text-shadow: rgba(0,0,0,0.25) 0 1px 1px;
}
#content h2 {
	font-family: Georgia, Times New Roman, serif;
	color: #785B14;
	text-shadow: rgba(0,0,0,0.25) 0 1px 1px;
}
#content .list-left {
	width: 48%;
	float: left;
}
#content .list-right {
	width: 48%;
	float: left;
	padding: 2%;
}
#content .intro-text {
	font-size: 1.25em;
	line-height: 1.25em;
}
/****************************************************** FOOTER */
#footer {
	background: #231B0E url(../images/footer-bg.png) top left repeat-x;
	color: #E0D4AA;
	width: 100%;
	float: left;
	clear: both;
	display: block;
	padding: 0;
	text-align: center;
	font-size: .85em;
	font-weight: normal;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.75em;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.75em;
}