body, html {
    height:100%%;
}

body {
    font-family:"adobe-garamond-pro", Times New Roman, serif;
    font-size:19px;
    line-height:25px;
    letter-spacing:0.1em;
    color:#333;
    background:#fff;
    padding:0;
}

a:link, a:visited, a:active {
    color:#858585;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}


h2 {
    font-size:34px;
    line-height:48px;
    font-weight:normal;
    letter-spacing:0.16em;
}


#content .wrapper {
    padding:70px 0 5px;
}



#logo {
    position:absolute;

}

nav {

    font-family:"new-cicle", Helvetica, arial, sans-serif;
    font-weight:500;
    text-transform:uppercase;
    text-align:right;
    font-size:16px;
    letter-spacing:0.4em;
  

}
nav li {
    margin-bottom:7px;
    list-style: none;
    text-align:right;
}

nav a:link, nav a:visited, nav a:active {
    color:#000;
}

.nav > li > a:hover {
    background:none;
    font-weight:700;
}

nav li.active a, nav li.active a:link {
    color:#858585;
}

.spacer {
    margin:18px 0;
}

.intro {
    margin-top:145px;
}

section {
    margin-top:66px;
    text-align:right;
}

.divider {
    border-top:1px solid #000;
    padding-top:66px;
}


