body 
{
}

div.content {
    color: white;
    background: url('../Images/borders_01.png') no-repeat top left;
}
div.header {
    background: url('../Images/borders_03.png') no-repeat top right;
}
div.header h1 {
    background: url('../Images/borders_02.png') repeat-x top;
    margin: 0 22px 0 22px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}
div.header h1 span {
    position: relative;
    top: 10px;
}
div.outer-body {
    background: url('../Images/borders_04.png') repeat-y left;
}
div.body {
    background: url('../Images/borders_06.png') repeat-y right;
}
div.inner-body {
    background: url('../Images/borders_05.png');
    margin: 0 22px 0 22px;
    padding: 1px;
}
div.inner-body p:first-child {
    margin-top: 0;
    padding-top: 10px;
}
div.inner-body p:last-child {
    margin-bottom: 0;
}
div.outer-footer {
    background: url('../Images/borders_07.png') no-repeat bottom left;
}
div.footer {
    background: url('../Images/borders_09.png') no-repeat bottom right;
}
div.inner-footer {
    background: url('../Images/borders_08.png') repeat-x bottom;
    height: 28px;
    margin: 0 22px 0 22px;
}
