
body {
    background: #F9F9F9;
}

.content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.header {
    display: block;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.header img {
    display: block;
    float: left;
}

.header .title {
    display: block;
    float:left;
    margin-left: 10px;
    margin-right: 10px;
}

.header h1 {
    font-size: 28pt;
    font-family: Impact, Charcoal, sans-serif;
    font-style: italic;
    color: #0057A8;
    text-align: center;
    line-height: 1.1;
    margin: 0;
}

.header h2 {
    font-size: 10pt;
    font-style: italic;
    color: #0057A8;
    text-align: center;
    line-height: 1.1;
    margin: 0;
}

.page-body {
    display: block;
    clear: both;
    border: 5px solid #DDDDDD;
    background: #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.page-content {
    background: #FFFFFF;
}

.home-image {
    float: left;
    width: 700px;
    margin: 0;
}

.home-text {
    background: #FFFFFF;
    float: left;
    width: 248px;
    margin-top: 20px;
}

.home-text p {
    font-size: 12pt;
    font-style: italic;
    color: #0057A8;
    line-height: 1.1;
    margin: 10px;
}

.sponsors {
    /*display: block;*/
    /*clear: both;*/
}

.sponsors .sponsor {
    display: block;
    float: left;
}

.sponsors .sponsor {
    display: block;
    float: left;
    width: 138px;
    margin: 10px;
}

.sponsor img {
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

