﻿/* CCR */

/* begin layout */

#rotatingBanner
{
    float: left;
    margin: 0 0 20px 20px;
}

#references
{
    width: 200px;
    float: right;
    margin-bottom: 20px;
    text-align: left;
}

/* end layout */

#references hr
{
    margin: 5px;
}

#referencesInner
{
    height: 285px;
    margin: 0;
    padding: 0 20px;
    background: #fff url('../Assets/sidebar.gif') repeat-y;
}

#refBody
{
    /*margin: 0 10px;*/
    height: 230px;    
    overflow: hidden;
}

#referencesInner hr
{
    margin: 5px 0;
    width: 100%
}

#refTitle
{
    font-size: 18px;
}

#refQuote
{
    font-weight: bold;
    font-style: italic;    
    margin-bottom: 10px;
}

#refAuthor
{
    font-size: 10px;
    margin-bottom: 10px;
}

#refFooter
{
    font-size: 11px;
    font-style: italic;
}

