
.contentmakerzone .layoutbase .colleft
{
    float: left;
    width: 25%;
}

.contentmakerzone .layoutbase .colmiddle
{
    float: right;
    width: 74%;
}

.contentmakerzone .layoutbase .colfooter
{
    clear: both;
}


