body {
    font-family: sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #FB6A01;
}

img {
    border: none;
}

h1 {
    margin: 0;
    color: #FF7422;
    font-size: 18px;
}

h2, h2 a {
    color: #3B3C40;
    font-size: 15px;
    margin: 0;
}

div.hr {
    clear: both;
    height: 1px;
    background: #E3E4E6;
    margin: 1em 0;
}

#container {
    margin: 0 auto;
    width: 960px;
    position: relative;
    padding-bottom: 140px; /* allows the footer to "push up" into the bottom of the page */
}

#header {
    position: relative;
    height: 100px;
}

#header img#cat-solutions {
    position: absolute;
    top: 10px;
    left: 160px;
}

#header img#profitplus {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 110px;
    z-index: 100;
}


#footer {
    position: absolute;
    bottom: 0;
    height: 257px;
    background: url(../images/half-moon.png) no-repeat;
    width: 100%;
}

#footer #footer-content {
    margin-left: 100px;
    margin-top: 90px;
}

#footer #footer-content div.footer-block {
    float: left;
    color: white;
    font-size: 12px;
    width: 180px;
    margin-right: 50px;
}

#footer #footer-content div.footer-block a {
    color: white;
    font-weight: bold;
    font-size: 12px;
}

#page-content {
    padding: 1em;
}

div.page-summary {
    float: left;
    width: 45%;
    margin-right: 5%;
    text-align: justify;
}

div.page-summary a {
    font-weight: bold;
}

div.attachment {
    height: 30px;
    line-height: 30px;
}

div.attachment img {
    margin-right: .5em;
    vertical-align: middle;
}

