body, html {
	background: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	margin: 0;
	overflow: auto;
	text-align: left;
	font-size: 9pt;
	line-height: 1.5;
}
em {
	text-shadow: 1px 1px 1px #474747;
}
a.download {
	background: url(img/download.gif) left no-repeat;
	padding-left: 20px;
	color: #fcfcfc !important;
	font-size: 12pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
a.download:hover {
	color: #c33 !important;
}
#header {
	background: #fcfcfc url(img/gradient_top.gif) bottom repeat-x;
	height: 260px;
	min-width: 1024px;
}
#header_inner {
	background: #fcfcfc url(img/header.png) no-repeat;
	width: 1024px;
	height: 240px;
	margin: 0 auto;
	position: relative;
}
#logo {
	left: 160px;
	top: 30px;
	width: 330px;
	height: 180px;
	border: 0;
	position: absolute;
}
#nav {
	left: 700px;
	top: 20px;
	width: 280px;
	height: 200px;
	position: absolute;
}
#nav li {
	width: 280px;
	height: 50px;
	list-style: none;
}
#nav a {
	display: block;
	width: 280px;
	height: 50px;
}
#nav a.community {
	background: url(img/btn_community0.png);
}
#nav a.community:hover {
	background: url(img/btn_community1.png);
}
#nav a.documentation {
	background: url(img/btn_documentation0.png);
}
#nav a.documentation:hover {
	background: url(img/btn_documentation1.png);
}
#nav a.bugtracker {
	background: url(img/btn_bugtracker0.png);
}
#nav a.bugtracker:hover {
	background: url(img/btn_bugtracker1.png);
}
#nav a.commercial {
	background: url(img/btn_commercial0.png);
}
#nav a.commercial:hover {
	background: url(img/btn_commercial1.png);
}
#nav a span {
	display: none;
}
#content {
	color: #eee;
	width: 1000px;
	margin: 0 auto;
}
#content a, #footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#content a:hover, #footer a:hover {
	color: #c33;
}
#content li {
	float: left;
	width: 300px;
	margin: 25px 25px;
	text-align: justify;
}
#content li.first {
	margin-left: 0;
}
#content li.last {
	margin-right: 0;
}
#content li h1, h2, #content dl dt {
	color: #fcfcfc;
	font-size: 20pt;
	text-transform: capitalize;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #333;
}
#content li h2, #content dl dt {
	text-transform: none;
	font-size: 11pt;
}
#content li p, #content dl dd {
	text-indent: 15px;
	margin-bottom: 15px;
}
#content.imprint li {
	width: 345px;
}
#content.imprint li.first {
	width: 205px;
}
#content.imprint li.first dd, #content.imprint li.first p {
	text-indent: 0;
	padding-left: 15px;
}
#megazine {
	width: 300px;
	height: 275px;
	margin: 0 auto;
	text-align: center;
}
#megazine a {
	border-bottom: none;
}
#content dl dt {
	margin-bottom: 5px;
}
#footer {
	clear: both;
	width: 1024px;
	height: 30px;
	margin: 0 auto;
	padding-top: 15px;
	background: url(img/gradient_bottom.png) no-repeat top center;
	text-align: center;
	font-size: 8pt;
	color: #ccc;
}