﻿.oneCol {
    width: 100%;
}

.twoCol {
    width: 50%;
}

.threeCol {
    width: 33%;
}

.fourCol {
    width: 25%;
}

.fiveCol {
    width: 20%;
}

.sixCol {
    width: 16%;
}

.sevenCol {
    width: 14%;
}

.eight {
    width: 12%;
}

.nineCol {
    width: 11%;
}

.tenCol {
    width: 10%;
}

.oneCol, .twoCol, .threeCol, .fourCol, .fiveCol, .sixCol, .sevenCol, .eightCol, .nineCol, .tenCol {
    padding: 0px;
    margin: 0px;
    min-height: 23px;
    float: left;
}