body {
	background: url(bg.png);
	font-family: "Tahoma", Arial, Verdana;
	font-size: 8pt;
	margin-bottom: 5em;
}

#language {
	width: 800px;
	margin: 0 auto 5px auto;
	text-align: right;
}

#wrapper {
	background: #fff;
	margin: 0 auto 0 auto;
	width: 800px;
	overflow: auto;
}

#header {
	background: url(headerbg.png) #fff repeat-x;
	width: 800px;
	margin: 0 auto 0 auto;
	height: 70px;
}

#header h3 {
	background: url(header.png) #fff no-repeat;
	text-indent: -10000px;
	margin-left: 5px;
	width: 213px;
	height: 62px;
	float: left;
}

#navigation {
	padding: 2.3em 1em 0 0;
	float: right;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	color: #ae1d1d;
	border-bottom: 1px dotted #ae1d1d;
	text-decoration: none;
	outline: 0;
	float: left;
	display: block;
	padding-top: 10px;
	margin-right: 10px;
}

#navigation li a:hover, #header li a#current {
	background: url(arrow.png) no-repeat top;
}

p#sudoku {
	background: url(sudoku.png) no-repeat center;
	text-indent: -10000px;
	margin: 0;
	height: 182px;
}

#content {
	color: #555;
	float: left;
	width: 500px;
	padding: 0 22px 0 15px;
	border-right: 1px dotted #f3dddd;
}

#content ul {
	margin: 2em 0 0 0;
	padding: 0;
	float: right;
	width: 55%;
}

#content li {
	list-style-type: none;
	display: inline;
}

#content li a {
	background: url(grey.png) no-repeat;
	float: left;
	display: block;
	width: 60px;
	padding: 12px 0 0 30px;
	height: 23px;
	color: #343434;
	text-decoration: none;
	outline: 0;
	border: 0;
}

#sub-content {
	float: right;
	width: 225px;
	padding-left: 20px;
	padding-right: 15px;
}

.content-text {
	border-bottom: 1px solid #ddd;
	overflow: auto;
	padding: 30px 0 30px 0;
	clear: both;
}

#footer {
	background: url(footer.png) repeat-x;
	width: 800px;
	height: 67px;
	margin: 0 auto 0 auto;
	color: #f4f4f4;
}

#footer p {
	margin: 0;
	padding: 1.5em;
	float: left
}

p#footer-left {
	float: left;
}


p#footer-right {
	float: right;
}

#footer a {
	color: #f4f4f4;
}

.left {
	float: lefT;
	width: 45%;
	overflow: auto;
}

.right {
	float: right;
	width: 50%;
	overflow: auto;
}

h1, h2, h3 {
	margin: 0;
	font-size: 12pt;
}

a img {
	border: 0;
}

a {
	color: #555;
}

