body {
    font-family: 'Century Gothic';
    font-weight: normal;
    background-color: #f0f0f0;
    margin: 0 0 100px 0;
    padding: 0;
}

#page {
    position: absolute;
    left: 15%;
    right: 15%;
    min-width: 575px;
}

#outline {
    border: 2px solid black;
    background-color: white;
    padding: 25px 35px;
    margin: 100px auto 0 auto;
}
#headline {
    font-weight: normal;
    font-size: 16pt;
    padding: 0;
    margin: 0;
    line-height: 200%;
/*    text-transform: uppercase;  */
    width: 100%;
}
.section {
    background-color: white;
    line-height: 200%;
    padding: 0 35px 15px 35px;
    margin-bottom: 100px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

.section h2 {
    color: white;
    background-color: black;
    padding: 5px 35px;
    margin: -2px -35px 25px -35px;
    font-size: 12pt;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#contact {
    background-color: black;
    color: white;
    padding: 8px 0;
    margin: 0;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 15%;
    right: 15%;
    font-size: 9pt;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    min-width: 575px;
    cursor: pointer;
}

#contact a:link {
    color: white;
    text-decoration: none;
}
