html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

img {
    border: 0;
}

#header {
    display: none;
}

#maincontent {
    padding: 10px;
    font-size: 0.9em;
    text-align: center;
    word-wrap: break-word;
}

.clearboth {
    clear: both;
}

#bookpage {
    position: relative;
    border: 0;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
}

.portrait #bookpage {
    width: 6.8in;
    min-height: 9.2in;
}
* html .portrait #bookpage {
    width: 6.8in;
    height: 9.2in;
}

.landscape #bookpage {
    width: 9.2in;
    min-height: 6.8in;
}
* html .landscape #bookpage {
    width: 9.2in;
    height: 6.8in;
}

*:first-child+html .portrait #bookpage  { min-height: 0; height: 9.2in; } /* IE7 */
*:first-child+html .landscape #bookpage { min-height: 0; height: 6.8in; } /* IE7 */

#bookpagenav {
   display: none;
}

.dragmovelink {
    display: none;
}

.dragcloselink {
    display: none;
}

.imgcaption {
    font-size: 80%;
}

#copyright {
    width: 100%;
    text-align: center;
}

.scale img {
    position: relative;
}

#printlayout {
    display: none;
}