body {
    overflow: hidden;
    font-family: Sabon, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 100%;
    color: #444540;
}
h1 { font-size: 1.75em; margin-bottom: 0.75em; font-weight: normal; color: #A49669;}
h2 { font-size: 1.2em; line-height: 1; margin-bottom: 0.1em; font-weight: normal; color: #A8A075;}
h3 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
p , td {font-size: 0.85em; font-weight: normal; line-height: 1.2em; margin-bottom: 0.75em;}
a {color: #a49669;}
#background-img.bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-img {
    top: 0;
}
.container {
    width: 960px;
    margin: 0 auto;
}
#header {
    position: relative;
    height: 75px;
    top: 14px;
    z-index: 10;
}
#logo-bar {
    text-align: right;
}
#logo-bar img{
    margin-right: 5px;
}
#navigation {
    width: 160px;
    height: 390px;
    float: left;
    border-right: 1px solid #A8A075;
    margin-right: 50px;
}
#navigation img {
    margin-top: 12px;
}
#navigation ul li {
    margin-bottom:8px;
    width:125px;
    border-bottom: 1px dotted #5C5C54;
}
#navigation ul li a {
    font-size: 0.95em;
    text-decoration: none;
    margin-bottom: 5px;
    color: #5C5C54;
    display: block;
}
#navigation ul li a:hover, #navigation ul li a.active {
    color: #A49669;
}
#content {
    top: 30px;
    background: url(../images/transparency.png) transparent;
    position: relative;
    height: 425px;
    z-index: 1;
    padding-top: 40px;
}
#article img {
    float: right;
    margin-left: 20px;
}

.text-container {
    width: 400px;
    float: left;
}

.address {
    font-size: 0.8em;
    width: 280px;
    float: right;
    margin-top: 110px;
    text-align: right;
}
