body {
    background: #DCD7AB url(../images/new/bg.gif);
    font: 13px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

#pageBox {
    background: url(../images/new/drop_shadow_rt.jpg) top right repeat-y;
    width: 808px;
    margin: 0 auto;
    text-align: left;
}

#headerBar {
    background: #8B1315 url(../images/new/logo_head.jpg) no-repeat;
    width: 800px;
    height: 120px;
    margin: 0px;
}

#headerBar2 {
    background: #8B1315 url(../images/new/logo_head.jpg) no-repeat;
    width: 800px;
    height: 110px;
    margin: 0px;
}

#pageHead {
    float: right;
    color: #8B1315;
    font-size: 18px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
    padding: 55px 65px 10px 10px;
}

#contentBox {
    background: #fff;
    padding: 0;
    width: 800px;
}

#contentColumns {
    width: 800px;
}

#mainColumn {
    background: #fff;
    width: 620px;
    padding: 12px;
}

#rightColumn {
    background: #ebe7c3;
    width: 280px;
}

.featureHead {
    background: #8B1315 url(../images/new/side_head_bg.jpg) center center repeat-x;
    color: #fff;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 4px 6px;
}

.featureBox {
    background: #fff;
    border: 1px solid #8B1315;
    font-size: 11px;
    padding: 4px;
}

#bottomLinks {
    background: #515368;
    width: 800px;
    height: 40px;
}

#copyrightBar {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #8B1315;
    width: 792px;
    padding: 4px;
}

#bottomShadow {
    background: url(../images/new/drop_shadow_bt.jpg) top left repeat-x;
    width: 800px;
    height: 5px;
}

