html, body, h1, h2, h3, h4 
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	background: url(../images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
	}

h1 img 
	{
	display: block;
	}
img 
	{
	border: 0;
	}
a 
	{
	color: #464544;
	}
a:hover 
	{
	color: #666666;
	}
.left 
	{
	float: left;
	}
.right 
	{
	float: right;
	}
.more 
	{
	text-align: right;
	}
.clear 
	{
	clear: both;
	}


#outer 
	{
	background: top left url(../images/page_bg_top.gif) repeat-x;
	padding-top: 20px;
	}

/** layout **/
#wrapper 
	{
	text-align: left;
	margin: auto;
	width: 798px;
	position: relative;
	background: url(../images/body_bg.gif) repeat-y;
	}
#body-bot 
	{
	background: bottom left url(../images/body_bg_bot.jpg) no-repeat;
	}
#body-top 
	{
	background: url(../images/body_bg_top.gif) no-repeat;
	min-height: 800px;
	padding-bottom: 14px;
	}

/** logo **/

#logo 
	{
	width: 25em;
	text-align: center;
	}
#logo h1 
	{
	color: #6F7033;
	font: 22px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 0.8em;
	text-transform: uppercase;
	}
#logo p 
	{
	color: #464544;
	font: 16px "Arial narrow", arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	}

/** mainMenu **/

#mainMenu 
	{
	margin-top: 50px;
	}
#mainMenu li 
	{
	list-style: none;
	float: left;
	background: left center url(../images/arr.gif) no-repeat;
	padding-left: 15px;
	padding-right: 20px;
	}
#mainMenu a 
	{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
#mainMenu a:hover 
	{
	color: #FFA405;
	}

/** green box **/
#gbox 
	{
	width: 431px;
	margin-top: 47px;
	margin-left: 22px;
	}

#gbox-bg  { background: url(../images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(../images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(../images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(../images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd 
	{
	min-height: 300px;
	padding: 2px 24px;
	}

#gbox h2 
	{
	font: bold 14px arial, sans-serif;
	color: #000;
	margin: 0;
	}

#gbox p 
	{
	margin: 1em 0;
	}

#features 
	{
	background: #EDF0C4;
	padding: 14px;
	margin: 0 -14px;
	}
#features h2 
	{
	position: relative;
	}
#features ul 
	{
	float: left;
	width: 49%;
	margin: 1em 0;
	padding: 0;
	}
#features li 
	{
	list-style: square;
	margin-left: 12px;
	}

/** footer **/

#newsletter, #events 
	{
	float: left;
	width: 49%;
	margin-top: 1em;
	}
#newsletter h2, #events h2 
	{
	color: #fff;
	}
#newsletter .text 
	{
	width: 125px;
	}
#newsletter form 
	{
	margin: 0.3em 0 0.6em 0;
	}
#newsletter p 
	{
	margin: 0.3em 0;
	font-size: 10px;
	}
#newsletter a 
	{
	color: #000;
	}

#events 
	{
	margin-left: 6%;
	width: 38%;
	}
#events ul 
	{
	margin: 0.3em 0;
	padding: 0;
	}
#events li 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}

/** grey box **/

#greybox {
  background: url(../images/grey_bg.gif) repeat-y;
  width: 326px;
  position: absolute;
  top: 170px;
  left: 457px;
}
#greybox-top {
  background: url(../images/grey_top.gif) no-repeat;
  padding-left: 16px;
  padding-top: 10px;
}
#greybox-bot {
  background: bottom left url(../images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
}
#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #E4EE6A;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}

#footer {
  font-size: 9px;
  color: #fff;
  margin-top: 60px;
}


form 
	{
	margin: 0;
	padding: 0;
	}
	
form fieldset 
	{
	margin: 10px 15px;
	padding: 15px;
	border: none;
	background: #D4DA89;
	position: relative;
	}
	
form fieldset legend 
	{
	font-size: 18px;
	font-family: Arial;;
	color: #000;
	top: -10px;
	position: relative;
	}
	
form fieldset label 
	{
	display: block;
	float: left;
	text-align: right;
	width: 120px;
	line-height: 17px;
	padding-right: 5px;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	}
	
form fieldset br 
	{
	clear: left;
	}
	
form fieldset input,
form fieldset textarea
	{
	color: #000000;
	border: 1px solid #111111;
	font-size: 12px;
	padding: 2px;
	float: left;
	margin-bottom: 2px;
	background-color: #D4DA89;
	}
	
form fieldset select 
	{
	padding: 0;
	color: #000000;
	border: 1px solid #111111;
	font-size: 12px;
	float: left;
	margin-bottom: 2px;
	background-color: #D4DA89;
	}

form fieldset input:focus,
form fieldset textarea:focus,
form fieldset select:focus 
	{
	background-color: #D4DA89;
	border: 1px solid #111111;
	color: #300000;
	}

form strong
	{
	color: #FF0000;
	font-weight: bold;
	}



textarea.invisible
	{
	background			: #D4DA89;
	border				: #D4DA89;
	border-bottom-color	: #D4DA89;
	border-color 		: #D4DA89;
	border-style 		: none none none none;
	border-top-color 	: #D4DA89;
	border-width 		: 0;
	margin 				: 0;
	outline-color 		: #D4DA89;
	outline-style 		: none;
	text-align 			: left;
	Width				: 296px;
	}



.golditem 
	{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 0;
	border-style: double;
	border-width:1px;
	width: 100%;
	}

.golditem p.lefter
	{
	width: 160px;
	display: block;
	float:left;
	clear: both;
	margin-bottom: 5px;
	}
.golditem p.righter
	{
	float:right;
	display: block;
	padding: 0 10px; 
	width: 360px;
	}

.silveritem 
	{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0 0 0;
	border-style: double;
	border-width:1px;
	}

.bronzeitem 
	{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0 0 0;
	border-style: double;
	border-width:1px;
	}
