body {
	background: #fff url(../images/bg_main.jpg) repeat-y top center;
	font: 62.5% arial,sans-serif;
	color: #000;
	padding-bottom: 25px;
}

p, li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: -0.3em;
}

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

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

#wrapper {
	background: transparent url(../images/bg_cottage.jpg) no-repeat center 430px;
	width: 100%;
	min-height: 1030px;
}

#container {
	width: 920px;
}

#header {
	background-color: #fff;
}

#nav_top_wrapper {
	border-bottom: 1px solid #a3ce62;
	width: 920px;
	padding: 10px 0;
}

#nav_top {
	padding: 23px 0 3px;
}

#nav_top ul li {
	display: inline;
	margin: 0 5px;
	line-height: 1.2em;
	color: #a7a9ac;
}

#nav_top a {
	color: #a7a9ac;
	text-decoration: none !important;
	font-weight: normal !important;
}

#nav_top a.main {
	color: #000;
}

#flash_nav_wrapper {
	background: transparent url(../images/bg_nav.jpg) no-repeat top left;
	width: 909px;
	height: 51px;
	margin-top: 1px;
	padding: 10px 11px 0 0;
}

#flash_nav {
/*	position: relative;*/
	width: 637px;
	height: 50px;
}

/*#nav_flash {
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}*/

#logo_wrapper {
	margin-left: 10px;
}

#content_wrapper {
	width: 903px;
	margin: 0 8px 0 9px;
}

#footer {
	width: 885px;
	padding-top: 25px;
	color: #505050;
}

#footer_rule {
	background-color: #a3ce62;
	width: 885px;
	height: 1px;
}

#loon {
	margin: -16px 0 0 -55px;
	left: 50%;
	width: 109px;
}

#footer ul {
	text-align: center;
	margin-top: 20px;
}

#footer p {
	text-align: center;
	margin-top: 5px;
}

#footer ul li {
	display: inline;
	margin: 0px 3px;
	color: #508978;
}

#footer p, #footer li {
	font-size: 0.9em;
}

#footer a {
	color: #508978;
	text-decoration: none !important;
}

li.large {
	font-size: 1.4em;
}

li.small {
	font-size: 1.0em;
}

li.first {
	margin-left: 0 !important;
}

li.last {
	margin-right: 0 !important;
}


/* individual pages */
div#heading {
	border-bottom: 1px solid #a3ce62;
}