html,body {
	margin:0;
	padding:0;
	height:100%;
	font-size:0.85em;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#FFF;
	background:#3D440F url('../i/bg_body.png') no-repeat center center;
	}
/* general text styles */
a:link, a:visited {
	color:#A9BF5A;
	text-decoration:underline;
	}
a:hover {
	color:#FF9900;
	text-decoration:none;
	}
a:active {
	color:#A9BF5A;
	text-decoration:underline;
	}
a.more, p.more {
	display:block;
	cursor:hand;
	text-align:right;
	font-size:0.85em;
	color:#A9BF5A;
	}
h1 {
	font-size:1.5em;
	font-weight:normal;
	padding:0;
	margin:0 0 15px 0;
	clear:both;
	}
h2 {
	font-size:1.4em;
	border-bottom:1px solid #A9BF5A;
	font-weight:normal;
	color:#A9BF5A;
	padding:0;
	margin:0 3px 15px 0;
	}
h3 {
	font-size:1.2em;
	border-bottom:1px solid #F2EEAC;
	font-weight:normal;
	color:#F2EEAC;
	padding:0;
	margin:5px 3px 10px 0;
	}
h3 a:link, h3 a:visited {
	color:#A9BF5A;
}
p {
	margin:0 0 5px 0;
	line-height:18px;
}
strong {
	font-weight:bolder;
	font-size:1.1em;
}
/* general layout styles */
#sitecontainer {
	position: absolute;
	width:100%;
	height:600px;
	top:50%;
	left:0;
	margin:-304px 0 0 0;
	padding:0;
	background:#25291D url('../i/bg_sitecontainer.jpg') repeat-x 0 0;
	border-top:4px solid #A9BF5A;
	border-bottom:4px solid #A9BF5A;
	}
#bodycontainer {
	margin:0 auto;
	padding:0;
	position:relative;
	width:940px;
	height:600px;
	background:#25291D url('../i/bg_sitecontainer.jpg') repeat-x 0 0;
	}
#leftfiller {
	position:absolute;
	width:50%;
	height:600px;
	top:50%;
	left:0;
	margin:-300px 0 0 0;
	background:#FFF;
	}
#leftcontainer {
	float:left;
	clear:both;
	width:200px;
	height:600px;
	padding:0;
	margin:0;
	background:transparent url('../i/bg_leftcontainer.png') no-repeat 0 0;
	}
#topnav {
	float:left;
	margin:0 0 0 10px;
	padding:0;
	width:715px;
	height:37px;
	background:#303429;
	}
#topnav ul {
	list-style:none;
	margin:0;
	padding:0;
	height:33px;
	}
#topnav li {
	float:left;
	margin:0;
	padding:0;
	height:37px;
	overflow:hidden;
	border-right:1px solid #25291D;
	}
#topnav li a {
	display:block;
	float:left;
	height:15px;
	padding:11px 26px;
	margin:0;
	font-size:1.2em;
	color:#FFF;
	text-decoration:none;
	}
#topnav li a:hover, #topnav li a.active {
	height:13px;
	background:#3D440F url('../i/bg_topnav2.gif') no-repeat top center;
	border-bottom:3px solid #303429;
	}
#leftnav {
	float:left;
	margin:2px 0 8px 10px;
	padding:0;
	width:715px;
	height:20px;
	overflow:hidden;
	}
#leftnav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#leftnav li {
	float:left;
	text-decoration:none;
	padding:0;
	margin:0;
	}
#leftnav li a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-size:0.95em;
	padding:2px 10px;
	margin:0 1px 0 0;
	background:#303429;
	color:#FFF;
	}
#leftnav li a:hover {
	background-color:#3D440F;
	}
#leftnav li a:active, #leftnav .active {
	background-color:#3D440F;
	}	
	
#content {
	float:left;
	overflow:auto;
	margin:0;
	padding:0 0 0 10px;
	width:715px;
	height:504px;
	text-align:left;
	}
#content .homeanimation {
	float:left;
	width:715px;
	height:230px;
	background:#303429;
	margin:0 0 15px 0;
}
#footer {
	float:left;
	font-size:0.95em;
	text-align:right;
	color:#FFF;
	width:701px;
	height:15px;
	margin:0;
	padding:7px 7px 7px 17px;
	background:#25291D url('../i/bg_footer.jpg') repeat-x 0 0;
	}

