body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#base {
	margin: 0px auto;
	padding: 0px;
	width: 853px;
	border: 1px solid #007500; 
}
#header {
	background-color: #007500;
	padding: 0px;
	padding-right: 0px;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
}
#header_button {
	float: right;
	color: #FEEC80;
	font-weight: bold;
	padding: 5px;
	margin-top: 15px;
	padding-right: 10px;
	border: 3px solid #E2DF20;
	border-right: 0px;
	font-size: 12px;
}
#translations {
	padding-top: 10px;
	float: right;
	color: #FEEC80;
	font-weight: bold;
}
#translations a { color: #FEFC80; text-decoration: none; }
#translations a:hover { color: #ffffff; text-decoration: underline; }
#header_button a { color: #FEFC80; text-decoration: none; }
#header_button a:hover { color: #ffffff; text-decoration: underline; }
#footer {
	background-color: #007500;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#menu {
	color: #686868;
	padding: 0px;
	width: 21%;
	padding-top: 10px;
	vertical-align: top;
}
.yellow {
	background-color: #FFD200;
	padding: 3px;
	font-weight: bold;
	font-size: 10px;
}
.button {
	margin: 5px;
	text-align: right;
	padding-right: 5px;
	color:
}
.button a {
	border-right: 20px solid #007500;
	margin: 5px;
	text-align: right;
	padding-right: 5px;
	color: #686868;
	text-decoration: none;
}
.button a:hover {
	border-right: 20px solid #FFD200;
	margin: 5px;
	text-align: right;
	padding-right: 5px;
	color: #000000;
}
#photos {
	width: 20%;
	text-align: center;
	vertical-align: top;
	/*padding-top: 30px;*/
}
#lang
{
	margin-top:	2px;
	height: 28px;
	text-align: center;
}
#lang select
{
	width: 120px;
}
#content {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	padding-top: 30px;
	font-size: 11px;
	color: #666666;
}
#contentbox {
	border: 2px solid green;
	padding: 5px;
	}
.big { 
	font-size: 14px; 
	text-align: left; 
	font-weight: bold; 
	color: #3D3D3D;
}
h1 {
	padding: 2px 0px 6px 0px;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 10px;
	text-align: left;
	color: #317428;
	border-bottom: 1px solid #317428;
}

h2 {
	padding: 2px 0px 6px 0px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 10px;
	text-align: left;
	color: #317428;
}

#content a {
	color: #317428;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	text-decoration: underline;
}

#content a:active {
	color: #317428;
	text-decoration: underline;
}

/* front page banner at bottom */
#bannerfoot
{
	position: relative;
	width: 480px;
	height:	95px;
}

#bannerfoot #bfleft
{
	position: absolute;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 235px;
	height:	105px;
	overflow: hidden;
}

#bannerfoot #bfright
{
	position: absolute;
	left: 245px;
	width: 235px;
	height:	105px;
	margin: 0px;
	overflow: hidden;
	background-color: #007500; /* 008E44; */
	color: #FFD200;            /*#FFD304; */
}

#bfright h2
{
	position: absolute;
	width: 235px;
	top: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#bfright p
{
	position: absolute;
	width: 225px;
	padding: 21px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-align: center;
}

#bfright div
{
	position: absolute;
	width: 235px;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-align: center;
}

#bfright a
{
	color: #FFD200;
}

#bfright a:hover
{
	color: #FFFFFF;
}


