#beforeContact
{
    text-align: top;
    height: 70px;
    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #e2e2e2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background: url("../images/bg_content.png") no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}
#beforeContact p
{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#contact_title
{
    font-weight: bold;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 4px;
}
#contact_text
{
    text-align: top;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 10px;
    border-top-color: #e2e2e2;
    border-right-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
    border-left-color: #e2e2e2;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background: url("../images/bg_content.png") no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
}
#contact_text p
{
    font-size: 150%;
    font-weight: bold;
    color: red;
    text-align: center;
}
#contact_text dl dt
{
    width: 80px;
    overflow: hidden;
    display: block;
    float: left;
}
#contact_text dl dd
{
    overflow: hidden;
    display: block;
}

#contact_text ul
{
    list-style: none;
}