﻿
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    /*background-color:white;*/
	top:0;
    padding:0;
    margin:0;
}
#wrapper {
	height: 3000px;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
    width:1001px;
    font-family:Arial;
}
#header .subtitle {
        font-size: 12pt;
        font-weight: bold;
        color: #B41C35;
        line-height: 200%;
        margin: 0.6em 0 0 0.5em;
        padding: 100px 20px 20px 200px;
        letter-spacing: 1px;
    }
#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:11pt;
        }

        #header .textarea .title {
            font-size: 12pt;
            font-weight: bold;
            color: #553900;
            line-height: 180%;
        }
        #header .textarea .small {
            font-size: 10pt;
            line-height: 180%;
            text-align:right;
        }
        #header .textarea .small a:link {
                    color: #DE7E00;
                    text-decoration: underline;
                }

                #header .textarea .small a:hover {
                    color: #594300;
                    text-decoration: none;
                }

                #header .textarea .small a:visited {
                    color: #DE7E00;
                    text-decoration: underline;
                }
    #header .table {
        width: 760px;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 180px;
    }

        #header .table .books {
            width: 186px;
            margin: 0 2px 0 2px;
            float: left;
            text-align: center;
            line-height: 190%;
            color: black;
            font-size: 10pt;
            padding: 0 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: #DE7E00;
                    text-decoration: none;
                    font-weight: normal;
                }

                #header .table .books .btitle a:visited {
                    color: #594300;
                    text-decoration: underline;
                }
            #header .table .books .des {
                font-size: 10pt;
                text-align: left;
                margin: 5px 4px;
            }
#gotop {
    display: none;
    position: fixed;
    right: 120px;
    bottom: 15px;
    padding: 21px 8px;
   cursor: pointer;
    font-family: Arial;
}

#gohome {
    display:none;
    position: fixed;
    right: 118px;
    bottom: 70px;
    padding: 21px 8px;
    cursor: pointer;
    font-family: Arial;
}
#footer {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    line-height: 200%;
    background: #3FA2EE;
    /*border-bottom: 7px solid #003F6D;*/
    clear: both;
}

    #footer .imp {
        font-size: 12pt;
        color: #F3E8BA;
    }