#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.catListTitle {
    margin-bottom: 2px;
    font-weight: normal;
    background: #f47600;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.6em;
    line-height: 1.6em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: normal;
}