body {
  background-color: #CACED1;
  width: 98%;
  height: 100%;
  font-family: sans-serif;
  font-size: 1em;
  color: black; }

a {
  color: #AA2C30;
  font-weight: bold; }

h1 {
  color: #AA2C30; }

h2 {
  color: #AA2C30; }
  h2 a {
    color: #AA2C30; }

#content-container {
  margin: auto;
  width: 790px;
  border: 5px outset gray;
  border-radius: 5px;
  background-color: #AA2C30; }

#header {
  height: 200px;
  background-image: url("images/mfl_header.jpg"); }

#content {
  background-color: white;
  min-height: 388px;
  padding: 1em; }

#footer {
  color: black;
  text-align: center; }

#products {
  width: 100%;
  clear: both;
  text-align: center; }
  #products img {
    display: inline-block;
    width: 110px; }

nav {
  margin: 0.75em auto auto 1em;
  font-weight: bold;
  width: 890px; }
  nav .menuitem a {
    color: white;
    background-color: #AA2C30;
    text-decoration: none;
    border: 2px solid #0A3B67;
    padding: 0.5em;
    margin: auto;
    border-radius: 4px; }
  nav .menuitem a:hover {
    background-color: white;
    color: #0A3B67; }

.phonelink a {
  text-decoration: none; }

.phonebutton a {
  background-color: #F1CA31;
  border-radius: 20px;
  padding: 0.2em 0.5em; }
.phonebutton a:hover {
  background-color: #0A3B67;
  color: #F1CA31; }

.alttext {
  position: absolute;
  top: -9999px;
  left: -9999px; }

/*# sourceMappingURL=styles.css.map */
