﻿html, body
{
    background-color: #1F2125;
    font-family: Arial, Times New Roman;
    font-size: .95em;
    color: #ccc;
}
body
{
    text-align: center;
}

#header
{
    background-image: url(images/HeaderPhoto.jpg);
    background-repeat: no-repeat;
    height: 120px;
    background-color: #000;
}

#contentwrapper
{
    margin: 0 auto;
    width: 950px;
    text-align: left;
    min-height: 1400px;
    height: auto !important;
    height: 1400px;
    background-color: #2b2e33;
    background-image: url(images/content_bg.png);
    background-repeat: repeat-y;
    background-position: center;
}



#content
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}



#footerwrapper
{
    margin: 0 auto;
    padding-top: 15px;
    font-weight: bold;
    background-color: #000;
    color: #ccc;
    height: 60px;
    width: 100%;
}

#footer
{
    padding: 10px;
}



.spoiler
{
    display: none;
}

.SpoilerReveal
{
    cursor: pointer;
    color: #FEFABB;
    font-size: .9em;
}




.bookbutton, .bookbutton2, .bookbutton2selected
{
    height: 30px;
    width: 138px;
    border: 1px solid #000;
    padding: 3px;
    text-align: center;
    line-height: 30px;
    background-image: url(images/menu_bg.png);
    background-repeat: repeat-x;
    background-position: left;
    text-decoration: none;
    font-weight: bold;
}

.bookbutton
{
    display: block;
    margin-bottom: 5px;
}

.bookbutton2, .bookbutton2selected
{
    display: inline;
    padding: 8px;
}

.bookbutton2selected
{
    background-image: url(images/bookbutton_hover.png);
    background-repeat: repeat-x;
    background-position: left;
}

.bookbutton:hover, .bookbutton2:hover
{
    background-image: url(images/bookbutton_hover.png);
    background-repeat: repeat-x;
    background-position: left;
}


.book
{
    background-image: url(images/book_jacket.jpg);
    background-repeat: no-repeat;
    background-position: right;
    width: 150px;
    height: 223px;
    font-weight: bold;
}

.booktitle
{
    padding-top: 90px;
    width: 138px;
    text-align: center;
}

.signature
{
    text-align: center;
    font-weight: bold;
}
