/* ------------------------------------------------	GLOBAL STYLE 
*/
body {
	font: 8pt "tahoma"; 
	color: #000000;
	letter-spacing: 1px;
	border: 0px black solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: left;
	background: #fcfcfa url('contentbg.jpg') repeat-y top center;
}
img {
	border: 0px black solid;
}
p {
	padding: 0;
	margin: 0;
	text-align: justify;	
}
a:link, a:active, a:visited {
	text-decoration: none;
	/*color: #1a050a;*/
	color: #28060e;
}
A:hover {
	text-decoration: none; 
	color: #28060e;
}
/* -----------------------------------------------------------   LAYOUT DIVS */
#container { 
	margin: 0 auto;
	top: 0px;
	left: 0px;
	position: absolute;
        width: 100%;  
	/*background-image: url('bg.jpg');*/
	background: #fcfcfa url('contentbg.jpg') repeat-y top center;
	border: 0px lime solid;
	text-align: center;
	padding: 0;
} 
#header {
	height: 500px;
	background-image: url('headbg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0px lime solid;
}
#mainimg {
	height: 500px;
	width: 800px;
	/*background: url('head.jpg') no-repeat top center;*/
	margin: 0 auto;
	padding: 0;
	padding-left: 1px;
	border: 0px lime solid;
}
html > body #mainimg {
	padding-left: 0px;
}
#content {  
	height: auto;
	text-align: center;
	position: relative; 
	border: 0px black solid;
	padding: 0;
	margin-top: -206px;
	margin-bottom: -70px;
} 
#maintext {
	width: 480px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {  
	height: 194px;
	margin-top: 0px;  
	background-image: url('footbg.jpg');
	background-repeat: repeat-x;
}

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
#maintext {
	color: #515725;
	font-family: "trebuchet ms", arial, verdana;
	line-height: 15px;
	font-size: 8pt;
	letter-spacing: 1px;
}
div#content a:link, div#content a:visited {
	color: #69805c;
	font: 8pt "trebuchet ms";
	text-decoration: none;
	border-bottom: 1px #f8eb90 dotted;
}
div#content a:hover, div#content a:active {
	color: #124e08;
	text-decoration: none;
	border-bottom: 1px #9e8c1e dotted;
}
div#maintext p {
	color: #515725;
	margin-bottom: 10px;
}
div#content .boldy {
	color: #7f6a00;
}
.titlediv, h2, #head {
	width: 88%;
	border-left: 0px black solid;
	border-top: 0px #110104 solid;
	border-bottom: 1px #95ad8b dotted;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 17px;
	margin-right: 0px;
	font: 11pt arial;
	color: #a79c45;
	font-weight: bold;
	text-align: left;
	letter-spacing: 3px;
	text-transform: lowercase;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #f7f7f3;
	font: 8pt arial;
	color: #163312;
	letter-spacing: 1px;
	border: 1px dotted #a9aea4;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.title, div#content .title, div#content h3 {
	border-left: 0px black solid;
	/*border-right: opx black solid;*/
	border-top: 0px #110104 solid;
	border-bottom: 1px #460914 dotted;
	/*background-color: #080808;*/
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font: 8pt georgia;
	color: #b21307;
	font-weight: normal;
}
.ctrplz {
	text-align: center;
}