/* Container */



.content-blue, .content-grey, .content-orange
{
    position: relative;
}
.left-curve, .right-curve
{
    position: absolute;
    top: 0;
    height: 6px;
    width: 5px;
}
.left-curve
{
    left: 0;
    background: url(images/left-curve.png) repeat-x 0 0;
}
.right-curve
{
    right: 0;
    background: url(images/right-curve.png) repeat-x 0 0;
}
.right-curve
{
    right: 0;
}
.content-orange
{
    background: url(images/content-orange-bg.png) repeat-x 0 0;
}
.content-grey
{
    background: url(images/content-grey-bg.png) repeat-x 0 0;
}
.content-blue
{
    background: url(images/content-blue-bg.png) repeat-x 0 0;
}









