/* CSS Document */

#container
{ width: 600px;
  padding: 50px 0 50px 0;
  margin: 0 auto;}

#song
{opacity: 0.6;}
 
#song:hover
{opacity: 1;}

#fl
{opacity: 0.6;}
 
#fl:hover
{opacity: 1;}

#exits
{opacity: 0.6;}
 
#exits:hover
{opacity: 1;}

#title
{opacity: 0.6;}
 
#title:hover
{opacity: 1;}

#content
{background:url(images/lay_05.png);
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #6f6f6f;
  padding: 10px 20px 20px 20px;
  width: 560px;}
  
body
{ margin: 0 auto;
  background:url(images/baga.gif);}  
  
#top
{ height: 50px;
  width: 100%;
  background-color: black;}  
  
  #bottom
{ height: 50px;
  width: 100%;
  background-color: black;}
  
h1
{ font-family: Impact, Arial, Helvetica, sans-serif;
  font-size: 35px;
  text-align: center;
  margin: 0;
  text-transform: lowercase;
  color: #363636;}
  
strong
{ font-family:"Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #4886a9;}  
  
  .footer
{ font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 10px;}  
  
  #content img
{ border: 3px solid #fff;
  background-color: #fff;
  padding: 3px;
  opacity: 0.6;}

#content img:hover
{ border: 3px solid #e2f499;
  background-color: #e2f499;
  padding: 3px;
  opacity: 1.0;}
  
b   
{ color: #ff77a4; }

li
{ text-align: justify; 
  margin-top: 5px; }
  
p
{ line-height: 23px;
  margin: 0 0 10px 0; }  
  
#content a
{ color: #9b9b9b;
text-decoration:underline;
  font-family: "Courier New", Courier, monospace;  }  
  
#content a:hover 
{ color: #cecece;
border-bottom: 1px dashed;
text-decoration:none; }
  
i            
{ color: #6d8867;
 font-family: Georgia, "Times New Roman", Times, serif; }   
  
h2  
{ font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  color:#777560;
  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:#47594b;
  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: 8pt;
color: #fff;
  background-color: #000; 
  border-bottom: 1px dotted #47594b;
  border-top: 1px dotted #47594b;
  border-right: 1px dotted #47594b;
  border-left: 17px solid #47594b;
  padding: 3px;  }         
  
.flnavi
{ font-size: 15pt; }

.flnavi a
{ font-family: "Arial Rounded MT Bold", Arial, sans-serif;}

.important
{ font-family: "Courier New", Courier, monospace;
  font-size: 9pt;
  color: #000;
  background-color: #404040; 
  padding: 1px;
  text-align: center;
  background-color: #404040; }    
