.cb {
    clear: both;
}
html {
    max-width: 2000px;
}
body {
    background: url(/images/bg.jpg) transparent no-repeat top center;
    max-width: 2000px;
    height: 1793px;
    margin: 0;
    padding: 0;
}
#wrapper {
    background: url(/images/bg-wrapper.jpg) transparent no-repeat top center;
    width: 960px;
    height: 1793px;
    margin: 0 auto;
}
#header {
    background: url(/images/bg-header.png) transparent no-repeat top center;
    width: 960px;
    height: 460px;
}
#navItemsWrapper {
    width: 425px;
    height: 25px;
    padding-top: 20px;
    margin-left: 177px;
}
#navItemsWrapper > div, .sectionHeader {
    font-family: 'Titillium Web', sans-serif;
}
.title, .content, #resumeContact > div, #copyright {
    font-family: 'Asap', sans-serif;
}
#navItemsWrapper > div {
    font-size: 15px;
    color: #3c78b5;
    text-transform: uppercase;
    padding: 0 9px;
    border-right: 1px solid #4882bc;
    cursor: pointer;
}
#navItemsWrapper > div:last-child {
    border-right: 0;
}
#intro > .title {
    font-size: 43px;
    color: white;
    line-height: 1;
    width: 400px;
    position: relative;
    top: 45px;
    left: 130px;
}
#intro > .content {
    width: 780px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.4;
    position: relative;
    top: 107px;
    left: 10px;
}
.sectionHeader, .content {
    color: #193e63;
}
#navItemsWrapper > div, .sectionHeader > div, .one, .two, .three {
    float: left;
}
.three {
    clear: both;
    padding-top: 20px;
}
.sectionHeader {
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
}
#about > .sectionHeader, #otherWork > .sectionHeader, #currently > .sectionHeader {
    height: 1px;
    margin: 30px auto 40px;
}
#about > .sectionHeader {   
    width: 301px;
    margin-top: 10px;
}
#otherWork > .sectionHeader {
    width: 359px;
    padding-top: 25px;
    margin-top: 25px;
}
#currently > .sectionHeader {
    width: 345px;
    margin-top: 25px;
}
.sectionHeaderLine {
    background-color: #3c78b5;
    width: 100px;
    height: 1px;
    margin: 9px;
}
#about > .content, #otherWork > .content, #currently > .content {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto;
}
#about > .content, #otherWork > .content {
    width: 810px;
}
.one, .two {
    width: 380px;
}
.one {
    margin-right: 50px;
}
#otherWork {
    background-color: #dee3ef;
    padding-bottom: 25px;
}
#currently > .content {
    width: 810px;
    padding-bottom: 15px;
}
#resumeContact {
    width: 473px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#resumeContact > div.button {
    background-color: #336699;
    text-align: center;
    cursor: pointer;
    width: 214px;
    height: 37px;
    float: left;
}
#resumeContact > div.button > div.text {
    font-size: 15px;
    padding-top: 10px;
}
#resumeContact > div.button > div.text > a {
    color: #dfe9f3;
    text-decoration: none;
}
#resume {
    margin-right: 45px;
}
#copyright {
    font-size: 12px;
    width: 340px;
    margin: 0 auto;
}