#layoutWrapper {
    height: 500px;
    position: relative;
}

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

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

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

#bodyText {
    padding: 0 20px;
}


#middleCol {
    float: left;
    height: 500px;
    width: 300px;
}

#rightCol {
    float: left;
    height: 500px;
    width: 450px;
}

#topRow {
    height: 300px;
}

#bottomRow {
    height: 200px;
    margin-left: 150px;
}
#bottomRow object {
    margin-top: 40px;
    }
