<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #F5773A url(images/homepage01.jpg) repeat left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8A8A8A;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 190%;
}

strong {
	color: #606060;
}

a {
	color: #DC4210;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: url(images/bg01.jpg) repeat-x center top;
}

#wrapper .bgbtm {
	overflow: hidden;
	background: url(images/bg02.jpg) repeat-x center bottom;
}

.container {
	width: 850px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	height: 211px;
	background: url(images/bg03.jpg) no-repeat center top;
}

#header {
	width: 850px;
}

/** LOGO */

#logo {
	float: left;
	width: 275px;
	height: 211px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 211px;
}

/** MENU */

#menu {
	float: right;
	width: 575px;
	height: 211px;
}

#menu ul {
	margin: 0px;
	padding: 168px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 15px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #577908;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg05.jpg) repeat-y center top;
}


#page .bgtop {
	background: url(images/bg04.jpg)  no-repeat center top;
}

#page .bgbtm {
	overflow: hidden;
	padding: 60px 0px 0px 0px;
	background: url(images/bg06.jpg) no-repeat center bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 575px;
	padding-bottom: 30px;
}

.single #content {
	width: 100%;
}

/** SPLASH PICTURE */

#splash {
	width: 575px;
	margin-top: -60px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 50px;
}

/** FOOTER */

#footer-wrapper {
	overflow: hidden;
	background: url(images/bg07.jpg) repeat-x left top;
}

#footer {
	overflow: hidden;
	height: 176px;
	background: url(images/bg08.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #ADCF7B;
}

.box-style {
}

.box-style .title {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/homepage03.gif) repeat-x left bottom;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 23px;
	font-weight: normal;
	color: #424242;
}

.box-style .content {
	padding: 20px 0px;
}

.box-style .link1 {
	background: url(images/homepage04.gif) no-repeat left top;
	padding-left: 25px;
}

/** LIST STYLE1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.style1 li {
	padding: 4px 0px 10px 0px;
}

ul.style1 span {
	display: inline-block;
	width: 49px;
	height: 17px;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px 0px;
	background: url(images/homepage05.jpg) no-repeat left top;
	text-align: center;
	font-size: 10px;
	color: #CEE4DA;
}

ul.style1 .first {
	padding-top: 0px;
}


#box1 {
}

#box2 {
}

#box3 {
	padding: 0px 50px;
}

#box3 .title {
	font-size: 34px;
}

#box3 img {
	float: left;
	margin-top: -10px;
	margin-left: -10px;
	padding-right: 20px;
}</pre></body></html>