﻿#presentation-holder
{
    margin-top: 20px;
    height: 298px;
    border-bottom: solid 1px #00AA00;
    width: 765px;
}

.prevnext-pane
{
    float: left;
    width: 206px;
    height: 158px;
    border: solid 1px #D8EFCC;
    margin-top: 42px;
}

#mainswf-holder
{
    float: left;
    border: solid 1px #00A000;
    width: 318px;
    height: 244px;
    margin-bottom: 10px;
}

#prev
{
    
}

#next
{
    
}

#left
{
    float: left;
    width: 209px;
    margin-right: 11px;
    height: 277px;
}

#middle
{
    float: left;
    width: 318px;
    height: 277px;
}

#right
{
    float: left;
    width: 209px;
    margin-left: 11px;
    height: 277px;
}

#b
{
    float: right;
    margin-top: 47px;
}
#b:hover, #n:hover
{
    cursor: pointer;
}

#n
{
    float: left;
    margin-top: 47px;
}

#cpy
{
    clear: both;
    width: 318px;
}

.chapter
{
    width: 83px;
    height: 64px;
    float: left;
    margin-right: 10px;
    border: solid 1px #00AA00;
    background-color: White;
    margin-top: 20px;
}

.chapter:hover
{
    cursor: pointer;
}

#chaptercopy-holder
{
    float: left;
    clear: both;
    display: none;
}

.cpy_title
{
    color: #00AA00;
}