* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
/* -- language switcher */
#language-switcher {
	width: 850px;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
}

#language-switcher a {
	margin-left:5px;
}
body {
	background-color: #9fa238;
	margin-top: 15px;
}
#wrapper {
	width: 854px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/container.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 254px;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	height: 58px;
	clear: both;
}
#navigation {
	width: 226px;
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#navigation a {
	color: black;
	padding: 5px 0;
	text-decoration: none;
	text-align: right;
}

#navigation a:hover, #navigation #selected {
	color: white;
}

#content {
	margin-left: 250px;
	min-height:250px;
	height:auto !important;
	height:250px;
	color: #000000;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}
h1, h2, h3 {
	margin: 0.5em 0;
}

p {
	margin: 1em 0;
}
#logo {
	width: 267px;
	height: 234px;
	background-image: url(../../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	padding: 0px;
	float: left;
}
#headerimage {
	height: 234px;
	width: 313px;
	margin-top: 20px;
	float: left;
	margin-left: 108px;
}
table {
	text-align: left;
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
