body {
    background-color: #F0EFEF;
}

body, table, td{
    font-family: verdana, Arial, sans-serif;
    font-size: 9pt;
    line-height: 1.4em;
    color: #888888;
}

div.page {
    margin: 0px auto;
    width: 900px;
}
div.logo {
    background-image: url('images/logo.png');
    background-position: left;
    background-repeat: no-repeat;
    height: 75px;
}
div.pic {
    background-image: url('images/picture1.jpg');
    height: 350px;
border-bottom: 2px solid #EC008C;
}
div.footer {
    margin-top: 20px;
    text-align: center;
    color: white;
    background-color: #beb1a1;
    
}
h1 {
    font-size: 14pt;
    color: #4E4B4B;
    font-weight: normal;
}
a {
    color: #EC008C;
}
a img {
    border: none;
}
table {
    border-collapse: collapse;
}
table td {
    vertical-align: top;
    padding: 10px 26px;
}
td.contact {
    width: 25%;
}
div.below {
float: left;
}
div.below, div.below a {
    color: #DDD;
    font-size: 5pt;
}

