html,
body {
height: 100%;
margin: 0;
padding: 0;
text-align: center;
background-color: #9E947E;
}
img {
border: none;
}
body {
padding-top: 9px;
}

#container {
position: relative;
width: 769px;
margin-left: auto;
margin-right: auto;
padding-top: 166px;
text-align: left;
background-color: #EFEFE5;
background-image: url('../img/bgline.gif');
background-repeat: repeat-y;
background-position: 5px 540px;
}

#header {
position: absolute;
top: 0px;
left: 5px;
height: 136px;
width: 759px;
background-color: #FFFFFF;
}
	#header img{
	position: absolute;
	top: 5px;
	width: 757px;
	height: 111px;
	border: 1px solid #D3D3D3;
	}
	#header ul {
	position: absolute;
	top: 118px;
	width: 757px;
	height: 16px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	background-color: #FFFFFF;
	list-style-type: none;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #759BBC;
	}
		#header ul li {
		display: inline;
		}
			#header ul li a {
			margin: 0 8px;
			text-decoration: none;
			color: #759BBC;
			}
			#header ul li a:hover {
			color: white;
			background-color: #759BBC;
			}

#language {
background: transparent;
left: 696px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
text-align: right;
top: 118px;
width: 67px;
}
	#language * {
	background: transparant;
	}

#about {
position: absolute;
top: 136px;
left: 5px;
width: 759px;
height: 30px;
background: #EFEFE5 url('../img/aboutbg.jpg') no-repeat bottom center;
}
	#about ul {
	position: absolute;
	right: 28px;
	bottom: 7px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D9DBBC;
	}
		#about ul li {
		display: inline;
		height: 10px;
		margin: 0 6px;
		}
			#about ul li a {
			margin: 0 0px;
			text-decoration: none;
			color: #D9DBBC;
			}
			#about ul li a:hover {
			color: white;
			}
		#about ul p {
		display: inline;
		}


#menu {
display: inline;
float: left;
width: 215px;
height: 550px;
min-height: 550px;
margin-left: 5px;
background: url('../img/menubg.gif') no-repeat;
}
	#container > #menu {
	height: auto;
	}
	#menu ul {
	margin: 116px 0 170px 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	}
		#menu ul li {
		width: 215px;
		background: url('../img/menuseperator.png') no-repeat top center;
		}
		#menu ul li.nth-child1 {
		background: none;
		}
			#menu ul li a {
			text-decoration: none;
			color: #4D5D33;
			}
			#menu ul li.active a {
			color: #A6A197;
			}
			#menu ul li a:hover {
			color: #F3972B;
			}
				#menu ul li ul {
				font-size: 10px;
				line-height: 20px;
				margin: 0;
				}
					#menu ul li ul li {
					background: none;
					}
					#menu ul li ul li a,
					#menu ul li.active ul li a {
					color: #4D5D33;
					}
					#menu ul li ul li.active a,
					#menu ul li.active ul li.active a {
					color: #A6A197;
					}
					#menu ul li ul li a:hover,
					#menu ul li.active ul li a:hover {
					color: #F3972B;
					}
						#menu ul li ul li ul {
						display: none;
						}

			/* Only show submenu if main item is active */
			#menu ul li ul {
			display: none;
			}
			#menu ul li.active ul {
			display: block;
			}

#menufooter {
position: absolute;
bottom: 39px;
left: 5px;
width: 215px;
height: 157px;
background: url('../img/menufooter.jpg');
}

#content {
display: inline;
float: left;
width: 504px;
height: 550px;
min-height: 550px;
padding: 19px 19px 65px 19px;;
border-left: 1px solid #D3D3D3;
border-right: 1px solid #D3D3D3;
background-color: #FCFCFA;
background-image: url('../img/contentbg.gif');
background-repeat: no-repeat;
background-position: 0px 73px;
}
	#container > #content {
	height: auto;
	}
	#content h1,
	#content h2,
	#content h3 {
	margin-top: 0;
	font-family: 'arial narrow', arial, verdana, sans-serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: normal;
	color: #F3972B;
	}
	#content h3 {
	font-size: 20px;
	margin: 0;
	}
	#content p,
	#content div.article {
	margin: 15px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #63694B;
	}
	#content a {
	text-decoration: none;
	color: #F3972B;
	}
	#content a:hover {
	text-decoration: underline;
	}

#contentfooter {
position: absolute;
bottom: 39px;
left: 220px;
width: 543px;
height: 57px;
background: url('../img/contentfooter.gif');
}

#clearboth {
clear: both;
height: 0px;
width: 759px;
line-height: 0px;
}
#bottomline {
position: absolute;
bottom: 34px;
height: 5px;
width: 767px;
line-height: 5px;
background: #EFEFE5;
}
#footer {
height: 34px;
text-align: center;
background-color: #9E947E;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 34px;
color: #695F48;
}
