/**************************************************** MAIN */
*{margin:0px; padding:0px}
html, body{text-align:center}
/***********************************************************/
/******************************************** GENERAL FONT */
body{font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#060503; background-color:#FFF}
/***********************************************************/
/***************************************** CLEAR DISTANCES */
UL, LI, P, H1, H2, H3, FORM, INPUT, SELECT, TEXTAREA{margin:0; padding:0}
A IMG, IMG{border:0 none}
/***********************************************************/
/*********************************************** MAIN LINK */
a{color:#9e7c21; text-decoration:underline}
a:hover{color:#9e7c21; text-decoration:none}
/***********************************************************/
/**************************************************** FORM */
form{ }
input, select, textarea{border:0 none; border:1px #333 solid}
/***********************************************************/

/*********************************************** MAIN LIST */
ul{list-style:none}
li{ }
/***********************************************************/
/************************************************* HEADING */
h1{font-size:16px; font-weight:bold; color:#7a521b; margin-bottom:10px; margin-left:-2px}
h2{ }
h3{ }
/***********************************************************/
/********************************************** POSITORING */
#w{border:12px #f8d16a solid; width:771px; margin:0 auto}
#wrapper{border:18px #290f02 solid; width:735px; margin:0 auto; background-color:#fdf5e0; text-align:left}
	#header{margin-top:20px; margin-bottom:10px; float:left}
		#header #mainMenu{text-align:left} #header #mainMenu IMG{display:block; width:auto; margin-left:5px}
			#header #mainMenu #logo IMG{margin:43px 18px 31px 12px}
		#header #flashHeader{width:565px; height:343px; float:right; padding-right:1px}
		#header #flashHeader IMG{display:block}
	#content{clear:both}
		#flashText, #flashPicture{margin-bottom:10px}
		#content .margin{padding:15px}
	#bottomMenu{font-family:Georgia, "Times New Roman", Times, serif; color:#7A521B; padding:15px}
	#bottomMenu SPAN{padding-left:5px; padding-right:5px}
	#bottomMenu A{color:#060503; text-decoration:none}
	#bottomMenu A:hover{text-decoration:underline}
	#bottomMenu .activ{text-decoration:underline}

	#subMenu{margin-bottom:10px}
	#subMenu SPAN{padding-left:5px; padding-right:5px}
	#subMenu .activ{text-decoration:none; color:#7a521b; font-weight:bold}
/***********************************************************/
/******************************************* USUAL CLASSES */
.error{color:#FF0000}
.clear{clear:both; margin:0; padding:0; border:0 none; line-height:1px; height:1px; font-size:1px}
/***********************************************************/
/***************************************** Links & Buttons */
.button1{background-color:#7a521b; color:#FFF; font-weight:bold; cursor:pointer}
.button1Over{background-color:#FFF; color:#7a521b; font-weight:bold; cursor:pointer}
/***********************************************************/
/*************************************************** LISTS */
#faq{ }
#faq DT{color:#9e7c21; font-weight:bold; font-size:12px; margin-bottom:4px}
#faq DD{margin-bottom:10px}

#articles{ }
#articles DT{color:#9e7c21; font-weight:bold; font-size:12px; margin-bottom:4px}
#articles DD{margin-bottom:10px;}

#articles DD.link{text-align:left; float:left;}
/***********************************************************/