html, body {
	padding: 0;
	margin: 0;
}

body {
	background: #666666;
}

#container {
	position: absolute;
	overflow: hidden;
	width: 783px;
	left: 50%;
	margin-left: -391px;
	top: 22px;
	border: 6px solid white;
}

* html #container {
	width: 795px;
	margin-left: -394px;
}

#menu {
	border-bottom: 6px solid white;
	background: #000000;
	height: 33px;
	overflow: hidden;
}

#menu a {
	font-family: Tahoma, Helvetica, Sans;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
	width: 97px;
	text-align: center;
	display: block;
	padding: 10px 0;
	float: left;
}

#menu a.small {
	font-size: 7pt;
	padding: 6px 0;
}

#menu a:hover {
	background: #666666;
}

#menu a.active {
	font-weight: bold;
}


#text {
	font-family: Tahoma, Helvetica, Sans;
	font-size: 9pt;
	line-height: 150%;
	background: #333333;
	color: #cccccc;
}

p {
	padding: 0;
	margin-top: 0;
	margin-left: 60px;
	margin-right: 30px;
	margin-bottom: 0;
	padding-bottom: 9pt;
	text-align: justify;
}

p.author {
	font-style: italic;
	
}

h1 {
	margin: 0;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 20px;
	border-bottom: 2px solid white;
	margin-bottom: 10px;
	background: #D8261C;
	color: #ffffff;
	font-family: Impact, Arial, Helvetica, Sans;
	font-weight: normal;
	font-size: 18pt;
}

h2 {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	padding-left: 60px;
}

#text a {
	text-decoration: none;
	color: #ffffff;
}

#text a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#language {
	position: absolute;
	width: 783px;
	left: 50%;
	margin-left: -391px;
	text-align: right;
	top: 0;
}

* html #language {
	top: 3px;

}

#language a {
	font-size: 8pt;
	font-family: Tahoma, Helvetica, Sans;
	color: #aaaaaa;
	text-decoration: none;
	margin-left: 1ex;
}

#language a:hover {
	color: #ffffff;
}

p.flv {
	text-align: center;
}
