﻿body {
    font-family: Arial, Verdana, sans-serif;
}

.container {
    width: auto;
    background-color: #c1c1c1;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container2 {
    width: 90%;
    background-color: gray;
    margin: auto;
}

a:link {
    text-decoration: none;
}

.header {
    width: 100%;
    height: 150px;
    background-color: gray;
    line-height: 50%;
}

.header p {
    color: white;
    font-weight: bold;
}

.header a:link {
    color: white;
}

.contact {
    margin: auto;
    width: auto;
    height: auto;
    text-align: right;
    text-decoration-color: white;
    padding-right: 5px;
    float: right;
    padding-top: 25px;
}

img.logopic {
    width: auto;
    height: 150px;
    float: left;
}

img.portrait {
    width: auto;
    height: 300px;
    float: right;
    padding: 10px 10px 10px 10px;
}

.divider {
    background-color: blue;
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.divider a:link {
    color: white;
}

.main {
    background-color: white;
    float: left;
    padding-bottom: 10px;
    height: auto;
    padding: 10px 10px 10px 10px;
}

.main p{
    float: left;
    line-height: 175%;
}

.footer {
    clear: both;
    height: auto;
    font-size: 10px;
    background-color: gold;
    line-height: 125%;
    padding: 10px 10px 10px 10px;
}