   body {
    margin-top: 0px;
    font: bold 12px/1.5em Verdana;
    min-width: 1000px;
    background-color: rgb(70, 70, 70);
    color: rgb(61,59,59);
   }
  p {
   margin: 0px;
   padding: 0px;
  }
  a {
   color: rgb(135,0,0);
  }
  a:link {
   text-decoration: none;
  }
  a:visited {
   text-decoration: none;
  }
  a:hover {
   text-decoration: underline;
  }
  a:active {
   text-decoration: underline;
  }
  img {
   border: 0px;
  }
  #toplinks {
   float: left;
   position: relative;
   left: 100px;
   top: 30px;
   width: 720px;
   height: 180px;
  }
  #toplinksdiv {
   width:100%;
   text-align: center;
   padding-bottom: 5px;
  }
  #PageContainer {
   top: 0px;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   background: #ffffff;
   border-bottom: black 1px solid;
  }
  #logo {
   float: left;
   position: relative;
   left: 25px;
   top: 10px;
   width: 150px;
   height: 180px;
   text-align:center;
  }
  #drinkcontainer {
   float: left;
   width: 700px;
   border-top: solid 1px rgb(135,0,0);
  }
  #drinkintro {
   padding-bottom: 10px;
   text-align: justify;
  }
  #imagediv {
   float: left;
   width: 300px;
   text-align: center;
  }
  #bottomlinks {
   width: 980px;
   height: 40px;
   padding-top: 30px;
   padding-right: 20px;
   border-top: solid 1px rgb(135,0,0);
   text-align: right;
  }
  #adcontainer {
   float: left;
   width: 300px;
   padding-top: 10px;
   border-top: solid 1px rgb(135,0,0)
  }
  #drinkcontents {
   float: left;
   width: 350px;
   margin-left: 50px;
  }
  .morepages {
   width: 500px;
   position: relative;
   left: 50px;
  }
  .morepages img {
   padding: 0px;
   margin: 0px;
  }
  .drinkitem {
   float: left;
   position: relative;
   width: 200px;
   height: 250px;
   margin: 10px 10px 0px 20px;
   padding-top: 10px;
   border: solid 1px #eeeeee;
  }
  .drinkitem p {
   text-align: center;
  }
  #copyright {
   width: 980px;
   height: 40px;
   padding-top: 10px;
   padding-right: 20px;
   text-align: right;
  }
  ul {
   padding-left: 0px;
   margin: 10px 0px 15px 20px;
   list-style-image: url("../img/common/cherry.gif");
   color: #000000;
   text-align: justify;
  }
  li {
   padding: 2px 0px 2px 0px;
  }
  h1 {
   width: 100%;
   text-align: center;
  }
  h2 {
   width: 100%;
   text-align: center;
 }
 .drinkcounter {
  float: left;
  position: relative;
  left: 100px;
  height: 30px; 
 }
 .moredrinks {
  float: left;
  position: relative;
  left: 150px;
  width: 200px;
  padding: 5px 0px 5px 0px;
  border: solid 1px rgb(135,0,0);
  border-radius: 15px;
  background: rgb(135,0,0);
  color: white;
 }
 .pageoff {
  float: left;
  margin: 0px 1px 0px 0px;
  background: rgb(135,0,0);
  width: 35px;
  text-align: center;
  border: solid 1px rgb(135,0,0);
  border-radius: 4px;
 }
 .pageoff a {
 color: #ffffff;
 }
 .pageon {
  float: left;
  margin: 0px 1px 0px 0px;
  background: #ffffff;
  width: 35px;
  text-align: center;
  border: solid 1px rgb(135,0,0);
  border-radius: 4px;
  color: rgb(135,0,0);
 }
