html {
   background: #F8F3E0;
}

body {
   margin: 0px;
   font-size: 12px;
   font-family: Verdana, Arial, Sans-Serif;
}

input.ButtonAlt {
   background-color: #692a2d !important;
}

input.ButtonAlt:hover:enabled {
   background-color: #58191c !important;
}
#Navigation a:hover, #Navigation a.On {
   background-color: #692a2d !important;
}
#Navigation a:hover {
   background-color: #692a2d !important;
}
#Header  {
   text-align: center;
}
#Header img {
   max-width: 100%;
}
#Content {
   margin: 0px auto;
   padding: 10px 15px 30px 15px;
   background-color: #ffffff;
}
#Content > div,
#Footer > div,
#Header > div {
   max-width: 1120px;
   margin-left: auto;
   margin-right: auto;
}
#Footer {
   color: black;
   text-decoration: none;
   font-size: 10;
   text-align: center;
}
#Footer a:hover {
   text-decoration: underline;
}
#Footer > div:not(:first-child) {
   padding-top: 10px;
}

@media (max-width: 560px) {
   #Header img {
      height: 125px;

      max-width: none;
   }
}
