<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	width:990px;
	margin: 15px auto 0px auto;
	font-family:Arial;
	font-size:14px;
	background-color: #E7E6E4;
	background-image: url(../images/page_bg.jpg);
	background-position: center;
}

h1, h2, h3, h4, h5, p, span, div, a, dl, dt, dd, fieldset {
	margin:0px;
	padding:0px;
	border:0px;
}

h1 {
	color:#82853E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight: bold;
}

h2 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-bottom:5px;
}

a {
	color:#3081dd;
	text-decoration:none;
}

a:hover {
	color:#039;
}

div#pageheader {
	width:970px;
	height:138px;
	position:relative;
	background:url(../images/header_bg.png) no-repeat 0px 0px;
	padding-top: 20px;
	padding-right: 20px;
}

div#pagebody {
	width:910px;
	position:relative;
	background:url(../images/main_bg.png) repeat-y 0px 0px;
	padding: 0px 40px 0px 40px;
}

div#subpagebody {
	width:790px;
	position:relative;
	background:url(../images/main_bg.png) repeat-y 0px 0px;
	padding: 20px 100px 0px 100px;
}

div#gallerybox {
	width:625px;
	height:350px;
	float:left
}

div#textbox {
	width:238px;
	height:310px;
	float:left;
	overflow:auto;
	background:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-left: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 20px;
}

div#features {
	padding-top:25px;
}

div#featurebox {
	width:240px;
	float:left;
	background-image: url(../images/feature_bg.jpg);
	background-repeat:no-repeat;
	height: 204px;
	padding: 17px 37px 0px 23px;
	font-size: 11px;
}

.bottom_space{
	padding-bottom:5px;
}


div#mainbody {
	width:867px;
	position:relative;
	padding: 20px 48px 0px 48px;
}

div#pagefooter {
	width:990px;
	position:relative;
	background:url(../images/footer_bg.png) no-repeat 0px 0px;
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	height: 72px;
	padding-top: 20px;
	font-weight: bold;
}

div#clear {
	clear:both;
}

h1 {
	font-size:28px;
	font-weight:bold;
	color: #181B14;
	font-family: Tahoma, Geneva, sans-serif;
}

.red {
	color:#F00;
}
</pre></body></html>