﻿/* Fluid rounded corner with white body background */

div.RCContainer
{
    background: url('images/topleft.jpg') top left no-repeat;
    width: 100%;
}
div.RCContainer h2
{
    background: url('images/topright.jpg') top right no-repeat;
    padding: 15px;
    margin: 0;
    margin-bottom: .8em;
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    font-weight: bold;
}

div.RCContainerBody
{
    background: url('images/right.jpg') top right repeat-y;
    margin: 0;
    margin-top: -2em;
    padding: 15px;
}

div.RCContainerFooter
{
    background: url('images/bottomleft.jpg') bottom left no-repeat;
}
div.RCContainerFooter p
{
    background: url('images/bottomright.jpg') bottom right no-repeat;
    display: block;
    padding: 15px;
    margin: -2em 0 0 0;
}

div.RCBox
{
    background: url('images/a_topleft.jpg') top left no-repeat;
    width: 100%;
}

div.RCBox h2
{
    background: url('images/a_topright.jpg') top right no-repeat;
    padding: 15px;
    margin: 0;
    margin-bottom: .8em;
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    font-weight: bold;
}

div.RCBoxBody
{
    background: url('images/a_right.jpg') top right repeat-y;
    margin: 0;
    margin-top: -2em;
    padding: 15px;
}

div.RCBoxFooter
{
    background: url('images/a_bottomleft.jpg') bottom left no-repeat;
}

div.RCBoxFooter p
{
    background: url('images/a_bottomright.jpg') bottom right no-repeat;
    display: block;
    padding: 15px;
    margin: -2em 0 0 0;
}

div.RCBox ul
{
    list-style: none;
}

