/* Offset for page navigation, takes into account fixed div and menu bar at top of page */   
.offset {
    display: block;
    position: relative;
    top: -10px;
}   

#topheader{
    position:relative;
    left:0;
    width:95%;
    margin: 0 auto 0 auto;
    max-width:1150px;
    z-index: 1000;
}
