
    #leftside
    {
        background: none;
        width: 200px;
    }

    #rightside
    {
        width: 515px;
        padding-top: 20px;
    }

    #rightside p
    {
        margin-left: 0;
    }

    #content
    {
        background-color: #041723;
    }

    #page
    {
        padding-top: 190px;
    }

    #years
    {
        list-style: none;
        margin: 5px 10px;
    }

    #years li
    {
        float: left;
        padding: 8px;
    }

    #years li a
    {
        line-height: 15px;
    }

    #years li a:visited, #years li a.active
    {
        color: #afafaf;
    }

    #years li a.active
    {
        text-decoration: underline;
    }

    #galleries, #categories
    {
        list-style: none;
        clear: both;
        background: transparent url(../img/gui/separator2.jpg) top left no-repeat;
        padding: 20px 0;
        margin: 0 20px;
        display: block;
        float: none;
    }

    #categories
    {
        background: none;
    }

    #galleries li a, #categories li a
    {
        line-height: 15px;
    }

    #galleries li a.active, #categories li a.active
    {
        color: #afafaf;
    }
