body
{
	background-color: #333300;
	background-image: url('/images/site/darkd.jpg');
	background-repeat: repeat-y;
	font-family: verdana; 
	font-size: 11px; 
	color:#390418;
}

img
{
	border: none;
}

a:link, a:active, a:visited
{
     color: #000000;
     text-decoration: underline;
}

A:hover
{
     color: #9a0000;
     text-decoration: none;
}

div.Header
{
	position: absolute; left: 0px; top: 0px;
	background-image: url('/images/site/dark.jpg');
	background-repeat: no-repeat;
	height: 431px;
	width: 800px;
}

div.Nav
{
position: absolute; left: 15px; width: 185px; top: 420px;
}

div.Content
{
position: absolute; left: 245px; width: 485px; top: 420px;
}

div.head
{     
     font-size: 22px;
}

input, textarea
{ 
     border:1px dotted #390418;
     font-family: "Lucida Sans Unicode";
     font-size:11px;
     color: #390418; 
 }
 
 table.tablec
{
	margin-left: auto; 
	margin-right: auto;
}

table.c
{
	text-align: center;
}