#bg_top
{
    position: absolute;
    left: 10px;
    top: 10px;
    height: 200px;
    width: 970px;
    background-image: url(bg_top.png);
    z-index: 0;
}

#bg_top #banner_text
{
    position: absolute;
    width: 670px;
    top: 35px;
    left: 190px;
    color: black;
    font-size: x-large;
    font-variant: small-caps;
    font-family: Georgia;
    text-align: center;
}

#bg_left
{
    position: absolute;
    left: 10px;
    top: 210px;
    width: 190px;
    /*height: 650px;*/
    background-image: url(bg_left.png);
    z-index: 0;
}


#bg_left #navigation_left
{
    position: absolute;
    left: 30px;
    top: 0px;
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
    padding:1px;
    z-index: 1;
    text-align: left;
}

a.left_nav:link 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:active 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:visited 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:hover 
{
    color: #000000;
    text-decoration:none;
    font-weight: bold;
}

#content
{
    position: absolute;
    left: 190px;
    top: 100px;
    width: 790px;
    background-image: url(article_bg.png);
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
}

#content_board
{
    position: absolute;
    top: 15px;
    left: 10px;
    width: 600px;
}

#transcription
{
    position: absolute;
    top: 15px;
    left: 500px;
}

#comments
{
    position: absolute;
    top: 510px;
    left: 10px;
}

#button_begin
{
    position: absolute;
    top:  270px;
    left: 500px;
}

#button_back
{
    position: absolute;
    top: 270px;
    left: 565px;
}

#button_forward
{
    position: absolute;
    top: 270px;
    left: 630px;
}

#button_end
{
    position: absolute;
    top: 270px;
    left: 695px;
}

#information
{
    position: relative;
    top: 320px;
    left: 500px;
    width: 200px;
}
