html, body
    {
    width: 100%;
    }

body
    {
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 1.4em;
    color: #666;
    margin: 0px;
    text-align: center;
    }

table, tr, td, input, select, textarea, ol, ul
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    }

a img, img
    {
    border: 0;
    }

.hide
    {
    position: absolute;
    left: -1000px;
    }

a
    {
    color: #666;
    }

a:hover
    {
    text-decoration: underline;
    color: #666;
    }

h1, h2
    {
    font-family: Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    }

h1
    {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 14px;
    color: #000;
    text-transform: uppercase;
    }
h2
    {
    font-size: 1.2em;
    margin-bottom: 3px;
    }

h3
    {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #000;
    }

h4
    {
    font-size: 1em;
    color: #333;
    font-weight: bold;
    margin: 5px 0 2px 0;
    }

p
    {
    margin-top: 0;
    }

#content
    {
    width: 372px;
    margin: 60px auto;
    text-align: left;
    padding: 0 20px 50px 20px;
    position: relative;
    }

#footer
    {
    position: absolute;
    bottom: 0;
    font-size: .9em;
    padding: 100px 0 0 8px;
    border-left: 20px solid #ccc;
    }

