h3 {
    background-color: #2b3e53;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #2b3e53;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

#mainContent {
    margin-top:0px;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:0px;
    float:right;
    width:990px;
    padding-left:0px;
}

#sideBar {visibility:hidden;}

#footer {
    font-size:12px;
    margin:0px;
    padding:0px;
    text-align:center;
    background:#103858;
    color:#fff;
    text-decoration:none;
    text-shadow:0 0 5px #fff;
    padding-bottom:0px;
}