﻿/* Any global overrides for body{} */
body
{
}

/* Override to change the small image of the page */
#left_pane #img_left
{
    background: #fff url(../images/about_gorilla_left.jpg) repeat-y;
}

/* Override to change the main image of the page */
#right_pane
{
    background: #fff url(../images/main_right.jpg);
}

/* Override to hide the text above the small image */
/* #text
{
    text-align: left;
    text-indent: -999px;
} */

/* Override to change the atributes of the text box */
#body_text
{
    color: #fff;
    width: 430px;
    height: 420px;
    text-align: left;
    padding: 0px 0px 0px 10px;
    font-size: 0.8em;
    overflow: auto;
}

#body_text a
{
    text-decoration: none;
    color: #0ff;
}

#body_text a:hover
{
    text-decoration: underline;
    color: #999;
}
