
#headerTitle {
    text-align: center !important;
    width: 100%;
}
#body {
    width: 960px;
}
#rightSidebar {
    background-color: #FFFFFF;
    border-left: 0 solid #C4D6F2;
    float: right;
    font-size: 0.65em;
    height: 1143px;
    margin-top: 0.8em;
    overflow: visible;
    padding: 0 0 30em 0;
    text-align: left;
    width: 15%;
}
* html #rightSidebar {
    margin-right: 5%;
}
#main {
    display: inline;
    float: left;
    margin-left: 10%;
    overflow: hidden;
    width: 64%;
}
