body {
	margin: 0;
	background: #000000;}

body, div, table {
	color: #696969;
	font: 8pt arial;
	text-align: justify;}

.header {
	color: #505050;
	font: 12pt arial;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: right;
	text-transform: lowercase;}

h1 {
	color: #505050;
	font: 12pt arial;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	text-transform: lowercase;}

b, strong	{color: #9f9f9f;}
i, em		{color: #7e85a1;}
u			{color: #c8c2b8;}
blockquote	{border-left: 5px solid #9f9f9f; padding-left: 5px;}

#header		{position: absolute; left: 0px; top: 0px;}
#navi		{position: absolute; left: 30px; top: 330px; width: 120px;}
#content	{position: absolute; left: 250px; top: 330px; width: 540px;}

#navi a {
	color: #777777;
	display: block;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 5px;
	text-align: left;
	text-transform: uppercase;
	background: #3f3f3f;
	border-right: 5px solid #9f9f9f;}

#navi a:hover {
	background: #ffffff;
	border-right: 5px solid #3f3f3f;
	color: #c8c2b8;}

A:active, A:link, A:visited {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none;}

A:hover {
	color: #b1baca;
	font-weight: bold;}

input, textarea, option, select {
	background-color: #3f3f3f;
	border: 0px;
	color: #777777;
	font: 8pt arial;
	letter-spacing: 1px;
	margin: 1px; 
	padding: 1px;
	text-indent: 2px;}