body {
    background-color: #fff;
    font-family: Helvetica, Verdana, Arial, Sans-serif;
    font-size: 10pt;
    color: #114c76;
}

a {
    color: #5284c7;
}

#container {
    width: 775px;
    margin: 20px auto;
}

#header {
    background: transparent url(../images/masthead.jpg) top left no-repeat;
    display: block;
    height: 142px;
}

#header a {
    display: block;
    height: 142px;
    width: 775px;
    text-indent: -3000px;
    overflow: hidden;
}

#navigation {
    width: 180px;
    float: left;
    margin: 20px 5px 0 0;
}
#navigation ul,
#navigation li {
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navigation a {
    display: block;
    line-height: 35px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
}

#navigation a.home,
#navigation a.gallery,
#navigation a.blog,
#navigation a.services
{ border-bottom: 1px solid #e2e2e2; }
#navigation a.home, #navigation a.about, #navigation a.blog {
    color: #d58b49;
}
#navigation a.gallery, #navigation a.services {
    color: #5284c7;
}
#navigation a.contact {
    color: #c75a52;
}

#content {
    width: 590px;
    float: right;
}
#content #leftCol {
    width: 385px;
    float: left;
    padding: 0 10px;
}
#content #rightCol {
    width: 180px;
    float: right;
    margin-top: 10px;
}
#footer {
    clear: both;
    text-align: center;
    color: #ba1689;
    padding-top: 20px;
}