/* form styles */
form ul {
	margin:2px 0 0 0;
	padding:0;
	list-style:none;
	}
form li {
	padding:3px 0;
	margin:0;
	list-style:none;
	}
input {
	padding:2px;
	margin:0;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size:1em;
	color:#233D4E;
	border:1px solid #233D4E;
	background:#DFDDD0;
	}
textarea {
	padding:2px;
	margin:0;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#233D4E;
	border:1px solid #233D4E;
	background:#DFDDD0;
	}
input.btn {
	padding:3px;
	margin:2px 0 0 0;
	font-weight:bold;
	background:#DFDDD0;
	border:1px solid #C7C4A9;
	color:#A49E73;
	}
label {
	display:block;
	float:left;
	padding:1px 5px 0 0;
	width:115px;
	text-align:right;
	}
fieldset {
	border:1px solid #586964;
	padding:10px;
	margin:0 0 10px 0;
	clear:both;
	}
legend {
	color:#586964;
	}
span.confmessage {
	display:block;
	padding:4px 10px;
	border:1px solid #85DD00;
	background:#F7FFEA;
	}
span.errmessage {
	display:block;
	padding:4px 10px;
	border:1px solid #FF4617;
	background:#FFE3DD;
	}
.f_error {
	border:1px dotted red;
	margin:2px 0;
	}
.f_errortext {
	display:block;
	clear:both;
	color:red;
	margin:0 0 0 95px;
	}

/* sizes */
.size1 { width:30px; }
.size2 { width:95px; }
.size3 { width:150px; }
.size4 { width:250px; }
.size5 { width:350px; }
.size6 { width:500px; }
	
/* M O D U L E   S T Y L E S */
/* general module styles */
#module_welcome, #module_news.newslist, #module_imagelister {
	float:left;
	width:226px;
	margin:0 17px 0 0;
	padding:0;
}
/* module: news styles */
#module_news.newslist em.date {
	float:right;
	text-align:right;
	font-size:0.85em;
	font-style:normal;
	width:30px;
	margin:0 0 5px 0;
	}
#module_news.newslist h4 {
	font-weight:normal;
	margin:0 0 5px 0;
	}
#module_news.newslist p {
	clear:both;
	padding:0;
	margin:0;
	}
	
#module_news.newsdetail .newsitem {
	margin:0 0 10px 0;
	}
#module_news.newsdetail h4 {
	padding:0;
	font-size:1.1em;
	border:none;
	font-style:normal;
	font-weight:bold;
}
#module_news.newsdetail em.date {
	float:right;
	font-size:1em;
	font-style:normal;
	}
	
/* module: faq styles */
#module_faq.faqlist em.date {
	float:right;
	text-align:right;
	font-size:0.85em;
	font-style:normal;
	width:30px;
	margin:0 0 5px 0;
	}
#module_faq.faqlist h3 {
	font-weight:normal;
	margin:0 0 5px 0;
	}
#module_faq.faqlist p {
	clear:both;
	padding:0;
	margin:0;
	}
	
#module_faq.faqdetail .faqitem {
	margin:0 0 10px 0;
	}
#module_faq.faqdetail h3 {
	padding:0;
	font-size:1.1em;
	border:none;
	font-style:normal;
	font-weight:bold;
}
#module_faq.faqdetail em.date {
	float:right;
	font-size:1em;
	font-style:normal;
	}

/* module: image list */
#module_imagelister {
	margin:0;
}
#module_imagelister img {
	float:left;
	width:106px;
	height:80px;
	margin:0 1px 1px 0;
	padding:3px;
	background:#303429;
}

/* fckeditor styles */
html.fckeditor {
	height:auto;
	background:#3D440F;
	}
body.fckeditor {
	height:auto;
	padding:20px;
	margin:0 auto;
	width:610px;
	background:#25291D;
	text-align:left;
	}
body.fckeditor a[href] {
	color:#A9BF5A !important;
	text-decoration:underline;
	}
