﻿h4 {
    font-family: Georgia;
    color: #e10001;
    font-size: 24px;
    font-weight: bold;
    padding-left: 0px;
}

h5 {
    font-family: Georgia;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: normal;
    padding-left: 0px;
}

.category-row {
    clear: both;
}

.category-cell {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 18px;
    width: 170px;
    /*background-image: url(/images/icon-right-arrow.png);*/
    background-repeat: no-repeat;
    background-position: left top;
}

#sidecol {
    float: left;
    width: 200px;
}

#maincol {
    float: right;
    width: 780px;
}