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

#pageBox {
    background: #000 url(../images/bg.gif) top right repeat-y;
    width: 806px;
    margin: 0 auto;
    text-align: left;
}

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

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

h1 {
    color: #673E73;
    font-size: 18px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

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

#contentColumns {
    width: 800px;
}

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

#rightColumn {
    width: 225px;
}

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

#copyrightBar {
    background: #9359A4;
    width: 800px;
    height: 20px;
}

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


