.indexSummary {
    display: inline-block;
    width: 330px;
    height: 160px;
    text-align: left;
    vertical-align: top;
    border: solid;
    overflow: hidden;
    margin: 5px;
    padding: 5px;
}

.indexTitle {
    font-size: 16pt;
    font-weight: bold;
}

.indexImage {
    width: 140px;
    height: 110px;
    float: left;
    margin-right: 10px;
}