#boxContent
{
    background: #fff;
}
#boxContentPane
{
    padding: 14px;
}
#boxBottomContent
{
    background: #fff url(img/Gradient_bg.gif) top left repeat-x;
    padding: 0 0 25px 0;
}
#boxLeftPane
{
    float: left;
    width: 500px;
    margin: 15px 0 0 75px;
}
#boxLeftPane *
{
    font-size: 12px;
    font-family: Georgia;
    line-height: 1.5em;
}
#boxLeftPane p
{
    margin: 0 0 1em 0;
    text-align: justify;
}

#boxRightPane
{
    float: right;
    width: 240px;
    margin: 15px 50px 0 0;
}




