.templateLeft {
    float: left;
    display: inline;
    width: 470px;
    /*height: 410px;*/
    padding-top: 25px;
}

    .templateLeft img {
        margin: 10px;
    }

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

.templateRight {
    float: right;
    display: inline;
    width: 470px;
    /*height: 410px;*/
    padding-top: 25px;
}

.templateRight img {
	margin-bottom:10px;
	margin-left:10px;
	margin-right:5px;
}

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