﻿body, html {
    background-image: url(images/bg.gif);
    padding:0; 
    margin:0;
}

#container {
    background-image: url(images/930.gif);
	height: 2999px;
	width: 930px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
    padding: auto;
    margin: auto;
}

#header {
    width: 930px;
    font-family: Arial;
    border: none;
}

    #header .subtitle {
        font-size: 12pt;
        font-weight: bold;
        color: #B41C35;
        line-height: 220%;
        margin: 0.6em 0 0.7em 0.5em;
        padding: 0 20px 0 70px;
        letter-spacing: 1px;
    }

    #header p {
        margin: 0.5em 0.5em 1.0em 0.5em;
        padding: 0 55px 0 70px;
        font-size: 11pt;
        line-height: 190%;
        color: #230000;
    }

    #header .textarea {
        font-size: 11pt;
        text-align: left;
        line-height: 190%;
        /*background: white;*/
        padding: 5px;
        border: 2px dotted #DEDEDE;
    }

        #header .textarea .tcolor {
            color: #6C8F30;
            font-weight: bold;
            font-size:12pt;
        }

        #header .textarea .title {
            font-size: 12pt;
            font-weight: bold;
            color: #553900;
            line-height: 180%;
        }

    #header .font {
        padding: 15px 10px 10px 45px;
        font-size: 10pt;
        line-height: 170%;
        color: #4F7759;
        text-align: left;
    }

    #header .font a:link {
        text-decoration: underline;
        color: #5A1915;
        font-weight: bold;
        font-size: 14pt;
        letter-spacing: 1px;
    }

    #header .font a:hover {
        text-decoration: none;
        color: #FFEA7B;
        font-size: 14pt;
        letter-spacing: 1px;
    }

    #header .font a:visited {
        text-decoration: underline;
        color: #5A1915;
        font-weight: bold;
        font-size: 14pt;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    #header .font .imp {
        font-size: 13pt;
        color: #FF7B34;
        font-weight: bold;
    }

    #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: 900px;
        text-align: center;
        margin-bottom: 10px;
        padding-left:30px;
    }

        #header .table .books {
            width: 176px;
            margin: 0 2px 0 2px;
            float: left;
            text-align: center;
            line-height: 190%;
            color: black;
            font-size: 10pt;
            padding: 20px 0 15px 0;
        }


            #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: 140px;
    bottom: 15px;
    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;
}