
body
{
    text-align: center;
    margin: 0;
}

div#outer
{
    display: inline-block;
    width: 1000px;
    text-align: left;
}

div#header
{
    height: 209px;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;
    text-align: center;
}

div#menu
{
    margin-top: 182px;
    display: inline-block;
    color: #880d00;
    font-family: Helvetica, Arial, sans-serif;
}

div#menu a
{
    display: inline-table;
    padding: 4px 5ex;
    color: #880d00;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

div#menu a:hover
{
    color: #8e0900;
    text-decoration: none;
}

div#main
{
    color: black;
    font-weight: normal;
    text-decoration: none;
    font-family: “Lucida Sans Unicode”, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.45em;
}

div#main a
{
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

div#main a:hover
{
    color: #C11B17;
    text-decoration: none;
}

div#links
{
    color: #ffffff;
    text-decoration: none;
    display: none;
}

div#links a
{
    color: #ffffff;
    text-decoration: none;
}

div#links a:hover
{
    color: #ffffff;
    text-decoration: none;
}

div#line
{
    color: #616161;
    height: 3px;
    width: 1000px;
}

div#footer
{
    color: #880d00; /* background-image: url('images/footer.jpg');      background-repeat: no-repeat;     background-position: center top;*/
    background-color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 9pt;
    font-family: “Lucida Sans Unicode”, sans-serif;
    border-bottom: solid 1px #616161;
    border-top: solid 1px #616161;
    width: 1000px;
    border-top: solid 1px #616161;
}

div#footer a
{
    display: inline-table;
    padding: 4px 3ex;
    text-decoration: none;
    color: #880d00;
    font-weight: normal;
    font-size: 9pt;
}

div#footer a:hover
{
    color: #8e0900;
    text-decoration: underline;
}

div#test
{
    color: black;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    font-family: “Lucida Sans Unicode”, sans-serif;
}

div#test a
{
    color: black;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
}

div#test a:hover
{
    color: #8e0900;
    text-decoration: underline;
}

div#quoteimage
{
    background: url(images/quote.jpg) no-repeat center center;
}

div#quote
{
    color: #C11B17;
    line-height: 1.5em;
    font-family: Palatino Linotype, Palatino;
    font-size: 14px;
}

div#quote1
{
    color: #C11B17;
    line-height: 1.5em;
    font-family: Palatino Linotype, Palatino;
    font-size: 22px;
}

#leftcolumn
{
    color: #333;
    border: 1px solid #ffffff;
    background: #ffffff;
    margin: 0px 4px 5px 0px;
    padding: 10px;
    width: 270px;
    float: left;
}
#leftmiddle
{
    color: #333;
    border: 1px solid #ffffff;
    background: #ffffff;
    margin: 0px 4px 5px 0px;
    padding: 10px;
    width: 240px;
    float: left;
}
#rightmiddle
{
    color: #333;
    border: 1px solid #ffffff;
    background: #ffffff;
    margin: 0px 4px 5px 0px;
    padding: 10px;
    width: 220px;
    float: left;
}
#rightcolumn
{
    color: #333;
    border: 1px solid #ffffff;
    background: #ffffff;
    margin: 0px 0px 5px 0px;
    padding: 10px;
    width: 170px;
    float: left;
}

.pullquote
{
    width: 20%;
    float: left;
    font-size: 125%;
    line-height: 140%;
    margin: 10px;
    background: url(images/closequote.jpg) no-repeat bottom right !important;
    background: /**/ url(); /* removing quote graphic in IE5+ */
    padding: 0px 25px 5px 0px;
}

.pullquote1
{
    width: 50%;
    float: left;
    font-size: 125%;
    line-height: 140%;
    margin: 10px;
    background: url(images/closequote.jpg) no-repeat bottom right !important;
    background: /**/ url(); /* removing quote graphic in IE5+ */
    padding: 0px 25px 5px 0px;
}

.pullquote:first-letter
{
    background: url(images/openquote.jpg) no-repeat left top !important;
    padding: 5px 2px 10px 35px !important;
    padding: /**/ 0px; /* resetting padding in IE5+ */
    background: /**/ url(); /* removing quote graphic in IE5+ */
}

.pullquote1:first-letter
{
    background: url(images/openquote.jpg) no-repeat left top !important;
    padding: 5px 2px 10px 35px !important;
    padding: /**/ 0px; /* resetting padding in IE5+ */
    background: /**/ url(); /* removing quote graphic in IE5+ */
}

#books
{
    width: 515px; /* optional */
}

#books img
{
    border: 0;
}
#books .clear_both
{
    clear: both;
}
#books .float_left, #books ul li
{
    float: left;
    display: inline;
}
#books .float_right
{
    float: right;
}
#books .overclear
{
    width: 100%;
    overflow: hidden;
}

/* styles */

#books .buttons
{
    position: relative;
    height: 30px;
    margin: 0 0 5px 0;
}
#books .prev
{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
#books .next
{
    position: absolute;
    top: 0;
    right: 0;
}
#books .showing
{
    margin: 5px 60px 0 60px;
    text-align: center;
    font-size: .8em;
}
#books .top
{
    background: url(amazonwidget/images/books_top.gif) repeat-x;
}
#books .inner
{
    padding: 0 0 0 20px;
    margin: 0 0 -20px 0;
    background: url(amazonwidget/images/books_left_mid.gif) repeat-y;
}
#books ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: url(amazonwidget/images/books_right_mid.gif) repeat-y top right;
}
#books ul li
{
    display: none;
    position: relative;
    margin: 0;
    padding: 0 20px 20px 0;
    font-size: .8em;
    z-index: 1;
}
#books ul li.loader
{
    display: block;
    float: none;
    height: 115px;
    margin: 0 0 20px -20px;
    background: url(amazonwidget/images/books_loader.gif) no-repeat center center;
}
#books ul li a.info
{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#books ul li a.thumb
{
    display: block;
    border: 1px solid #ddd;
}
#books ul li a.thumb img
{
    display: block;
    margin: 0;
    padding: 3px;
}
#books .btm
{
    background: url(amazonwidget/images/books_btm.gif) repeat-x;
}
.books_tool_tip
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    z-index: 9999;
}
.books_tool_tip .books_pointer_left
{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(amazonwidget/images/books_pointer_left.gif);
}
.books_tool_tip .books_pointer_right
{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(amazonwidget/images/books_pointer_right.gif);
}
.books_tool_tip .inner
{
    border: 1px solid #ddd;
    padding: 15px 15px 3px 15px;
    margin: 0 0 0 9px;
    background: #fff;
}
.books_tool_tip .inner_right
{
    margin: 0 9px 0 0;
}
.books_tool_tip .inner p
{
    font-size: .8em;
    margin: 0;
    padding: 0 0 12px 0;
}

#left
{
    margin: 0px 4px 5px 0px;
    padding: 10px;
    width: 600px;
    float: left;
}

#right
{
    padding: 10px;
    width: 345px;
    float: left;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.45em;
}
div#right a
{
    color: #0065bc;
    text-decoration: underline;
}

p.big
{
    line-height: 200%;
}

h1
{
    font-size: 12pt;
    text-decoration: underline;
}