﻿#header
{
    background-image: url("../public/bannerContacts.gif");
    background-position: top center;
    background-repeat: no-repeat;
    width: 900px;
    height: 124px;
}
.conContentContacts
{
    margin-top: 11px;
    text-align: left;
    font-size: smaller;
}
.contact
{
    text-align: left;
    font-style: italic;
    float:left;
    width: 170px;
    border-bottom: dotted 1px Black;
    height: 15px;
}
.contactValues
{
    padding: 5px;
    text-align: left;
    width: 415px;
    float: left;
    border: dotted 1px Black;
    background-color: #eee;
    text-align: justify;
    margin-top: 15px;
}
.contactValuesLeft
{
    float: left;
    width: 90px;
    text-align: right;
    padding-right: 5px;
}
.contactValuesRight
{
    float: left;
}