html, body {
    height: 100%;
    width:100%;
    font-family: Cambria;
}
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    overflow: auto;
    
}
.push, footer { 
    height: 50px; 
    margin-top: 0; 
}
footer { 
    border: 0; 
    line-height: 50px; 
    margin-top: 0 !important; 
}
footer * { 
    line-height: inherit; 
}
footer p { 
    margin-top: 0; 
    font-size: 0.8em; 
}
footer .ink-navigation ul.menu.horizontal li { 
    margin-right: 2em; 
    line-height: inherit; 
}
footer .ink-navigation ul.menu.horizontal li a {
    padding: 0;
    text-decoration: underline;
}
footer .ink-navigation ul.menu.horizontal li a:hover {
    color: #c91111;
}
.top-menu {
    background: #fff;
}
.cta {
    font-size: 1.8em;
    margin-left: 0;
}

h1 {
    color: #ffcc00;
}

a, a:link, a:visited, a:hover, a:active {
    color: #ffcc00;
    text-decoration: underline; 
}

fixedPic {
    background: #FFFFFF;
    width: 100%; 
    position: fixed;
    left: 0;
    top: 0;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    z-index: 10;
}
.inner{
    margin: 0 auto;
    padding: 20px;
    max-width: 1000px;
    min-width:200px;
        z-index: 10;
    }
    
section#content {
    background-color: #FFFFFF;
    max-width: 1000px;
    min-width:200px;
    margin:0  auto;
    padding: 200px 20px 130px;
        z-index: 10;
    }