body {
	background-image: url(../images/background.jpg);
   background-repeat: repeat-x;
	background-color: #224823;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a {
	text-decoration: underline;
	color: #606060; 
}
#container {
	width: 800px;
	margin: 0px auto;
	background-color: #FFFDD0;
}
#header {
	background-repeat: no-repeat;
	height: 280px;
}
#header img {
	border: 0px;
}
#lang {
	float: right;
	margin: 8px 10px 0px 0px;
}
#welcome {
	font-size: 160%;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 250px 0px 0px 40px
}
#footer {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	line-height: 30px;
	font-size: 70%;
	color: #FFFDD0;
}
#footer a {
	color: #FFFDD0;
	text-decoration: none;
}
#main {
	padding-bottom: 10px;
	margin-top: 5px;
}
#right {
	float: right;
	width: 240px;
	border-left: 1px dashed silver;
	text-align: center;
	font-size: 70%;
	padding: 10px 10px 20px 10px;
}
#content {
	width: 525px;
}
#content, #right {
	min-height: 400px;
}
#menu {
	text-align: center;
	color: #606060;
}
#menu ul {
	padding-left: 0px;
}
#menu li {
	display: inline;
	margin-right: 8px;
	line-height: 30px;
}
#menu a {
	text-decoration: none;
	color: #606060;
	font-size: 100%;
	margin-left: 8px;
	font-weight: bold;
}
#menu a:hover {
	color: #224823;
	text-decoration: underline;
}
#text {
	padding: 10px 10px 20px 15px;
}
#text img {
	margin: 3px;
}
h1 {
	color: #224823;
	font-size: 150%;
	margin-left: 30px;
}
hr {
	visibility: hidden;
	height: 1px;
	clear: both;
}
p {
	text-align: justify;
}