#container
	{
	background: #F0F8FF url('images/bg.gif') bottom repeat-x;
	}

body 
	{  
	font: 8pt trebuchet ms, tahoma, sans-serif;
 	color: #666767;
	text-align: justify; 

	background-color= "transparent";
	scrollbar-track-color: 	#131313;
	scrollbar-base-color: 	#131313; 
	scrollbar-face-color: 	#131313; 
	scrollbar-shadow-color: #131313; 
	scrollbar-highlight-color:  #131313; 
	scrollbar-darkshadow-color: #131313;  
	scrollbar-arrow-color:	#DCEDF7;
	}

table 	
	{ 
	font: 8pt trebuchet ms, tahoma, sans-serif;
	text-align: justify; 
	letter-spacing: 1px;
	}

td#menu
	{
	background: url('images/index_05.gif') no-repeat;
	width: 268px;
	}

#stat
	{
 	border: 1px solid #D8DDB9;     
 	background-color:#EEF3CF;
	padding: 6px;
	}

#space li
	{
	padding-bottom:10px;
	}
 
b,  strong, b2 
	{
	font: bold 11px "trebuchet MS", arial, sans-serif; 
	color: #6E839C; 
	}

i
	{
	color: #7E6E7E;
	}
	
h1, h2, .head
	{ 
	font: bold 20pt "trebuchet MS", arial, sans-serif; 
	color: #D8E4EC; 
	text-align:right; 
	margin: 0px 0px -25px 0px;
	text-transform: lowercase;
	}

input, textarea, .form 	
	{ 
	font: 7pt "century gothic", arial, sans-serif;
	text-transform: lowercase;
 	color: #000; 
	letter-spacing: 1px;
	padding: 5px;
 	border: 1px solid #C1CFDC;     
 	background-color:#D6DFE7;
	}

.code, .donate 
	{ 	
	background: #95767F;
	border: 4px solid #95767F;
	margin: 2px;
	}

a:link, a:active, a:visited	
	{
	color: #808080; 
	text-decoration: none;  
	text-transform: lowercase; 
	font-weight: bold;
	}

a:hover 	
	{ 
	color: #A4AFA4; 
	text-decoration: none; 
	font-weight: bold;
	}

	
#navigation, #navigation2 
	{
   	list-style: none;
   	margin: 0px 0px 0px 15px; 
	padding: 0;
	}

#navigation li, #navigation2 li  
	{
   	float: left; 
	}

#navigation li a 
	{
	font-size: 7.5pt;
   	display: block;
   	background: inherit;
   	width: 70px;
	text-transform: uppercase;
   	text-align: left;
   	color: #926969;
   	padding: 4px;
	}

#navigation2 li a 
	{
	font-size: 7.5pt;
   	display: block;
   	background: inherit;
   	width: 70px;
	text-transform: uppercase;
   	text-align: right;
   	color: #926969;
   	padding: 4px;
	}


#navigation li a:hover 
	{
	color: #FFF;
	background: #866D86;
	}

#navigation2 li a:hover 
	{
	color: #FFF;
	background: #88A3B6;
	}

