.main {
    font-family: "Lucida Grande", Arial, sans-serif;
    margin: 40px 0 10px 0;
}

#content {
    width: 800px;
    min-height: 400px;
    margin: 0 auto;
    padding: 20px 40px;
    background-color: #99ccff;
    border: 1px solid #6699cc;
}

h1 {
    margin: 0.6em 0 0.6em 0;
}

h3 {
    margin: 1.4em 0 0.6em 0;
}

a {
    font-weight: bold;
    color: #339;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#content h1 {
    text-align: center;
}

#logo {
    float: left;
    width: 200px;
    height: 200px;
    margin-left: -25px;
}

#footer {
    padding-top: 15px;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #6699cc;
}

#tracking {
    text-align: right;
}

