#page, #page_nav {
    float: left;
}

#page {
    width: 640px;
    margin-left: 30px;
}

#page_nav {
    margin: 0;
    width: 130px;
}

    #page_nav h1.nav_title {
        font-family: "Arial Narrow", Arial;
        text-transform: uppercase;
        font-size: 16pt;
        color: #603913;
    }

#nav_secondary ul {
    /*margin-top: 20px;*/
}

    #nav_secondary ul a,
    #nav_secondary ul span.title {
        font-family: Arial;
        font-size: 8pt;
        color: #6d6f71;
    }

        #nav_secondary ul li.selected a,
        #nav_secondary ul li.sel a {
            color: #cc6600;
        }

        #nav_secondary ul li.not_selected a,
        #nav_secondary ul li.notsel a {
            color: #6d6f71 !important;
        }

#nav_secondary ul.links li {
    padding: 6px 0px;
}

#nav_secondary ul.sublinks li {
    padding: 3px 0px;
}

#nav_secondary ul.links > li {
    font-weight: bold;
    border-bottom: 1px dotted #6d6f71;
}

#nav_secondary ul.links > li.first {
    border-top: 1px dotted #6d6f71;
}

#nav_secondary ul.sublinks li {
    font-weight: normal;
}

    #nav_secondary ul.sublinks li.last {
        padding-bottom: 0px;
    }

/* table styling */

table.sheek {
    border-collapse: collapse;
    width: 100%;
}

    table.sheek th,
    table.sheek td {
        font-size: 9pt;
        padding: 3px;
    }

    table.sheek th {
        background-color: #c1c1c1;
        font-weight: bold;
    }

    table.sheek td a,
    table.sheek td a:visited {
        color: #cc6600;
    }

    table.sheek td a:hover {
        text-decoration: underline;
    }

