body
{
    color: black;
    font: Verdana, 'Trebuchet MS' , arial, sans-serif;
    margin: 0px 0;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #bcb4d0;
}  

h1
{
    color: #4B328E;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 40px;
}

h2
{
    color: #4B328E;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    
}

h3
{
    color: #4B328E;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;

}

.text
{
    font-family: Verdana, 'Times New Roman';
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: left;
    padding-right: 15px;
    padding-left: 35px;
    padding-bottom: 10px;
    padding-top: 0px;
    line-height: 24px;
}

.text a
{
    font-weight: bold;
    text-decoration: underline;
    color: #4B328E;
}

/* images */
img.headerimage
{
    float: left;
}
img.Couple
{
    float: right;
    margin-top: 0px;
    padding-top: 0px;
}
img.Specialists
{
    float: left;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.Footer
{
    text-align: center;
    font-family: Verdana, 'Times New Roman';
    font-size: 12px;
    font-weight: normal;
    color: white;
    padding-top: 10px;
}

.Footer a
{
    text-decoration: none;
    color: white;
   
}

.Footer a:hover
{
    text-decoration: none;
    color: #4B328E;
}