
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Verdana, sans-serif;
    background-color: #f0f0f0;
    line-height: 180%;
    font-weight: 400;
    font-size: 0.938em;
    color: #5c5c5c;
}

a {
    text-decoration: none;
    color: #981e32;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 180%;
    font-weight: 400;
    color: #981e32;
}

h2, h3, h4, h5, h6 {
    padding-top: 12px;
}

ul {
    padding: 0 0 20px 20px;
}

p { 
    padding-bottom: 16px;
}

img {
    width: 100%;
    height: auto;
}

#header {
    text-align: left;
}

#page-wrapper {
    padding: 20px 10% 20px 10%;
    max-width: 1000px;
    margin: 0 auto;
}

#footer {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

img.logo {
    padding-bottom: 20px;
    max-width: 400px;
}

img.content-pic {
    margin: 0 0 40px 50px;
    max-width: 320px;
    float: right;
}

    @media (max-width: 700px) {

        img.content-pic {
            margin: 0 0 30px 0;
            max-width: 100%;
            float: none;
        }
    }

table td.first-col {
    padding-right: 12px;
}

