body{
    overflow-x: hidden;
    overflow-y: scroll;
    background: url("bg.jpeg") 0% 0% repeat;
    padding: 20px;
}

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: 900px;
    color: #ddd;
    font: 10px / normal "lucida console";
    border: #313131 solid 4px;
    text-align: justify;
    text-decoration: none;
    padding: 10px;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

#main h1{
    font: 10px / normal "lucida console";
}

#content{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 95%;
}

.footer{
    position: fixed;
    bottom: 5; left: 0;
    vertical-align: bottom;
    font-size: 10px;
    float: right;
    color: #ddd;
    padding: 5;
    width: 100%;
    background-color: #444;
    text-align: left;
    font: bold 10px / normal "lucida grande";
    filter:alpha(opacity=7.5);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;

}

.footer a{ color:#ddd }

.footer a:hover{ color:#000 }

.leftmenu{
    font: 10px / normal "lucida console" !important;
    display: block !important;
}

.leftmenu ul{
    list-style: none;
    text-align: left;
    margin: 5; padding: 0;
    float: left;
    font-size: 9px;
    width: 100px;
    height: 95%;
}

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

.leftmenu a{
    display: block;
    width: 85%;
    color: #050505;
    padding: 5 10 5 10;
}

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

.leftmenu a:hover{ color: #ddd; }

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

.leftmenu a.selected{
    color: #ddd;    
}

.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{
    display: block !important;
    width: 750px;
    padding: 10;
    font-weight: normal;
    font-size: 11px;
    color: #ddd;
    margin-left: 120px;
}

.item a{ color: #fff; text-decoration: underline; }

.item a:hover{ color: #050505;  }

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

}

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

.credit{
    font-size: 9px;
    padding-top: 5px;
}

.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;
}


