﻿body, html {
    background: #1C2C39;
}

#container {
    width: 1001px;
    padding: auto;
    margin: auto;
}

#header {
    width: 1001px;
    font-family: Arial;
    border: none;
}

    #header .highlight {
        text-align: left;
        padding: 2px 0 2px 40px;
        background: #B41C35;
        color: white;
        margin-top: 10px;
        font-weight: bold;
        font-size: 11pt;
        letter-spacing: 2px;
        line-height: 180%;
    }

    #header .table {
        width: 420px;
        text-align: center;
        margin-bottom: 10px;
        padding-left: 10px;
    }

        #header .table .books {
            width: 150px;
            margin: 0 2px 0 2px;
            float: left;
            text-align: center;
            line-height: 190%;
            color: white;
            font-size: 10pt;
            padding-top: 20px;
            padding-bottom: 15px;
        }

            #header .table .books .btitle {
                line-height: 180%;
                font-size: 10pt;
                font-weight: bold;
            }

                #header .table .books .btitle a:link {
                    color: #594300;
                    text-decoration: underline;
                }

                #header .table .books .btitle a:hover {
                    color: white;
                    text-decoration: none;
                    font-weight: normal;
                }

                #header .table .books .btitle a:visited {
                    color: #594300;
                    text-decoration: underline;
                }

#footer {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    line-height: 180%;
    background: #8C8C8C;
    border-bottom: 7px solid #939483;
    clear: both;
}

    #footer .imp {
        font-size: 12pt;
        color: #F3E8BA;
    }

    #gotop {
    display: none;
    position: fixed;
    right: 100px;
    bottom: 30px;
    padding: 21px 8px;
   cursor: pointer;
    font-family: Arial;
}

#gohome {
    display:none;
    position: fixed;
    right: 48px;
    bottom: 85px;
    padding: 21px 8px;
    cursor: pointer;
    font-family: Arial;
}