#colBeta {
    margin: 0px 170px 0px 0px;
}

#showroomImages {
    text-align: center;
    margin-bottom: 5px;
}

#showroomImages img {
    border: 1px solid #666;
}

#col1, #col2, #col3 {
    width: 250px;
    float: left;
    background: #F7F7F7;
    height: 17em;
}

#col2, #col3 {
    margin-left: 10px;
}

#col1 h3, #col2 h3, #col3 h3 {
    font-weight: bold;
    font-size: 110%;
    border-bottom: 2px solid #FF7200;
    margin-bottom: 10px;
    padding: 2px 5px;
}

.intro {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

#col3 a {
    color: #333;
}

.linkToContact {
    clear: both;
    font-size: 120%;
    background: #990000;
    margin-top: 10px;
}

.linkToContact a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}