body, div, a {
    margin: 0 auto;
    background: #000000;
    text-align: center;
    font-family: Georgia;
    font-size: 13px;
    letter-spacing: 2.5px;
}

div {
    z-index: 1;
}

a {
    font-variant: small-caps;
    text-decoration: none;
    color: #dda379;
}

a:hover {
    color: #cccccc;
}

img {
    border: 0;
}

#logo {
    padding: 58px 0 80px 0;
}

#header-logo {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
width: 1024px;
height: 131px;

}

#nav {
    width: 740px;
}

#nav div {
    float: left;
    width: 185px;
    text-align: center;
    line-height: 120%;
}

#nav div img {
    margin-bottom: 14px;
}

#p {
    left: 0;
    top: 397px;
    width: 100%;
    position: absolute;
    color: #999999;
    text-transform: uppercase;
}

#p a {
    text-transform: none;
}

#p img {
    margin: 0 9px 0 9px;
}

.copy {
    line-height: 1.41em;
    font-family: Arial;
    font-size: 12px;
    color: #A79D94;
    text-transform: none;
    letter-spacing: 0;
}

h1 {
    position: absolute;
    text-align: center;
    width: 95%;
    left: 2.5%;
    bottom: 0px;
    padding-top: 12px;
    z-index: 0;
    display: block;
    border-top: 1px #181818 solid;
}

h1 a {
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    color: #181818;
}

h1 a.b {
    font-size: 12px;
}

h1 a:hover {
    color: #181818;
}



