.column {
    width: 212px;
    float: left;
    margin: 0px 23px 0px 0px;
}

.contentColumn {
    background-color: #edeaea;
    border: 8px #e1e1e1 solid;
    width: 195px; 
    padding: 5px;  
}

.contentColumn p {
    font-size: 9pt;
    letter-spacing: 0px;
}

#imagePack {
    background-color: #edeaea;
    border: 8px #e1e1e1 solid;
    width: 200px;
    margin: 42px 0px 0px 0px; 
}

.blueText {
    color: #00adef;
}

.yellowText {
   color: #ecc200; 
}

.greenText {
    color: #00d6a1;
}

.pinkText {
    color: #d60080;
}

.pinkText, .greenText, .yellowText, .blueText {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#content h1, .mceContentBody h1, #indexContent h1, #fullWidth h1 {
    color: #6a5a4f;
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

#content h2, .mceContentBody h2, #indexContent h2, #fullWidth h2 {
    color: #9881b5;
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 5px 0px 10px 0px; 
}

#content h3, .mceContentBody h3, #indexContent h3, #fullWidth h3 {
    color: #a7d1e2;
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 5px 0px 10px 0px; 
}

.roomListing h1 {
    color: #6a4f7a !important;
    font-size: 14px !important; 
    letter-spacing: -1px !important;
    font-weight: normal !important;
    margin: 10px 0px 5px 0px !important;         
}

