html{
    overflow-x: hidden;
}
body {
        margin: 0px;
        background-color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:12px;
}
a{
        color: #a27634;
    text-decoration:underline;
}
a:hover{
        color: #a27634;
        text-decoration:none;
}
#topmenu a{
        color: #000000;
        font-size:12pt;
        padding:14px 0 16px 0;
    text-decoration:none;
        display:block;
}
#topmenu a:hover{
        display:block;
        color: #000000;
        font-size:12pt;
        text-decoration:none;
        background: url(/images/pt_03.gif) center 0 no-repeat;
}
#lmenu a{
        display:block;
        padding:9px 0 15px 0;
        color: #804702;
        font-size:10pt;
        width:238px;
    text-decoration:none;
}
#lmenu a:hover{
        display:block;
        color: #000000;
        font-size:10pt;
        text-decoration:none;
        width:238px;
        background: url(/images/image_31.jpg) 0 0 no-repeat;
}
.title{
        color:#381900;
        font-size:16pt;
        margin-bottom:25px;
}
li{
       margin-left:15px;
}
#lightbox{
        background-color:#eeeeee;
        padding: 1px;
        border: 1px solid #000000;
        }
#lightboxDetails{
        font-size: 0.8em;
        padding-top: 0.4em;
        }
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
#overlay img{ border: none; }