body {
    background: white url('../images/body-back.png') repeat-x top left;
}

body, td, th {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 15px;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
}

a {
    color: #b8320c;
}
a img {
    border: 0;
}

.main, .header, .footer {
    width: 970px;
    margin: 0 auto;
    text-align: left;
}

.header {
    padding: 32px 14px 28px 19px;
    height: 46px;
}

.header-navigation {
    float: right;
}
#logo {
    float: left;
}
.header-navigation ul, .header-navigation li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 6px;
}
.header-navigation li {
    float: left;
}
.header-navigation li a {
    color: #b8320c;
    font-size: 25px;
    text-decoration: none;
    margin-left: 26px;
    text-transform: lowercase;
}
.header-navigation li a:hover {
    text-decoration: underline;
}

.banner {
    margin-bottom: 28px;
}

/* Footer */
.footer-holder {
    width: 100%;
    background-color: #eee;
    clear: both;
    margin-top: 16px;
}
.footer {
    color: #666;
    padding: 35px 0;
    line-height: 1.6em;
}
.footer a {
    color: #666;
}
.footer a:hover {
    color: #000;
}

.content {
    line-height: 1.6em;
}
.content p {
    margin: 0 0 1.6em;
}
.content ul {
    margin-top: -1.3em;
    margin-bottom: 1.6em;
}
.cols-3 .col-1, .cols-3 .col-2, .cols-3 .col-3 {
    float: left;
    width: 300px;
    margin-right: 32px;
}
.cols-3 .col-3 {
    margin-right: 0;
}
.cols-2 .col-1 {
    float: left;
    width: 632px;
    margin-right: 32px;
}
.cols-2 .col-2 {
    float: left;
    width: 300px;
    margin-right: 0;
}

.clear {
    clear: both;
}

h1, h2 {
    margin: 0 0 22px;
    color: #b8320c;
    font-weight: normal;
    font-size: 25px;
}
h4 {
    font-weight: bold;
    margin: 0 0 2px;
}

/* news sidebar */
.news-article {
    margin-bottom: 1.6em;
    font-size: 14px;
}
.news-article .date span {
    background-color: #b8320c;
    padding: 2px 2px;
    color: #fff;
}
.news-article .date {
    margin-bottom: 2px;
}

/* Portfolio */
.portfolio-logo-holder {
    background-color: #f4f4f4;
    text-align: center;
    height: 120px;
    margin-bottom: 28px;
}
.portfolio-screen-image {
    border: 1px solid #ccc;
}