html, body { height:100%; }
body { font-family:'Titillium Web', sans-serif; }
.header_logo {
  margin:10px;
  width:120px;
}
.header_text { margin:10px; }
.margin-0 { margin:0px; }
.margin-top-100 { margin-top:100px; }
.margin-top-80 { margin-top:80px; }
.margin-top-50 { margin-top:50px; }
.margin-top-10 { margin-top:10px; }
.margin-bottom-100 { margin-bottom:100px; }
.margin-left-15 { margin-left:15px; }
.font-24 { font-size:24px; }
.font-18 { font-size:18px; }
.font-17 { font-size:17px; }
.font-14 { font-size:14px; }
.font-12 { font-size:12px; }
.bg-color-grey { background-color:#888886; }
.width-33 { width:33%; }
.bg-color-grey > p {
  font-family:'Titillium Web', sans-serif;
  font-weight:lighter;
  color:white;
}
.bg-color-light-grey { background-color:#eae9e9; }
#wrap {
  height:auto !important;
  margin:0 auto -40px;
  min-height:100%;
}
#push, #footer { height:40px; }
