<style>
body {
    background-color: #F7FF9F9;
    width: auto;
}
div#b1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(220,220,220);
    height 900px;
}
    a:link {
         text-decoration: none;
} 
    a:link {
         color: rgb(231,0,23);

}
    a:visited {
         color: rgb(231,0,23);
}
    a:hover {
         color: rgb(220,220,220);
}
th {
    padding-left: 20px;
    font-size: 17;
    font-weight: 5;
    color: red;
}
td {
    padding-left: 20px;
    font-size: 14;
    font-weight: normal;
    color: white;
}

.nav1 {
    float: right;
    font-size:20;
    font-weight:bold;
    padding-right:30px;
}


.hdr1 {
   border-top: 14px solid rgb(220,220,220);
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   height: 200px; 
   max-width: 1000px;
   min-width: 1000px;
   background-color: rgb(0,0,0);
}

.hdr1b {
   min-width: 1000px;
   border-top: 2px solid rgb(220,220,220);
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   height: 100px; 
   width: 1000px;
   background-color: rgb(0,0,0);
}


.hdr2 {
   min-width: 1000px;
   max-width: 1000px;
   margin-top: 0px;
   margin-bottom: 0px;
   height: 50px;
   margin-left: auto;
   margin-right: auto;
   background-color: rgb(0,0,0);
   color: rgb(220,220,220);
   font-size: 17px;
   border-bottom: 0px solid rgb(220,220,220);
}
.menuhdr1 {
   height: 52px;
   line-height: 1.3;
   width: 180px;
   margin: auto;
   background-color: #23CE6B;
   text-align: center;
   font-weight: bold;
   vertical-align: middle;
}
.menuhdr2 {
   height: 52px;
   line-height: 1.3;
   width: 210px;
   margin: auto;
   margin-bottom: 30px;
   background-color: #23CE6B;
   text-align: center;
   font-weight: bold;
   vertical-align: middle;
}
.menuhdr3 {
   height: 52px;
   line-height: 1.3;
   width: 350px;
   margin: auto;
   margin-bottom: 30px;
   background-color: #23CE6B;
   text-align: center;
   font-weight: bold;
   vertical-align: middle;
}
.about {
  height: auto;
  width:  auto;  
  background-color: rgb(250,250,250);
  border-style: solid;
  border-width: 4px;
  border-color: blue;
  color: blue;
  text-align:center;
  float: left;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 80px;
  padding: 0px 8px 0px 8px; 
  font: 16px arial, sans-serif;
}
.ordering-info { 
  height: auto;
  width:  500px;  
  background-color: rgb(250,250,250);
  border-style: solid;
  border-width: 4px;
  border-color: blue;
  color: blue;
  text-align: left;
  float: right;
  margin-left: 10px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 0px;
  padding: 0px 8px 10px 0px; 
  font: 16px arial, sans-serif;
}


div#d1 {
   height: 800px;
   width: 1000px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   background-color: rgb(0,0,0); 
   color: rgb(231,0,23);
   background-repeat: no-repeat;
}
</style>
