/* CSS Document */
body {
  margin: 0;
}
blockquote
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#outter_container {
  width: 100%;
  height: auto;
  background-color: #fff;
  text-align: center;
}

#container {
  width: 1000px;
  height: auto;
  margin-left:auto;
  margin-right: auto;
  text-align: left;
}

#banner {
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 280px;
}

/*NAVIGATION STARTS HERE*/
#navigation {
  background-image: url(images/navbg.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 31px;
  clear:both;
}
.menuactive {
  background-color: #e6e6e6;
  height: 31px;
  width: 95px;
  margin-left: 15px;
  float: left;
  text-align: center;
  vertical-align: center;
}

.menuinactive {
  background-color: #c1c1c1;
  height: 31px;
  width: 95px;
  margin-left: 15px;
  float: left; 
  text-align: center;
}

/*NAVIGATION ENDS HERE*/

#content {
  background-image: url(images/bgslice.jpg);
  background-repeat: repeat-y;
  width: 1000px;
  height: auto;
  clear:both;
    
}

#footer {
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 84px;
}
.pricelist {
  text-align: center;
  width: 600px;
  height: auto;
  border-style: solid solid solid solid;
  background-color: #fff;
}
.schedule {
  text-align: left;
  width: 500px;
  height: auto;
  border-style: solid solid solid solid;
  background-color: #fff;
}
.td {
  border-style: solid solid solid solid;
  background-color: #c7ddeb;
}
