body {
    margin: 0px auto;
    background-color: #999999;
}

h1 {
    font-family: 'Unna';
    font-size: 22pt;
}

p {
    text-align: justify;
    font-family: 'Unna', serif;
    /*font-family: 'Satisfy', serif;*/
    font-size: 14pt;
    padding-left: 10px;
    padding-right: 40px;
}

#headerFade {
    margin: 0px auto;
    width: 1016px;
    height: 250px;
    float: left;
    display: inline;
}

#hdrContain {
    margin: 0px auto;
    width: 1016px;
    height: 241px;
    position: relative;
    /*border: 1px solid green;*/
}

#overlayImg {
    width: 1016px;
    margin: 0px auto;
    position: absolute;
    height: 100px;
    z-index: 2;
    top: 142px;
}

#header {
    border: 1px solid red;
    background-image: url('../images/hdr2.png');
    background-repeat: no-repeat;
    width: 1016px;
    height: 250px;
}

#main {
    width: 1016px;
    margin: 0px auto;
    background-color: white;
    min-height: 3000px;
}

#mainContent {
    width: 758px;
    float: right;
}

#menu {
    float: left;
    padding-top: 10px;
    margin-right: 20px;
}

#listMenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#listMenu li {
    background-image: url('../images/menuback.png');
    background-repeat: no-repeat;
    width: 235px;
    height: 42px;
}

/*#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:hover,
#menu ul li a:active,
#ending a:link, #ending a:visited, #ending a:hover, #ending a:active {
}*/

#menu ul li a:hover, #ending a:hover {
    background-color: #2D2D81;
    color: white;
    cursor: pointer;
}

.barselected {
    color: white;
    background-color: #2D2D81;
}

.normcolor {
    color: black;
    background-color: #E4E4E4;
}

#menu ul li a {
    display: block;
    alink: black;
    text-decoration: none;
    position: relative;
    top: 2px;
    text-align: center;
    margin-left: 2px;
    padding-top: 9px;
    width: 224px;
    height: 31px;
    font-family: "Unna", serif;
    font-size: 20px;
    border-bottom: 2px solid #2D2D81;
}

#ending a {
    display: block;
    text-decoration: none;
    position: relative;
    top: 2px;
    text-align: center;
    margin-left: 2px;
    padding-top: 9px;
    width: 224px;
    height: 27px;
    font-family: "Unna";
    font-size: 20px;
}

#dimage {
    width: 400px;
    float: left;
}

#dtext {
    font-family: 'Unna';
    font-size: 14pt;
    width: 300px;
    float: left;
    padding-left: 10px;
}

#buyPrint {
    float: left;
    width: 150px;
}

.sep {
    height: 20px;
    clear: both;
}

.book {
    /*background-color: #EEEEEE;*/
    /*border: 1px solid red;*/
    clear: both;
    padding-bottom: 20px;
    height: 500px;
}

.bimage {
    width: 300px;
    float: left;
}

.btext {
    font-family: 'Unna';
    font-size: 14pt;
    width: 400px;
    float: left;
    padding-left: 10px;
}
