body {
    background-color: #efefef;
    font-family: 'Ubuntu', sans-serif;
    width: 940px;
    margin: 0 auto;
}

.masthead {
    color: #999999;
    font-size: xx-large;
}

.row .column-middle, .row .column-right, .row .column-left {
    float: left;
    width: 266px;
    height: 300px;
    color: #f5f5f5;
    font-size: small;
    text-align: justify;
    margin-right: 4px;
    margin-left: 4px;
    padding: 15pt;
}

.row .column-right {
    margin-right: 0px;
}

.row .column-left {
    margin-left: 0px;
}

.row .column-left, .row .column-right {
    background-color: rgba(0, 0, 0, 0.77);
}

.row .column-middle {
    background-color: #51a351;
}

.row .column-middle ul {
    margin-right: 10px;
}

.row .column-left h1, .row .column-right h1, .row .column-middle h1 {
    font-size: x-large;
    color: #ffffff;
}

a {
    color: #51a351;
}

.footer {
    clear: both;
    padding-top: 20px;
    font-size: x-small;
    color: #999999;
}

.footer div {
    float: left;
    height: 105px;
    /*
    background-color: rgb(255, 255, 255);
    */
    color: #999999;

    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(bottom,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.footer .column-left {
    text-align: left;
    width: 468px;
}

.footer .column-left p {
    padding-left: 15px;
    padding-top: 15px;
}

.footer .column-right {
    width: 468px;
}

.footer h1, .footer .column-right p {
    font-size: x-small;
    padding-left: 165px;
}
