<style type="text/css">
body {
    background-color:#1c0e28;
    margin-top:0;
    text-align:center;
}

#MainContainer {
    border: 1px solid #ffffff;
    overflow: hidden;
    width:780px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

#Header {
    width:780px;
    height:198px;
}

#Container {
    width:780px;
    background-color:#ffffff;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}

#TopBar {
    height: 25px;
    background-image: url(/images/topbar.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #ffffff;
    padding-top: 7px;
}

#MainArea {
    width:780px;
    text-align: center;
    background-image:url(/images/mainareaBG.gif);
    background-repeat: repeat-y;
    background-color: #ffffff;
}

#FirstColumn {
    float:left;
    width:172px;
    background-color:#ab9bb5;
    margin-left:auto;
    margin-right:auto;
}

#SecondColumn {
    width: 432px;
    float: left;
}

#Content {
    padding: 5px;
    width: 422px;
    text-align: left;
}

#ContentSec {
    padding: 15px;
    width: 402px;
    text-align: left;
}

#ThirdColumn {
    float:right;
    width: 176px;
    background-color: #71b586;
    margin-left:auto;
    margin-right:auto;
}
</style>