body {
  margin: 5px;
  text-align: center;
  background-color: white;
}

#page {
  border: solid black 1px;
  width: 794px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

#header {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

div.infobox {
  border: solid black 1px;
  width: 8em;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 0px;
}

div.navbox {
  border: solid black 1px;
  width: 8em;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 5px;
}

span.nolink {
  text-decoration: none;
  background-color: white;
  color: #6f1200;
  font-size: 14pt;
}

a:link, a:visited {
  text-decoration: underline;
  background-color: white;
  color: #6f1200;
}

a:hover {
  text-decoration: underline;
  background-color: #6f1200;
  color: white;
}

div.navbox a:link, div.navbox a:visited {
  text-decoration: none;
  background-color: white;
  color: #EB6D1F;
  font-size: 14pt;
}

div.navbox a:hover {
  text-decoration: none;
  background-color: #EB6D1F;
  color: white;
  font-size: 14pt;
}

#footer {
  background: #6f1200 url(Images/Footer.png) no-repeat top right;
  color: white;
  font-size: 12pt;
  text-align: right;
  font-weight: bold;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 20px;
  clear: both;
}

div.text {
  margin-top: -1ex;
  margin-left: 2em;
  margin-right: 2em;
  text-align: left;
}

div.text h1 {
  background-color: white;
  color: #6f1200;
  margin-top: 0;
}

div.text h2 {
  background-color: white;
  color: #6f1200;
  border-top: dashed #EB6D1F 1px;
}

div.text h3 {
  background-color: white;
  color: #6f1200;
  border-top: dashed #EB6D1F 1px;
}

div.text p {
}

div.signature {
  text-align: right;
  margin-top: 0;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2ex;
}

ul.ticklist li {
  list-style-image: url(Images/Tick.png);
  margin-bottom: 0;
}

ul.spacedticklist li {
  list-style-image: url(Images/Tick.png);
  margin-bottom: 2ex;
}

ul.normal li {
  list-style-image: none;
  margin-bottom: 0;
}

blockquote.customer {
  background-color: #EB6D1F;
  color: white;
  padding: 20px;
  font-weight: bold;
}

blockquote.pullquote {
  background-color: #EB6D1F;
  color: white;
  padding: 20px;
  font-weight: bold;
  font-size: larger;
  text-align: center;
}

div.image {
  text-align: center;
}

div.image img {
  border: 10px solid #EB6D1F;
}

div.orderform table {
  border: 1px solid black;
}

div.orderform th {
  background-color: #EB6D1F;
  color: white;
  text-align: center;
}

div.orderform td {
  background-color: white;
  color: black;
  text-align: left;
}

div.orderform input, div.orderform textarea {
  border: 1px solid #EB6D1F;
}

div.orderform td.submit {
  background-color: white;
  color: black;
  text-align: right;
}

table.nutrition th {
  background-color: #EB6D1F;
  color: white;
  text-align: left;
}

table.nutrition td {
  background-color: white;
  color: black;
  border: 1px solid #EB6D1F;
  text-align: center;
}

span.total {
  font-size: 18pt;
}

p.customercomment {
  border-top: dashed #EB6D1F 1px;
  font-size: 130%;
}

