p + p {
    text-indent: 1em;
}

.caption {
    font-variant: small-caps;
}

#aboutTitle {
    margin-top: 25px;
    text-align: center;
}

#aboutTitle h1 {
    color: #fff;
    font-size: 3.5em;
}

#centerColumn {
    float: left;
    width: 340px;
    margin-top: 25px;
    padding: 0px 20px 0px 30px;
}

#centerColumn h2 {
    color: #fff;
    font-size: 1.8em;
    margin: 25px 0px 10px 0px;
}

#centerColumn p {
    font-size: 1.2em;
    line-height: 1.5;
}

#container {
    background: url("../images/backgrounds/background.one.jpg") no-repeat top left;
}

#leftColumn {
    float: left;
    width: 230px;
    margin-left: 25px;
    margin-top: 25px;
}

#rightColumn {
    float: right;
    width: 251px;
    margin-top: 25px;
}