#home {
    margin: 0 auto;
    width: 95%;
    min-width: 930px;
    position: relative;
    background: #fff;
}
#header {
    background: none;
}
body {
    color: #464646;
    font-size: 9pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    min-height: 101%;
    background: none;
    background-color: #fff;
}
#blogTitle {
    height: 80px;
    clear: both;
    color: #4c4f8b;
    background: #f4f4f4;
}
#topics .postTitle {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
#sidebar_search{
    display:none;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.5;
    font-size: 110%;
    margin-top: 15px;
    text-align: left;
    color: #6466b3;
    padding: 10px 0px;
}
.gray:hover {
    background-color: none;
    color: red;
    text-decoration: underline;
}