body {
  background-color: #8e3644;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position:  center center;
  font-size: 1em;
}
.main {
  width: 800px;
  background-color: #e3e6eb;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
.play_list {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  float: right;
  height: 250px;
  width: 380px;
  text-align: right;
  margin-right: 20px;
}
.header {
  border-bottom: 2px solid #cc9933;
  height: 260px;
}
.header_menu {
  padding: 0.1em 1em;
  background-image: url(../images/red001.jpg);
  background-position:  center center;
  background-repeat: repeat;
  margin-left: 20px;
  width: 290px;
}
.header h2 {
  text-align: center;
  padding-top: 1em;
  font-family: Child;
}
.header_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header_menu li {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0.1em;
  width: 290px;
}
.header_menu li a {
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
  display: block;
}
.header_menu li a:hover {
  background-color: white;
  font-size: 1.3em;
  color: maroon;
  display: block;
}
.logo {
  padding: 10px 50px;
  text-align: left;
}
.content-left {
  margin-right: 20px;
  margin-left: 10px;
  width: 370px;
}
.content-right {
  background-repeat: no-repeat;
  float: right;
  width: 370px;
  margin-right: 10px;
}
.contents {
    padding-top: 1em;
    padding-bottom: 1em;
}
.bottom_box {
  background-image: url(../images/index_top_left_bottom.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 5px;
}
.top_box {
  background-image: url(../images/index_top_left_top.gif);
  width: 370px;
}
.box {
  padding: 0 15px;
  background-image: url(../images/index_top_left_bg.gif);
  background-position: center top;
}
.inner_box {
  border: 2px solid #cc9933;
  margin-right: 2px;
  margin-left: 2px;
}
.clearer {
  clear: both;
}
.contact_info {
  background-color: #aebd63;
}
.welcome_box {
  background-color: #677c97;
}
.counter_box {
  background-image: url(../images/index_info.gif);
  height: 63px;
  background-repeat: no-repeat;
  background-position: right center;
}
.counter {
  padding-top: 1em;
  padding-left: 3em;
}
.footer {
  border-style: solid;
  border-width: 1px;
  background-color: #c5bd99;
  margin: 0 20px 0px 20px;
  height: 25px;
  font-size: small;
  font-weight: inherit;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
}
#footer-spacer {
  line-height: 50%;
}
.menu-left {
  width: 230px;
  #width: 220px;
  border: 1px solid #fff;
  background-color: #99B9AC;
  margin-left: 1em;
  padding-left: .5em;
  padding-right: .5em;
}
.menu-left ul {
  margin: 0px;
  padding: 0 0 10px 0;
  list-style-type: none;
}
.menu-left ul li a {
  text-decoration: none;
}
.menu-left ul li a:link {
  color: #000;
}
.menu-left ul li a:visited {
  color: #000;
}
.menu-left ul li a:hover {
/*color: #835F33;*/
/*color: #8E87D5;*/
  color: #fff;
}
.menu-left h2 {
  border-bottom: 1px dashed #000;
}
.menu-selected {
  font-weight: bold;
  font-size: 110%;
  background-color: #999999;
}

.menu-detail {
  float: right;
  width: 500px;
  margin-right: 10px;
  margin-left: 10px;
}
.menu-description {
  margin: 10px;
}
.menu-image {
  width: 450px;
  text-align: center;
  background-color: #000;
  border: 4px solid #fff;
  padding: 10px;
}
.bakery-menu-contents {
  height: 600px;
  padding-top: 1em;
  padding-bottom: 0em;
  background-color: #a7b0c0;
}
.menu-description h2 {
  text-align: center;
}
.item_price {
  text-align: center;
}
.thumbNormal {
border:4px solid #000000;
width: 50px;
}
.thumbSelected {
  border:4px solid #ff0000;
  width: 50px;
}
.thumbnails{
  background-color: #000;
}
.padded {
    padding: 0 2em;
}
