
ul,li,h1,h2,h3,p{
    list-style:none;
    padding:0;
    margin:0;
}

#toc{
    display:inline;
    padding:10px;
    position:relative;
    margin:15px 0;
    float:left;
    
}
    #toc h3{
        padding-bottom:10px;
    }
    #toc h3 strong{
        font-size:13px;
        color:black;
    }
    
#links{
    border:1px solid black;
    width:210px;
    padding:10px;
    float:right;
    margin-top:-30px;
}
    #links h3{
        color:#933;
    }
    #links ul{
        padding: 8px 0 3px 20px;
    }
    #links li{
        list-style-type:circle;
    }
    #links a{
        color:#fff;
    }
    
    #toc li, #links li {
        list-style-type:circle;
        padding-left:5px;
        margin-left:15px;
    }
        #toc a {
            color:#fff;
        }
div.section{
    width:980px;
    padding:5px 10px 5px 10px;
    margin: 0;
    position:relative;
    clear:both;
    background: #fff;
}
    div.section h3{
        margin-bottom:0px;
    }
    div.section li{
        float:left;
    }
    div.pane {
        overflow:auto;
       overflow-y:hidden; 
       overflow-x:hidden;
        clear:both;
        margin: 0;
        position:relative;
        width:980px;
        height:180px;
        padding: 0;
    }
ul.elements{
    background-color:#fff;
    width: 10000px;   
    }
    ul.elements li{
        width:109px;
        height:175px;
        font-weight:bolder;
        border:0;
        text-align:center;
        padding: 0px;
        position:relative;
        background-color:#e8e8e8;
    }
        ul.elements li a {
            bottom:20px;
            color:#000;
            font-size:12px;
            left:25px;
            position:absolute;
        }
        ul.elements li p{
            color:#000;
        }
    #pane-options ul.elements li{
        margin:5px;
    }
    #pane-options{
        margin-bottom:10px;
    }
ul.links{
    height:20px;
}
    ul.links a{
        color:#fff;
        margin:0pt 5px;
    }
.clear{
    clear:left;
}


