BODY
{
    background-color: black;
    font-family: Times New Roman, serif
}

IMG
{
    border: 0px;
    padding: 0px;
}

A:link
{
    color: #FFFFDD;
}

A:visited
{
    color: #BB8465
}

#body
{
    visibility: hidden;
}

#container
{
    background-color: #252D5B;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
    height: 600px;
}

#counter
{
    position: absolute;
    left:     600;
    top:      450;
    width:    175;
    height:   100;
    visibility: hidden;
}

#counter_contents
{
    color: white;
    background-color: #252D5B;
}

.banner
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 800px;
    height: 50px;
}

.body_text
{
    font-weight: normal;
}

.bottom_menu
{
    position: absolute;
    top: 450px;
    left: 0px;
    height: 100px;
    width: 600px;
    background-color: #252D5B;
}

.bottom_menu_item
{
    position: absolute;
    top: 25px;
}

.contact_method
{
    font-weight: bold;
}

.episode_title
{
    font-style: italic;
}

.frame_body
{
    color: white;
    background-color: #252D5B;
    top: 0;
    left: 0;
}

.frame_body_content
{
    position: absolute;
    left: 20px;
    top: 30px;
    width: 550px;
    height: 400px;
    overflow: auto;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.frame_body_content p
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.frame_content 
{
    background-color: #252D5B;
    position: absolute;
    left: 0px;
    top: 50px;
    width: 600px;
    height: 550px;
}

.home_page_logo
{
    position: absolute;
    left: 30px;
    top: 70px;
}

.home_page_company
{
    position: absolute;
    left: 22px;
    top: 500px;
    height: 30px;
    width: 555px;
    font-size: smaller;
}

.menu
{
    position: absolute;
    left: 600px;
    top: 50px;
    width: 200px;
    height: 750px;
}

.menu_item
{
    position: absolute;
}

.review_quote
{
    font-style: italic;
}

