body {
    background: #070705;
}

#header {
    background: #070705;
    height: 110px;
    position: fixed;
    top: 0;
    width: 100%;
}

#header.shrink {
    height: 60px;
}

#header #logo {
    left: 20px;
    top: 16px;
}

#header.shrink #logo {
    left: 10px;
    top: 7px;
}

#header.shrink #logo img {
    height: 45px;
}

#header #text {
    display: none;
}

#navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 32px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #070705;
    border: 1px solid #FAF2D2;
}

#navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #FAF2D2;
    margin: 4px 0;
}

#header.shrink #navbar-toggle {
    margin-top: 8px;
}

#main {
    margin-top: 110px;
}

.left-column, .right-column {
    display: none;
}

#center {
    border: none;
    width: 100%;
}

#center #breadcrumb {
    left: 0;
    padding: 5px 9px;
    position: static;
    top: 0;
}

#center #content {
    margin: 9px 0;
}

#center #content #nav-column {
    display: none;
    float: none;
    margin: 0 auto;
}

#center #content #content-column {
    width: auto;
}

#home-text img {
    display: none;
}

#home-text div {
    display: block;
    font-family: Georgia;
    font-size: 12pt;
    font-style: italic;
    line-height: 18pt;
    padding: 10px;
    text-align: justify;
    text-indent: 30px;
}

#home-text div p {
    margin-bottom: 0;
    text-align: right;
}

#page-end div {
    display: none;
}

#footer div {
    margin: 0;
    padding: 10px;
    width: auto;
}