#navList a:link, #navList a:visited, #navList a:active {
    color: #515151;
    font-weight: bold;
}
#navigator {
    font-size: 17px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}
#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 21px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 2.35em;
    border-left: 10px solid #99CC33;
    background-color: #f7f7f7;
    padding: 10px 0 10px 14px;
}
#sideBar {
    font-size: 14px;
}
#sideBar h3 {
    font-size: 15px;
}
#mainContent {
    margin-left: -22em;
    float: right;
}
#sideBar{
    float:left;
}