@charset "utf-8";
@import url("menu.css");
body {
	background-image: url(../images/bgBody.jpg);
	background-repeat:  repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #565E63;
	text-align: center;
}
img {
	border: none;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
/* End hide from IE-mac */
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #language {
	background-color: #353A12;
	height: 16px;
	width: 790px;
	color: #667428;
	text-align: right;
	padding: 4px 10px 0px 0px;
}
#wrapper #language a {
	color: #8D9F3C;
	text-decoration: none;
}
#wrapper #language a:hover {
	color: #667428;
	text-decoration: none;
}
#wrapper #header {
	height: 189px;
	width: 100%;
}
#wrapper #menu {
	height: 41px;
	width: 100%;
	position: relative;
	z-index: 3;
	font-size: 1.1em;
}
#wrapper #content {
	width: 100%;
	background-color: #EDEBDC;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.1em;
	position: relative;
	height: 520px;
	z-index: 1;
}
#wrapper #footer {
	height: 26px;
	width: 100%;
	background-image: url(../images/bgFooter.jpg);
	background-repeat:  repeat-x;
	font-size: 1.1em;
	color: #A9BA5F;
	text-align: center;
	padding: 15px 0 0 0;
}
#wrapper #footer a {
	color: #A9BA5F;
	text-decoration: none;
}
#wrapper #footer a:hover {
	color: #8D9F3C;
	text-decoration: none;
}


#wrapper #footer .white {
	color: #FFFFFF;
}

