body {
    margin: 0;
    padding: 0;
    background-color: #f03f39;
    text-align: center
    }
#page {
    margin: 0 auto;
    width: 800px
    }
#header {
    height: 131px;
    text-align: left
    }
#content {
    width: 800px;
    height: 440px;
    background-color: #FFF;
    color: #000;
    text-align: left
    }
#footer {
    width: 800px;
    height: 60px;
    text-align: center
    }
h1, h2, h3, h4, p {
    margin-left: 60px;
    margin-right: 60px
    }
h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: 5px
    }
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #f03f39;
    font-size: 0.9em;
    line-height: 1.3em
    }
h3 {
    line-height: 1.2em;
    letter-spacing: 1px;
    font-size: 0.6em;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif
    }
p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.3em
    }
a:link {
    color: #666;
    text-decoration: none
    }
a:visited {
    text-decoration: none;
    color: #666
    }
a:hover {
    text-decoration: underline;
    color: #f03f39
    }
a:active {
    text-decoration: none;
    color: #999
    }