﻿body
{
    background-image: url('../images/bkg.gif' );
    background-repeat: repeat-x;
    background-color: #666666;
}

.container
{
    padding: 0px;
    margin: 36px 0px 0px 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.content
{
    border: 1px solid #000000;
    width: 800px;
    height: 600px;
    display: block;
    text-align: left;
    background-color: #000000;
}

.coverimg
{
    background-image: url('../images/bookcover.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 468px;
    height: 600px;
    float: left;
}

.links
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    background-color: #000000;
    padding: 18px;
    margin: 0px;
    float: right;
    width: 330px;
    height: 550px;
    color: #FF9900;
    text-decoration: none;
}

.headline
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FF6600;
    margin-bottom: 18px;
}

a
{
    padding: 5px;
    color: #FF6600;
    display: block;
    text-decoration: none;
    margin-bottom: 18px;
}

a:hover
{
    color: #000000;
    display: block;
    background-color: #FF6600;
    text-decoration: none;
}

.legendBox
{
    height: 50px;
    vertical-align: bottom;
    text-align: center;
    float: right;
}

.legend a
{
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #333333;
    background-color: #999999;
    text-align: center;
    width: 22%;
    float: left;
    margin-right: 6px;
}

.legend a:hover
{
    background-color: #FF6600;
    color: #FFFFFF;
}

.copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin: 10px;
}
