body {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	background: #000;
	color: #ccc;
}

h1 {
	color: #eee;
	font-size: 2em;
	font-style: italic;
	font-weight: 800;
	text-align: right;
	background: #111 url("images/cherryblossom-header1.png") no-repeat 0% 25%;
	/*border-top: 4px solid;*/
	border-bottom: 4px solid;
	/*position: fixed;*/
	top: 10px;
	right: -1px;
	left: 0px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/**************** Navigational Bar ***************************/

.navbar {
	font-size: 0.9em;
	color: #eee;
	background: #111;
	position: absolute;
	width: 130px;
	top: 20px;
	right: 132px;
	bottom: 20px;
	left: 0px;
	border-top: 1px dashed;
	border-right: 1px dashed;
	border-bottom: 1px dashed;
	padding: 10px 10px 10px 0px;
	margin: 0px;
	overflow: auto;
}

.navbar ul {
	width: 90%;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.navbar li { padding: 3px 0px 3px 10px; }

.navbar li:hover { background: #222; }

/********************** Body Styles ***********************/

.body {
	font-size: 1em;
	color: #ccc;
	/*background: #111 url('images/ninja-kanji.png') no-repeat 100% 0%;*/
	background: #111;
	min-height: 300px;
	border: 4px solid;
	padding: 20px;
	margin: 20px 20px 20px 162px;
}

.body ul { list-style-type: square; }
.body li { padding-bottom: 10px; }

.footer { 
	color: #bbb;
	font-size: 11pt;
	text-align: center;
}

.command {
	font-family: Andale Mono, Monaco, monospace;
	font-size: .8em;
	color: #fff;
}

/*.command:hover { color: #a00; background: #222; }*/

.haiku { 
	color: #eee;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
}
.quote {
	color: #eee;
	font-style: italic;
	font-size: 10pt;
	margin: 10px 100px 10px 100px;
	padding: 5px;
}

hr { width: 80%; margin: 40px; }

pre { font-size: 9pt; font-family: Monaco, monospace; }

dt { color: #eee; font-style: italic; padding: 5px; }
dd { padding: 5px 5px 10px 5px; }

strong { color: #eee; }

h2 { color: #eee; }

h3 {
	color: #eee;
	text-decoration: underline;
}

h4 { color: #eee; }

img { border: 0px; }

/******************** Table Styles *********************/

table {
	margin: 10px 10px 10px 30px;
	border: 1px solid #555;
}

th { 
	color: #eee;
	padding: 5px 20px 5px 20px;
}

td {
	padding: 5px 10px 5px 10px;
	border: 1px solid #555;
}

caption {
	font-size: 9pt;
	font-style: italic;
	text-align: left;
	caption-side: bottom;
	padding: 5px;
	margin-left: 30px;
}

/******************* Links *********************/

a { text-decoration: none; color: #c80; }
a:hover { text-decoration: underline; color: #ea0; }
a:active { color: #f00; }

/*************** Hiding from MSIE ***************/

@media screen
{
	body>div.navbar { position: fixed; }
}
