body, html {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background-color: #161718;
	color: #bababa;
	font: 0.8em Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #ddd;
/*	font-family: Georgia, "Lucida Grande", Trebuchet, "Trebuchet MS", *	serif; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 1.66em;
	padding-top: 1em;
}

h2 {
	font-size: 1.33em;
}

h3 {
	font-size: 1.11em;
}

ul, ol {
	margin-left: 0;
	padding: 0 0 0 0.1em;
}

ul li, ol li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

ul li {
	list-style-type: square;
}

input {
	border: 1px inset #fff;
	background-color: #ddd;
	color: #000;
	font-size: 1em;
}

textarea {
	border: 1px inset #fff;
	background-color: #ddd;
	color: #000;
	font-family: "Courier New", courier, "Bitstream Vera Sans Mono", monospace;
	font-size: 1.1em;
}

button {
	border: 2px outset #fff;
	background-color: #ddd;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

code {
	font-size: 1.2em;
}

a:link, a:visited {
	color: #d0a805;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #d0a805;
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

div.imagebox.withborder {
	margin: 0;
	padding: 0;
}

div.imagebox.withborder {
	padding: 2px;
	border: 1px solid #eee;
}

div.imagebox p {
	margin: 0;
	text-align: center;
	font-size: 0.8em;
}

div.footnotes {
	margin-top: 3em;
}

div.footnotes div.footnotestb {
	width: 10em;
	border-top: 1px solid #bababa;
}

div.footnotes hr {
	display: none;
}

div.footnotes ol {
	margin-top: 0;
	padding: 0 0 0 2em;
	width: auto;
}

div.footnotes ol li {
}

div.footnotes ol li p {
	margin: 0.5em 0 0 0;
}

pre.syntax.code {
	padding: 0.3em;
	border: 1px solid #222;
}

#main-wrapper {
}

#header-wrapper {
}

#header {
	margin: 1em auto 0 auto;
	padding: 1em 0 1em 0;
	width: 768px;
	background-image: url(/image:ninj4.png);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #b72222;
}

#header ul {
	margin: 0;
}

#header p span {
	display: none;
}

#navigation {
	padding: 5.2em 0 0 0;
}

#navigation li {
	padding-right: 1.5em;
	display: inline;
	list-style-type: none;
}

#navigation li a:link, #navigation li a:visited {
	padding: 0 0.2em 0 0.2em;
	color: #b72222;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:active, #navigation li.selected a:link, #navigation li.selected a:visited {
	background-color: #b72222;
	color: #fff;
	text-decoration: none;
}

#footer-wrapper {
	clear: both;
	margin-top: 64px;
}

#footer {
	margin: 32px auto 0 auto;
	padding: 1em 0 0 0;
	width: 768px;
	border-top: 1px dotted #bababa;
	font-size: 0.8em;
	text-align: center;
}

#content-wrapper {
}

#footer a:visited, #footer a:link {
	color: #fff;
}

#footer a:hover, #footer a:active {
	background-color: #bababa;
	color: #161718;
}

#content {
	margin: 0 auto 0 auto;
	width: 768px;
}

