/**********/
/* Layout */
/**********/

#wrapper {
	margin: 0 auto;
	width: 99%;
	background-color: #FFF;
	text-align: left;
}
#header {
	padding: 30px 0 0 0;
	background-color: #F5F5E7;
	border-bottom: 10px solid #9BBB38;
}

#content {
	float: left;
	padding: 20px 20px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 100%;
} 
html>body #content {
	width: 100%;
}

#navigation {
	display:none;
	float: left;
	padding: 1.8em 20px 0 20px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 190px;
} 
html>body #navigation {
	display:none;
	width: 190px;
}
* html #content, * html #navigation {
	overflow: hidden; /* For IE */
}

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}

#content #langswitch {
	display:none;
	position:relative;
	left:-18px;
	top:18px;
	z-index:5;
	float:right;
}

