﻿div.rounded_blue
{
    clear: both;
    max-width: 2400px;
    margin: 5px auto; 
}

div.rounded_blue div.top_blue
{
    background: url(rounded_corner_shadow_blue_top_left.gif) no-repeat bottom left;
    padding: 0px;
    width: 100%; 
}

div.rounded_blue div.top_blue div.right_blue
{
    background: url(rounded_corner_shadow_blue_top_right.gif) no-repeat bottom right;
    height: 150px;
    margin-left: 15px; 
}

div.rounded_blue div.middle_blue
{
    background: url(rounded_corner_shadow_blue_left.gif) repeat-y left;
    clear: both;
    width: 100%;
    position:relative;
    margin-bottom:-150px;
}

div.rounded_blue div.middle_blue div.right_blue
{
    background: url(rounded_corner_shadow_blue_right.gif) repeat-y right;
    margin-left: 0px;
    position:relative;
    margin-bottom:-150px;
}

div.rounded_blue div.middle_blue div.right_blue div.content_blue_background
{
    background: url(rounded_corner_shadow_blue_background_150x150.gif) repeat top left;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
    position: relative;
    margin-bottom: +150px;
}

div.rounded_blue div.middle_blue div.right_blue div.content_blue_background div.content_blue
{
    position: relative;
    margin-top: -150px;
}

div.rounded_blue div.bottom_blue
{
    background: url(rounded_corner_shadow_blue_bottom_left.gif) no-repeat top left;
    clear: both;
    padding: 0px;
    width: 100%;
    position: relative;
    margin-top: +150px; 
}

div.rounded_blue div.bottom_blue div.right_blue
{
    background: url(rounded_corner_shadow_blue_bottom_right.gif) no-repeat top right;
    height: 15px;
    margin-left: 15px;
}

