@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}

:focus {
	outline: 0;
}

label {
	width: 100px;
	float: left;
}

html {
	overflow: auto;
}

p {
	margin-bottom: 10px;
}

.floatLeftImage {
	float: left;
	margin-right: 8px;
}

body {
	line-height: 1;
	font: normal normal 62.5%/1.5 Arial, "Times New Roman", sans-serif;
	text-align: center;
	background: #6c0924;
	width: 100%;
	height: 100%;
}

#container {
	width: 950px;
	background: #b7af96;
	margin: 10px auto 0 auto;
	text-align: left;
	overflow: hidden;
}

#logo {
	clear: both;
	width: 100%;
	height: 70px;
	float: left;
	background: #6c0924;
}

#language {
	float: right;
	margin-top: 50px;
	font-size: 1.2em;
	color: #b7af96;
}

#language a img {
	border: none;
}

#logoContainer {
	float: left;
}

#menu {
	clear: both;
	width: 934px;
	height: 40px;
	background: #6c0924;
	float: left;
	margin: 8px;
	display: inline;
	line-height: 40px;
}

#menu ul {
	margin-left: 10px;
}

#menu ul li {
	list-style: none;
	float: left;
	font-size: 1.8em;
	color: #b7af96;
}

#menu ul li a,#menu ul li a:visited {
	text-decoration: none;
	color:#b7af96;
}

#menu ul li a:hover {
	color:#fff;
}

#menu ul li span {
	margin: 0px 10px 0px 10px;
}

#content {
	width: 934px;
	margin: 0px 8px 8px 8px;
	float: left;
	display: inline;
	min-height: 300px;
	font-size: 1.4em;
}

#footer {
	margin: 5px auto 0px auto;
	text-align: center;
	width: 950px;
	font-size: 1.4em;
	color: #b7af96;
}