/* CSS Document */

body
{ background: #000000 url(images/baga.png) right top;
  margin: 0;}
  
#lay
{ position: absolute;
  right: 0;
  top: 0;}  
  
a.clickme, a.clickme:visited
{
	color:#565656;
	background-color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	text-transform:lowercase;
	letter-spacing: -2px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	  height: 17px;
	  opacity: 0.2;
	font-family: Arial, Helvetica, sans-serif;}
  
a.clickme:hover
{
	display: block;
	text-decoration: none;
	opacity: 0.4;
}    

#navi
{ position: absolute;
  right: 270px;
  top: 290px;
  width: 130px;}  
  
#content
{ position: absolute;
  right: 40px;
  top: 420px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  font-size: 12px;
  width: 520px;}  
  
h1
{ font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 33px;
  color:#a2b184;
  letter-spacing: -3px;
  font-weight: normal;
    margin-bottom: 0;
	margin-top:1px;
  text-align: center;
  opacity: 0.6;}
  
h1:first-letter
{color:#439eb5;}  
  
b   
{ color: #944a67; }

li
{ text-align: justify; 
  margin-top: 5px; }
  
p
{ line-height: 23px;
  margin: 0 0 10px 0; }  
  
#content a
{ color: #4f7c9e;
text-decoration:none;
  font-family: "Courier New", Courier, monospace;
  border-bottom: 2px solid #858585;  }  
  
#content a:hover 
{ color: #858585;
border-bottom: 2px solid #4f7c9e; }
  
i            
{ color: #767f5e;
 font-family: Georgia, "Times New Roman", Times, serif; }   
  
h2  
{ font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  color:#858585;
  letter-spacing: -1px;
  font-weight: normal;
    margin-bottom: 0;
	margin-top:1px;
  text-align: left;
  padding-left: 190px;}
  
h3           
{ font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  color:#944a67;
  letter-spacing: -1px;
  font-weight: normal;
    margin-bottom: 0;
	margin-top:1px;
  text-align: center;}
  
textarea, input, select 
{ font-family: "Courier New", Courier, monospace;
  font-size: 9pt;
color: #4a4a4a;
  background-color: #000; 
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;  
  border-bottom: 1px solid #4a4a4a;
  border-left: 8px solid #767f5e;  
  padding: 3px;  }         
  
.flnavi
{ font-size: 13pt; }

.important
{ font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #171717;
  font-size: 12px;
  padding: 5px;
  border-bottom: 5px solid black;
  color: #8c8c8c;}     
  
#main
{ position: absolute; 
  left: 384px; 
  top: 0px;} 
	
#content img
{ border: 3px solid #323766;
  background-color: #323766;
  padding: 3px;
  opacity: 0.5;}

#content img:hover
{ border: 3px solid #68527f;
  background-color: #68527f;
  padding: 3px;
  opacity: 1.0;}
	
#stats a
{ color: #89b7e6;}  

.footer
{ font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #171717;
  font-size: 10px;
  padding: 5px;
  line-height: 10px;
  border-bottom: 5px solid black;
  color: #8c8c8c;}
  
strong
{ font-family:"Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #608266;}    
