body{
	padding: 0px;
	margin: 0 auto;
	color: #000000;
	background: #fcfcfa url('bg.jpg') repeat top center;
}
#container{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}
#header{
	background-image: url('headbg.jpg');
	background-repeat: repeat-x;
	height: 402px;
	width:100%;
}
#mainimg {
	height: 420px;
	width: 100%;
	background: url('head.jpg') no-repeat top center;
	margin: 0 auto;
	padding: 0;
	border: 0px lime solid;
}
#content{
	text-align: center;
	margin: 0;
	position: relative;
	height: auto;
	border: 0px red solid;
	padding-top: 10px;
	padding-bottom: 32px;
}
#maintext {
	width: 640px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	padding-left: 40px;
	border: 0px lime solid;
}
#menu{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	padding-top: 20px;
	float: right;
	width: 160px;
}
#footer{
	height: 112px;
	background-image: url('footbg.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
	padding-top: 58px;
	padding-left: 40px;
}
/* --------------------------------------------------------------------- MAIN TEXT STYLE */
#maintext {
	/*color: #515725;*/
	color: #4f542b;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 8pt;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 17px;
}
div#maintext p a:link, div#maintext p a:visited, div#maintext blockquote a:link, div#maintext blockquote a:visited, div#maintext ul a:link, div#maintext ul a:visited {
	color: #839a4d;
	font: 8pt "trebuchet ms";
	text-decoration: none;
	border-bottom: 1px #1d2111 dotted;
}
div#maintext p a:hover, div#maintext p a:active, div#maintext blockquote a:hover, div#maintext blockquote a:active, div#maintext ul a:hover, div#maintext ul a:active {
	color: #bcf038;
	text-decoration: none;
	border-bottom: 1px #435120 dotted;
}
div#maintext h2 {
	background: url('h2.jpg') no-repeat top left;
	height: 62px;
	padding-left: 90px;
	padding-top: 30px;
	margin: 0;
	margin-bottom: -10px;
	margin-top: 8px;
	margin-left: -30px;
	font-family: 'times new roman', serif;
	font-size: 13pt;
	font-style: oblique;
	font-weight: none;
	text-decoration: none;
	letter-spacing: 5px;
	color: #909a45;
}
div#maintext blockquote {
	width: 100%;
	background: url('bq.jpg') no-repeat top center;
	text-align: center;
	height: 153px;
	padding-top: 50px;
	margin-top: 40px;
}
div#content .boldy {
	color: #778633;
}
div.menulink {
	background: url('menu1.jpg') no-repeat top center;
	width: 138px;
	height: 28px;	
	padding-top: 12px;
	padding-left: 22px;
	margin: 0;
	text-align: center;
}
div.menulink:hover {
	background: url('menu2.jpg') no-repeat top center;
}
div.menulink a:link, div.menulink a:visited {
	border: 0px black solid;
	text-decoration: none;
	color: #868d3c;
	/*font-family: arial, sans-serif;
	font-size: 7pt;*/
	font-family: 'times new roman', serif;
	font-size: 7pt;
	font-style: italic;
	letter-spacing: 2px;
}
div.menulink a:hover {
	color: #c5d679;
}
div#footer {
	text-align: center;
	color: #333e23;
	font: 7pt verdana;
	letter-spacing: 2px;
	line-height: 13px;
}
div#footer a:link, div#footer a:visited {
	color: #4a5836;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #4a5836;
	text-decoration: none;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #000000;
	font: 8pt arial;
	color: #868d3c;
	letter-spacing: 2px;
	border: 1px dotted #435120;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.ctrplz {
	text-align: center;
}