html, body {
	background: #5d8751 url(../gfx/site/bg.png) repeat-x;
}
body {
	font: 1.0em Arial,Verdana,Sans-serif,Trebuchet;
	color: #999;
	line-height: 18px;
}
p {
	margin-bottom: 1.5em;
}

.align_right {
	text-align: right;
}
.align_mid_right {
	text-align: center;
}
.clear {
	clear:both;
}

#wrapper {
	background: url(../gfx/site/main_bg.png) repeat;
	width: 915px;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/* HEADER */
h1.header {
	background: #fff url(../gfx/site/header.png) no-repeat 0 top;
	height: 113px;
	width: 915px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: block;
	text-indent: -9999px;
}

/* MAIN */
#wrapper #main {
	background: url(../gfx/site/main_footer.png)  no-repeat bottom;
	width: 915px;
	height:auto;
	padding: 0px 0px 0px 0px;
	margin: 0;
	position: relative;
}

/*MENU*/
#navigation {
	height: auto;
	width: 167px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 3px;
	position: relative;
	float: left;
}
	#navigation li {
		background: url(../gfx/site/menu_head.png) no-repeat;
		width: 167px;
		display: block;
		margin: 0px;
		font-size: 0.8em;
		font-weight: bold;
		color: #fff;
	}
	#navigation li span {
		height: 20px;
		width: 157px;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 0px 10px;
		text-align:left;
		text-decoration: none;
		border:0;
	}
	#navigation li a {
		background: url(../gfx/site/menu.png) no-repeat;
		display: block;
		font-weight: normal;
		color: #000;
		height: 20px;
		width: 157px;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 0px 10px;
		text-align:left;
		text-decoration: none;
		border:0;
	}
	#navigation li a:hover {
		background: url(../gfx/site/menu_over.png) no-repeat;
		color: #fff;
	}
	#navigation li a.active {
		background: url(../gfx/site/menu_over.png) no-repeat;
		color: #fff;
	}
	#navigation img{
		border: 0;
		margin: 5px 0 0 0;
	}
	/* CONTENT */

#content {
	width: 545px;
	height: auto;
	overflow: hidden;
	margin: 21px 13px 0px 13px;
	padding-left: 0px;
	padding-bottom: 24px;
	float: left;
	text-align: justify;
	font-size: 0.8em;
}

/* GENERAL FORMATTING */
	#main #content  p {
		margin-bottom: 1.0em;
	}
	
	#main #content a {
		color: #999;
		text-decoration: underline;
	}
	#main #content a:hover {
		color: #7b7b7b;
	}	#main #content strong {
		font-weight: bold;
	}
	#main #content  em {
		font-style: italic;
	}
	
	#main #content  ul {
		list-style-type: disc;
		margin: 0;
		margin-left: 20px;
		margin-top: 5px;
		padding: 0;
		border: none;
	}
	#main #content  ol {
		list-style-type: decimal;
		margin: 0;
		margin-left: 20px;
		margin-top: 5px;
		padding: 0;
		border: none;
	}
	#main #content  li {
			color: #999;
			margin: 0px;
			margin-left: 5px;
			margin-top: 0px;
			padding: 0px;
	}
	#main #content  h1 {
		color: #5d8751;
		font-weight: bold;
		margin-bottom: 0.8em;
		font-size: 1.6em;
	}
	#main #content  h2 {
		color: #5d8751;
		font-weight: bold;
		font-style: italic;
		margin-bottom: 0.8em;
		font-size: 1.4em;
	}
	#main #content  h3 {
		color: #5d8751;
		font-weight: bold;
		margin-bottom: 0.8em;
		font-size: 1.2em;
	}
	
/* CONTACT */

#content form * {
	font-size: 1em;
	color: #383838;
	line-height: 1.5em;
}

#content form label {
	display: block;
}

#content label {
		width: 4em;
		float: left;
		text-align: left;
		margin-right: 0.5em;
		display: block;
	}
	#content label.error {
		color: #C02B0D;
		width: 4em;
		float: left;
		text-align: left;
		margin-right: 0.5em;
		display: block;
		
	}
	#content form {
		margin: 0px;
	}
	#content input[type='text'],input.text {
		border: 1px solid #8c8c8c;
		padding:0px;
		margin:0;
		margin-left: 1.5em;
		width:320px;
		height: 15px;
	}
	#content textarea {
		height:100px;
		border: 1px solid #8c8c8c;
		padding:0px;
		margin:0;
		margin-left: 1.9em;
		width: 320px;
	}
	#content input[type='submit'],input.submit {
			padding:0px;
			margin:0;
			margin-left: 6em;
			width:auto;
			height: auto;
	}
	#content input.error {
		border: 1px solid #cc0c00;
	}
	#content textarea.error {
		height:150px;
		border: 1px solid #cc0c00;
	}
	#content form input:focus {
		border-color: #575757;
	}
	#content form textarea:focus {
		border-color: #575757;
	}

/* SPONSORS */

#sponsors {
	height: auto;
	width: 167px;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 0px 3px;
	position: relative;
	float: right;
	text-align: right;
}
#sponsors h3 {
	font-weight: bold;
	font-size: 1.0em;
	font-style: italic;
	margin: 15px 0 8px 3px;
	color: #669966;
}
#sponsors img {
	border: 1px solid #999;
	margin: 0 0 7px 0;
}
#sponsors img .lang{
	border: 0px solid #999;
}
/* FOOTER */
#footer {
	background: #5d8751 url(../gfx/site/footer.png)  no-repeat top;
	width: 919px;
	height: 93px;
	margin: 0 auto;
	position: relative;
	font-size: 0.8em;
	text-align: center;
}
	#footer p {
		padding-top: 75px;
		margin-bottom: 0em;
		color: #fff;
	}
	#footer a {
		color: #fff;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #fff;
	}
	#footer strong {
		font-weight: bold;
	}
