body{
  font-family: Arial;
  font-size: 12px;
  margin: 0px;
  background: #e3dcd2;
}

div.header{
  padding-top: 35px;
  padding-right: 15px;
  width: 808px;
  height: 107px;
  border-left: solid #f0ede8 1px;
  border-right: solid #f0ede8 1px;
  background-color: #ffffff;
  background-image: url('../images/header.jpg');
  font-size: 11px;
  text-align: right;
  overflow: hidden;
}

div.header_line{
  padding-left: 14px;
  padding-right: 12px;
  padding-top: 5px;
  width: 797px;
  height: 94px;
  border-left: solid #f0ede8 1px;
  border-right: solid #f0ede8 1px;
  background: #ffffff;
}

div.header_line img{
  position: relative;
  float: left;
  width: 94px;
  height: 94px;
  padding-right: 6px;
}

div.header_line img.last{
  padding-right: 0px;
}

div.spacer{
  width: 823px;
  height: 20px;
  border-left: solid #f0ede8 1px;
  border-right: solid #f0ede8 1px;
  background: #ffffff;
}

div.menu, div.category{
  width: 823px;
  border-left: solid #b09e85 1px;
  border-right: solid #b09e85 1px;
  text-transform: uppercase;
}

div.menu{
  padding-top: 3px;
  height: 23px;
  background-color: #593b0f;
  background-image: url('../images/menubg.jpg');
  color: #ffffff;
  letter-spacing: 5px;
  font-size: 16px;
}

div.menu a{
  color: #ffffff;
  text-decoration: none;
  letter-spacing: normal;
}

div.category{
  padding-top: 5px;
  background-color: #ffffff;
  background-image: url('../images/submenubg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}

div.category ul{
  position: relative;
  overflow: hidden;
  clear: left;
  margin: 0 auto;
  list-style-type: none;
}

div.category ul#up{
  width: 780px;
}

div.category ul#ce{
  width: 650px;
}

div.category ul#bo{
  width: 520px;
}

div.category ul li{
  font-size: 11px;
  height: 21px;
  float: left;
}

div.category ul#up li{
  width: 150px;
}

div.category ul#ce li, div.category ul#bo li{
  width: 130px;
}

div.category ul li a{
  color: #5a3b10;
  text-decoration: none;
  display: block;
}

div.content{
  width: 803px;
  border-left: solid #b09e85 1px;
  border-right: solid #b09e85 1px;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

div.menu_bottom{
  width: 823px;
  border-left: solid #b09e85 1px;
  border-right: solid #b09e85 1px;
  background: #ffffff;
  background-image: url('../images/bottommenubg.jpg');
  background-position: center bottom;
  font-size: 9px;
  color: #717171;
  text-transform: uppercase;
}

div.menu_bottom a{
  color: #717171;
  text-decoration: none;
}

div.footer{
  padding-top: 4px;
  width: 825px;
  height: 20px;
  background: #ffffff;
  background-image: url('../images/footerbg.jpg');
  color: #9f9e9e;
  font-size: 9px;
}