td {
    color: #777;
    font: normal 15px Arial;
    line-height: 22px;
}

h1 {
    color: #b29876;
    font: normal 32px Arial;
    line-height: 36px;
    margin: 0 0 10px 0;
    padding: 0;
}

h2 {
    color: #9873ad;
    font: normal 26px Arial;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

h3 {
    color: #9873ad;
    font: normal 20px Arial;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0;
}

.split { border-top: dashed 1px #666; }


#topImage {
    min-height: 410px;
    min-width: 400px;
    float: left;
}
#topBox {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #f2f2f2;
    border-radius: 20px;
    color: #777;
    float: right;
    font: normal 15px Arial;
    line-height: 22px;
    margin: 50px 20px 0 0;
    padding: 40px;
    width: 450px;
}

#bottomBox {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #f2f2f2;
    border-radius: 20px;
    color: #777;
    font: normal 15px Arial;
    line-height: 22px;
    margin: 40px 0 0 0;
    padding: 40px;
}

.quote {
    color: #aaa;
    font: italic 22px Georgia Arial;
}