#container
	{
	background: url('images/bg.gif') repeat; 
	}

body 	   
	{ 
	font: 7pt "century gothic", arial, sans-serif;
 	color: #7D7D7D;
	text-align: justify; 
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	background: #0F0900 url('images/bg-x.gif')  repeat-x;
	}

table 	
	{ 
	font: 7pt "century gothic", arial, sans-serif;
	text-align: justify; 
	letter-spacing: 1px;
	}

td#content
	{
	background: url('images/index_06.gif') no-repeat;
	width: 565px;
	}

td#menu
	{
	background: url('images/index_03.gif') no-repeat;
	width: 311px;
	height: 45px;
	}

#stat
	{
 	border: 1px solid #0E1212;     
 	background-color:#181F1F;
	padding: 6px;
	}

b, b2, strong
	{
	color: #9EB4B4; 
	background: #000;
	padding: 1.5px;
	}

i	
	{
	color: #FFF;
	}

#space li
	{
	padding-bottom:10px;
	}

h1, .head
	{ 	
	font: thin 23pt arial, tahoma, sans-serif;
	color: #CEFFFF; 
	text-transform: lowercase;
	padding-left: 10px;
	margin-top: -5px;
	border-left: 10px solid #494F4F;
	margin-left: 35px;
	}

h2
	{ 	
	font: bold 8pt arial, tahoma, sans-serif;
	color: #6B6B6B; 
	padding-left: 10px;
	padding: 5px;
	background: #0E0D0D;
	text-transform: uppercase;
	width: 50%;
	}

input, textarea, .form 	
	{ 
	font: 7pt "century gothic", arial, sans-serif;
	text-transform: lowercase;
 	color: #7D7D7D; 
	letter-spacing: 1px;
	padding: 5px;
 	border: 1px solid #0E1212;     
 	background-color:#181F1F;
	}

.code, .donate 
	{ 	
	background: #222424;
	border: 1px solid #121414;
	padding: 4px;
	margin: 2px;
	}

.codesort li {
	display: inline;
	padding-right: 25px;
	}


a:link, a:active, a:visited	
	{
	color: #868787; 
	text-decoration: none;  
	}

a:hover 	
	{ 
	color: #059FEE; 
	text-decoration: none; 
	}

#navigation 
	{
   	list-style: none;
   	margin: 0px 0px 0px 10px; 
	padding: 0;
	}

#navigation li 
	{
   	float: left; 
	}

#navigation li a 
	{
	font: 8pt "trebuchet ms";
   	display: block;
   	width: 40px;
	text-transform: lowercase;
   	text-align: center;
   	color: #585858;
   	padding: 4px;
	margin: 2px;
	background: #000;
	border-top: 5px solid #B5C8C8;   
	}

#navigation li a:hover 
	{
	color: #FFF;
	background: #4E4949;
	border-top: 0px solid #221111;   
	border-bottom: 5px solid #B5C8C8;  
	}
