/*:mode=css:indentSize=4:noTabs=true:deepIndent=true:folding=indent:*/

#header {
    height: 150px;
    margin: 0;
    padding: 0;
    background: #54255e url("../image/gui/bg-contrast.gif") repeat bottom;
    border-bottom: 2px solid #000;
}

#headerLogo {
    width: 774px;
    margin: 0;
    text-align: left;
}
#headerLogo h1 {
    margin: 0;
    padding: 0;
}

#bodyDivider {
    clear: both;
    height: .2em;
}
#bodyContent {
    clear: both;
    margin: 0 2em 0 2em;
    padding: .5em .5em 40px .5em;
}

.boxContainer {
    width: 170px;
    margin: 0 0 2em 1em;
    padding: 3px 0 0 0;
    background: transparent url("../image/gui/box/top.gif") no-repeat left top;
}
.boxBody {
    margin: 0;
    padding: 5px 5px 10px 10px;
    background: transparent url("../image/gui/box/bottom.gif") no-repeat left bottom;
}

#watermark {
    float: right;
    margin-left: 1em;
}
