body {
    background: #bcee7b;
    font: 13pt "Adobe Garamond Pro", Cambria, serif;
    line-height: 25px;
}

#container {
    width: 800px;
    background: #fff;
    border-bottom: 3px solid #78bf1b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 40px auto auto;
    padding: 25px;
}

#header {
    background: url(img/header.png);
    width: 800px;
    height: 166px;
    overflow: hidden;
}

#home {
    width: 166px;
    height: 166px;
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -83px;
}

#navbarLeft,#navbarRight {
    width: 310px;
    position: relative;
    top: 63px;
    display: inline-block;
    text-align: center;
}

#navbarLeft {
    left: 7px;
}

#navbarRight {
    left: 168px;
}

.navbarLink {
    font: 14px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 9px;
}

#navbarRight > .navbarLink {
    padding: 5px;
}

.navbarLink:hover {
    color: #edfad7;
}

#content {
    width: 770px;
    overflow: hidden;
    margin: auto;
}

.boxwrapper {
    overflow: hidden;
    display: block;
}

.box {
    width: 220px;
    background: #edf7dc;
    display: inline-block;
    float: left;
    vertical-align: top;
    margin: auto 10px 10px auto;
    padding: 15px;
}

#testimonial {
    font: 15pt georgia;
    font-style: italic;
    color: #728a4a;
}

#content a:link,#content a:active,#content a:visited {
    color: #7a8c03;
}

#content a:hover {
    color: #a4bd06;
}

table {
    font: 10pt arial;
    width: 100%;
}

table tr {
    vertical-align: top;
}

table tr:nth-child(1) {
    background: #78bf1b;
    color: #fff;
    font: 11pt Helvetica, Arial;
    font-weight: 700;
}

table tr:nth-child(2n) {
    background: #f2f2f2;
}

table tr td {
    padding: 5px;
}