#mainContent {   
    float: right;
}

#sideBar {
    float: left;
    font-size: 14px;
}

#home {
    width: 90%;
    background-color: #fff;  
}

#blogTitle h1 {
    margin-top: 5px;
    font-size: 35px;
}

#header {
    padding-bottom: 5px;
    margin-top: 0px;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.846153846;
    color: #757575;
    float: left;
}

#navigator {
    font-size: 14px;
    border-bottom: 1.5px solid #21759b;
    border-top: 1.5px solid #21759b;
    height: 50px;
    clear: both;
    margin-top: 25px;
}

#navList a:hover {
    color: #21759B;
    text-decoration: underline;
}