body {
	margin: 0;
	padding: 0 20px;
	/*background: #BF7700;*/
	background: rgb(191,119,0);
	font: 12px sans-serif;
}
div#heading,
div#container,
div#footer {
	max-width: 1130px;
	min-width: 650px;
}
div#container {
	position: relative;
	margin: 0 auto;
}
div#heading {
	margin: 10px auto -1px auto;
}
div#heading h1 {
	margin: 5px;
	padding: 10px;
	text-align: center;
}
div#heading h4 {
	margin: 5px;
	padding: 10px;
	text-align: center;
}
div#heading div#language-chooser {
	text-align: center;
}	
div#left {
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	width: 150px;
	padding: 5px;
}
div#content {
	margin-left: 211px;
	padding: 10px;
}
div#footer {
	margin: -1px auto 10px auto;
}
div#footer p {
	margin: 5px;
}
div#links {
	padding: 10px;
	text-align: center;
}
div#links img.validator {
	height: 31px;
	width: 88px;
}
div#content-box {
	margin-top: 5px;
	overflow: auto;
	min-height: 300px;
	max-height: 600px;
}
div#screenshot-frame {
	position: relative;
	height: 500px;
}
div#screenshot-frame h3 {
	position: absolute;
	left: 200px;
}
div#screenshot-frame div.left {
	left: 0;
}
div#screenshot-frame div.center {
	left: 240px;
}
div#screenshot-frame div.right {
	left: 480px;
}
div#screenshot-frame div {
	position: absolute;
	top: 40px;
	margin-top: 5px;
}
div.screenshot img {
	width: 200px;
	height: auto;
	border-width: 0px;
}
div.screenshot p {
	text-align: center;
}
div#copyright {
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
div#last-update {
	text-align: right;
}
div#menu a {
	display:block;
	text-align: center;
	margin: 5px 0;	
	padding: 5px;
}
div#language-chooser img{
	vertical-align: middle;
}
div.news-item {
	margin-bottom: 10px;
	border: 2px ridge gray;
}
div.news-item div.caption {
	padding: 3px;
	font-size: 120%;
	font-weight: bold;	
}
div.news-item div.date {
	padding: 2px;	
	font-size: 80%;
	border-top: 2px ridge gray;
	border-bottom: 2px ridge gray;
}
div.news-item div.content {
	padding: 5px;
}
table#team {
	background: rgb(181,109,0);
	border: 2px solid rgb(131,59,0);
	text-align: center;
}
table#team td {
	padding: 4px;
}
table#team tr {
	padding: 2px;
}
table#team td.odd {
	background: rgb(151,79,0);
}
table#team td.even {
	background: rgb(171,99,0);		
}
table#team td.caption {
	font-size: 120%;
	font-weight: bold;
	background: rgb(191,119,0);
}
ul.up-sibling {
	margin-top: 0px;
}
ul.down-sibling {
	margin-bottom: 0px;
}
ul.sub {
	margin-left: 30px;
	list-style-type: circle;
}
ul.subsub {
	margin-left: 60px;
	list-style-type: square;
}
li.no-marker {
	list-style-type: none;
}
img {
	border-width: 0;
}
a:link {
	color: black;
}
a:visited {
	color: white;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white-box {
	border: 2px solid white;
}
.yellow-text {
	color: yellow;
}
.blue-text {
	color: blue;
}
.xl-text {
	font-size: 20px;
}