body{
    background: #000 url("images/fx_snap_15.jpeg");
    overflow: hidden;
}

a{
    text-decoration: none;
    color: #aaa;
}

a:hover{ color: #fff; }

#preload img{
    height: 0; width: 0; border-width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -30;
}

#main{
    margin: 4em auto;
    background-color: #333;
    width: 70em;
    height: 52em;
    color: #ddd;
    font: bold 12px / normal lucida grande;
    border: #aaa solid 2px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

#main h1{
    font: bold 12px / normal lucida grande;
}

#content{
    margin-top: 30px;
    width: 100%;
    height: 95%;
}

#content div{
    display: none;
}

.menu ul{
    margin: 5; padding: 0;
    float: right;
    font-size: 9px;
}

.menu li{
    display: inline;
    padding: 3 0 3 0;
    border: 1px solid #555;
    background-color: #444;
    color: #888;
    margin-right: 3px;
}

.menu a{
    padding: 5 15 5 15;
    color: #888; 
}

.menu li:hover{
    background-color: #333;
    cursor: pointer;
    color: #ff8c00;
    border-color: #ff8c00;
}

.menu a:hover{ color: #ff8c00; }

.menu li.selected{
    background-color: #333;
    color: #ff8c00;
    border-color: #ff8c00;
}

.menu a.selected { color: #ff8c00; }

.footer{
    position: fixed;
    bottom: 5; left: 0;
    vertical-align: bottom;
    font-size: 9px;
    float: right;
    color: #ff8c00;
    padding: 5;
    width: 100%;
    background-color: #444;
    text-align: left;
}

.leftmenu{
    display: block !important;
}

.leftmenu ul{
    list-style: none;
    text-align: left;
    margin: 5; padding: 0;
    float: left;
    font-size: 9px;
    width: 200px;

}

.leftmenu li{
    font-size: 10px;
    margin-top:5px;
    border: 1px solid #555;
    background-color: #444;
    color: #888;
}

.leftmenu a{
    display: block;
    width: 180px;
    color: #888;
    padding: 3 10 3 10;
}

.leftmenu li:hover{
    background-color: #333;
    cursor: pointer;
    color: #05AFDD;
    border-color: #05AFDD;
}

.leftmenu a:hover{ color: #05AFDD; }

.leftmenu li.selected{
    background-color: #333;
    cursor: pointer;
    color: #05AFDD;
    border-color: #05AFDD;
}

.leftmenu a.selected { color: #05AFDD; }

.leftmenu li.last{
    border: 0px solid #000;
    background-color: transparent;
}

.leftmenu a.last:hover{
    color: #ff6347;
}

.leftmenu li.first{
    border: 0px solid #000;
    background-color: transparent;
    font-size: 9px;
}

.leftmenu li.first:hover{
    cursor: default;
    color: #888;
}

.title{
    width: 100%;
    float: left;
    text-align: left;
    display: block !important;
    border-bottom: 1px #333 solid;
}

.title h1{
    font-size: 12px;
    padding-bottom: 3px;
    color: #05AFDD;
}

.sub{
    font-size: 9px;
    display: block !important;
    padding-bottom: 15px;
}

.description{
    display: block !important;
    font-size: 10px;
    text-align: justify;
    padding-bottom: 20px;
}

.item{
    float: right;
    display: block !important;
    width: 600px;
    padding: 10;
    color: #aaaabb;    
}

.item ul{
    list-style: none;
    text-align: left;
    margin: 5; padding: 0;

}

.item li{
    padding-top: 8px;
}

.linktitle{
    width: 100%;
    float: left;
    text-align: left;
    display: block !important;
}

.linkdescription{
    display: block !important;
    font-size: 10px;
    text-align: justify;
    padding-bottom: 5px;
    border-bottom: 1px #555 solid;
}

.about{
    float: right;
    display: block !important;
    width: 600px;
    padding: 10;
    color: #aaaabb;
}

.encounter{
    display: block !important;
    font-size: 9px;
    text-align: justify;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px #555 solid;
}



