/* FLSstyles CSS */
/* Created by FrogLace Studio - froglace.com - using the CoffeeCup HTML Editor - www.coffeecup.com */

body { 
 background: #fefffe url('images/slace6-tile.png'); 
 font: 500 0.63em Trebuchet MS, tahoma, verdana, lucida, arial, helvetica, sans-serif;
 color:#575;
 text-align:justify;
 }
 
h1 { font: small-caps 600 2em Trebuchet MS, tahoma, verdana, lucida, arial, helvetica, sans-serif;
 }

h2 { font: small-caps 600 1.75em Trebuchet MS, tahoma, verdana, lucida, arial, helvetica, sans-serif;
 }

h3 { font: small-caps 600 1.5em Trebuchet MS, tahoma, verdana, lucida, arial, helvetica, sans-serif;
 }
 
p { font: 400 1.25em Trebuchet MS, tahoma, verdana, lucida, arial, helvetica, sans-serif;
 }

li { font: 600 1em Trebuchet MS, tahoma, verdana, lucida, arial, helvetica, sans-serif;
 }

.justify {  
         text-align: justify;
 }
 
.smallcaps {
         font-variant:small-caps;
 }
  
.copyright { 
         text-align: center;
         font:small-caps 600 1em Trebuchet MS, tahoma, verdana, lucida, arial, helvetica, sans-serif;;

 }
 
a:link {text-decoration: none; color:#797;}
a:visited {text-decoration: none; color:#020;}
a:active {text-decoration: none; color:#797;}
a:hover {text-decoration: none; color: #020;}

/* ===== */

 #navbox
{    
     left:15px;
     top:20px;
     position:absolute;
     width:150px;
     height:auto;
     border-style: double;
     border-color: #5b8a78;
     border-width: 5px;
     background: #fefffe url('images/slace6-tile.png');
     z-index:19;

}

 #btns
{    
     left:17px;
     top:250px;
     position:absolute;
     width:160px;
     height:50;
     border: 0px double #000;
     padding:0px;
     text-align: center;
     z-index:19;

}

ul {
    list-style: none outside none;
    padding: 6px;
        
}

li {
   border: double 4px #5b8a78;
   padding: 2px;
   background-color:#fff;
   font-variant:small-caps;
   text-align: center;

}

#header {
        position:relative; 
        width:750px; 
        margin: 0px; 
        padding:0px; 
        padding-left:15px; 
        z-index:20;
 }
 
#wrapper {
        position:relative; 
        width:750px; 
        margin: -25px 0px 25px 20px; 
        padding:15px 40px 10px 40px; 
        border: 5px double #575; 
        background-color:#fff;
  }
  
 #conTent {
        border: 0px double #575; 
        width:625px; 
        margin-left:150px;
        z-index:18;
                 
 }