/* Generated by KompoZer */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
#container {
    text-align: left;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana,Arial,sans-serif;
}
#header {
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(images/header3.png);
    overflow: visible;
    text-align: center;
}
#header .contact {
    padding: 0.5em 1em;
    color: white;
    float: right;
}
#header .title {
    padding: 40px 0;
}
#main {
    margin-top: 1em;
}
#sidebar-left {
    float: left;
    width: 125px;
    background-image: url(images/LeftBackground.png);
    background-repeat: repeat-y;
}
#sidebar-left ul {
    margin: 0;
    margin-left: 10px;
    padding: 0;
}
#sidebar-left li {
    list-style-type: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    width: 100px;
    background-image: url(images/Pencil6.png);
    background-repeat: no-repeat;
}
#sidebar-left li a {
    text-decoration: none;
    color: #3e5480;
}
#sidebar-left li.active {
    background-image: url(images/Pencil7.png);
}
#sidebar-left li.active a {
    color: #d66824;
}
#sidebar-left li.one-liner {
    padding: 29px 0;
}
#sidebar-left li.two-liner {
    padding: 15px 0;
}
#sidebar-left a:hover img {
    background-color: #f8ffff;
}
#content-two-column {
    margin-top: 30px;
    margin-left: 120px;
    padding-left: 16px;
}
#news {
    float: right;
    width: 175px;
    margin: 0 0 1em 0.5em;
    padding: 0.5em 1em;
    background-color: #fcfcfc;
    border: 1px solid #58c;
    font-size: 90%;
}
#content-two-column form textarea {
    width: 484px;
}
#content-two-column .button-bar {
    margin-left: 126px;
}
#books-thumbnails {
    width: 100%;
/*
    background-image: url(images/booksbackground.png);
    background-repeat: no-repeat;
    background-position: center center;
*/
    padding: 1em 0;
}
#books-thumbnails .book-thumbnail {
    display:inline-block;
    /* cover IE incomplete support for inline-block */
    zoom:1;
    *display:inline;
    width: 160px;
    margin: 2em 20px;
    vertical-align: middle;
    text-align: center;
}
#books-thumbnails table td {
}
.book-cover {
    float: right;
    margin-bottom: 2em;
    margin-left: 2em;
    text-align: right
}
#footer {
    height: 183px;
    width: 750px;
    margin-top: 1em;
    clear: both;
    text-align: center;
    font-size: 9px;
    background-image: url(images/header6.png);
    background-repeat: no-repeat;
}
.statusOK {
    color: #0000cc;
    font-weight: bold;
}
.statusNotOK {
    color: #00dd00;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    color: #3761a2;
}
blockquote {
    margin: 0.5em 2em;
    padding: 1.5em 2.5em;
    background: #fffdf5;
    border: 1px solid #ccc;
    border-left-color: #eee;
    border-top-color: #eee;
}
li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.labeled-field {
    margin: 0.75em 0;
}
form label {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
}
a img {
    border: none;
}

