html, body {
	background-color: #666;
	font-family: georgia, verdana;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-image: -moz-radial-gradient(center center, #aaa, #666 900px);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 900, from(#aaa), color-stop(50%, #777), to(#666));
	background-repeat: no-repeat;
}

body {
	background: none;
}

div#main {
	width: 900px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	box-shadow: #333 0px 0px 8px 4px;
	-moz-box-shadow: #333 0px 0px 8px 4px;
	-webkit-box-shadow: #333 0px 0px 8px 4px;
	-khtml-box-shadow: #333 0px 0px 8px 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

div#header {
	padding-left: 20px;
	padding-right: 20px;
	height: 60px;
	padding-bottom: 10px;
	background-color: #222;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	background-image: -moz-radial-gradient(120px 30px, circle, #555, #444 20%, #222 700px);
	background: -webkit-gradient(radial, 120 30, 5, 120 30, 700, from(#555), color-stop(20%, #444), to(#222));
	background-repeat: no-repeat;
}

div#content {
	padding: 12px;
	background-color: #fff;
}

div.clear {
	clear: both;
}

div#footer {
	text-align: center;
	font-family: verdana;
	font-size: 8px;
	background-color: #222;
	color: #888;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
}

h1#header_logo {
	float: left;
}

h1#header_logo > a {
	text-decoration: none;
	font-family: "helvetica narrow", helvetica, sans-serif;
	font-weight: lighter;
	font-size: 50px;
	color: #033;
}

h1#header_logo > a {
	outline: none;
}

h2#header_text {
	float: right;
	position: relative;
	top: 20px;
	color: #777;
	width: 320px;
	text-align: right;
}

h1 {
	margin: 0px;
	font-family: "helvetica narrow", helvetica, sans-serif;
	font-weight: lighter;
	font-size: 50px;
	color: #033;
	text-shadow: 0px 0px 8px #fff, -4px 0px 8px #0af, 4px 0px 8px #0ff;
}

h2 {
	margin: 0px;
	font-family: arial, serif;
	font-weight: normal;
	font-size: 12px;
}

h3 { 
	font-family: helvetica, "sans-serif";
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
	background-color: #e9e9e9;
	padding: 3px;
	padding-left: 9px;
	border: none;
	margin: 0px;
	margin-bottom: 16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	box-shadow: #ccc 3px 3px 3px;
	-moz-box-shadow: #ccc 3px 3px 3px;
	-webkit-box-shadow: #ccc 3px 3px 3px;
	-khtml-box-shadow: #ccc 3px 3px 3px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

ul {
	padding-left: 32px;
}

div.downloads_desc {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
}

div.downloads_desc > h4 {
	padding-left: 16px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #078;
}

a:visited {
	color: #078;
}

a:active {
	color: #000;
}

a:hover {
	color: #0ac;
}

ul.filelist {
	list-style-type: none;
	background-color: #eee;
	margin: 5px;
	padding: 10px;
	float: right;
	width: 210px;
	z-index: 9999;
	border-radius: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	box-shadow: #777 5px 5px 5px;
	-moz-box-shadow: #777 5px 5px 5px;
	-webkit-box-shadow: #777 5px 5px 5px;
	-khtml-box-shadow: #777 5px 5px 5px;
	background-image: -moz-linear-gradient(left 50%, right 50%, from(#ddd), color-stop(50%, #fff), to(#eee));
	background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#ddd), color-stop(50%, #fff), to(#eee));
	background-repeat: no-repeat;
	border: solid 1px #ddd;
}

ul.filelist > li > a {
	font-weight: normal;
}

div.code {
	font-size: 12px;
}

h3.reduced_width {
	width: 610px;
}

div#nav {
	background-color: #608a8e;
	background-image: -moz-linear-gradient(left center, right center, from(#608a8e), color-stop(15%, #0ab), color-stop(35%, #378), to(#505a5e));
	background-repeat: no-repeat;
}

div#nav > ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#nav > ul > li {
	opacity: 0.85;
	border: solid 1px #555;
	background-color: #222;
	text-align: center;
	margin: 3px;
	padding: 0px;
	width: 100px;
	float: left;
	-moz-border-radius: 10px;
	background-image: -moz-radial-gradient(center top, #555, #444 30%, #222 65px);
	background-repeat: no-repeat;
}

div#nav > ul > li:hover {
	-moz-box-shadow: #ffb 0px 0px 3px 1px;
}

div#nav > ul > li > a {
	position: relative;
	top: -2px;
	font-family: sans-serif;
	font-size: 11px;
	color: #fff;
	outline: none;
}

div#nav > ul > li:hover > a {
	text-shadow: 0px 0px 2px #fff;
}
