/* container2 */

.container2_yellow
{
    padding: 4px 24px 4px 30px;
    margin: 1em 0 2em 6px;
    border: 1px solid #f7b32a;
    background: transparent url(../images/content_container2/gradient_yellow_bg.png) repeat-x;
}
#image_box
{
    width: 100%;
    height: 500px;
}
#image_box .container2_yellow_small
{
    padding: 4px 4px 4px 30px;
    margin: 1em 0 2em 6px;
    border: 1px solid #f7b32a;
    background: transparent url(../images/content_container2/gradient_yellow_bg.png) repeat-x;
    width: 200px;
    position: absolute;
}
#image_box .container2_yellow_top_right
{
    margin-left: 350px;
}

#image_box .container2_yellow_bottom_left
{
    margin-top: 250px;
}

#image_box .container2_yellow_bottom_right
{
    margin-left: 350px;
    margin-top: 250px;
}

.container2_blue
{
    padding: 4px 24px 4px 30px;
    margin: 1em 0 2em 6px;
    border: 1px solid #5190bb;
    background: transparent url(../images/content_container2/gradient_blue_bg.png) repeat-x;
}

.container2_yellow h2, .container2_blue h2
{
    margin: 0 0 0 -42px;
}

.container2_yellow a
{
    font-family: 'Arial Narrow' , 'Helvetica Narrow' , Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: bold;
    font-size: 1.2em;
}