body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}

h1, h2, h3 {
    text-transform: lowercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul, blockquote {
    line-height: 17px;
}

strong {
    color: #000000;
}

/* Header */

#header {
    width: 1800px;
    height: 280px;
    margin: 0 auto;
    background: url(midwes11/public_html/images/header.jpg);
}

#header h1 {
    margin: 0;
    padding: 180px 0 0 20px;
    font-size: 36px;
}

#header h2 {
    margin: 0;
    padding: 0 0 0 92px;
    font-size: 16px;
}

#header a {
    border: none;
    letter-spacing: -1px;
    color: #FF941D;
}

/* Footer */

#footer {
    clear: both;
    width: 580px;
    margin: 0 auto;
    padding-top: 20px;
}

#footer p {
    margin: 0;
    text-align: center;
    font-size: 9px;
}

#footer * {
    color: #FFFFFF;
}