﻿#divHomeBox {
    border-top: 5px solid #eb858f;
    border-bottom: 5px solid #eb858f;    
    border-left: 2px solid #eb858f;
    border-right: 2px solid #eb858f;
    width: 565px;
}

#divHomeBoxTop {
    border-top: 2px solid #571600;
    background-color: white;    
    border-bottom: 2px solid #de3446;
    height: 2px;
}

#divHomeBoxBottom {
    border-top: 2px solid #de3446;
    height: 2px;
    border-bottom: 2px solid #571600;
    margin-bottom: 1px;
}

#divHomeBoxInner {
    padding: 8px;        
    background-color: #ffffff;    
}

#divHomePhoneNumber {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#divHomeBoxImage {
    width: 287px;
    float: left;
}

#divHomeBoxText {
    width: 250px;
    margin-left: 12px;
    float: left;
    line-height: 150%;   
}


