.templateLeft {
    float: left;
    display: inline;
    width: 310px;
    margin-right: 10px;
    padding-top: 25px;
}

    .templateLeft img {
        margin: 10px;
    }

    .templateLeft ul {
        text-indent: 20px;
    }

.templateRight {
    float: left;
    display: inline;
    overflow: hidden;
    width: 620px;
    padding-top: 40px;
    line-height: 14px;
}

    .templateRight img {
        margin: 10px;
    }

    .templateRight ul {
        text-indent: 20px;
    }

