#col1 {
    float: left;
    height: 500px;
    width: 250px;
}

#dealerContentContainer {
    height: 350px;
    overflow: auto;
}

#bodyTitle {
    color: #999;
    font-size: 22px;
    font-weight: 700;
    padding: 20px;
}

#bodyText {
    padding: 0 20px;
}

#col2 {
    float: left;
    width: 750px;
}

#topRowHero {
    height: 300px;
    width: 750px;
}

#bottomRowCol2 {
    float: left;
    height: 200px;
    overflow: auto;
    width: 450px;
}

.insideCol {
    float: left;
    width: 225px;
}

.homepageImage {
    padding: 10px;
}

.text {
    padding: 0 20px;
}

#bottomRowCol3 {
    float: left;
    height: 200px;
    width: 300px;
}
