html {
	height: 101%;
}
body {
	background: #A29061;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #333333;
}
#wrapper {
	width: 800px;
	margin: auto;
}
#banner {
	height: 120px;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px solid #333333;
	text-align: center;
}
#language {
	height: 30px;
	text-align: right;
}

#content {
	height: 400px;
	margin: 20px 0px 10px;
}
#content p {
	font-size: 13px;
}
#content h1 {
	font-size: 16px;
}

/* Links */
a:link{
color:#333;
text-decoration:none;
}
a:visited {
color:#333;
text-decoration:none;
}
a:hover {
color:#333;
text-decoration:none;
}
:active {
color:#333;
text-decoration:none;
}
a:focus {
color:#333;
text-decoration:none;
}


#footer {
	display:none;
}

#navi {
	text-align: center;
	height: 40px;
	vertical-align: middle;
	font-size: 13px;
	color: #003768;
}
#navi li {
	display: inline;
	margin: 0px 8px;
}
#navi a:link, #navi a:visited {
	font-size: 13px;
	color: #003768;
	text-decoration: none;
}

#navi a:hover, #navi a:active {
	font-size: 13px;
	color: #003768;
	text-decoration:underline;
}

#navi .act {
font-weight:bold;
}
