html, body {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #663300;
  background-color: #CC9A09;
  text-align: center;
}
a:link {
  color: #59410D;
  text-decoration: none;
}
a:visited {
  color: #59410D;
  text-decoration: none;
}
a:active {
  color: #59410D;
  text-decoration: none;
}
a:hover {
  color: #59410D;
  text-decoration: underline;
}
img {
  margin: 20px;
  border: 0;
}

#container {
  position: relative;
  width: 750px;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #CC9A09;
  background: #FFFFFF url(../images/tango_bg.jpg) no-repeat scroll left top;
  font: 16px Arial, Helvetica, sans-serif;
}
* html div#container {
  height: 100%;
}

#content {
  padding: 145px 50px 30px;
  text-align: left;
  color: #59410D;
  overflow: auto;
}

#menu {
  position: absolute;
  top: 112px;
  left: 213px;
  height: 25px;
  width: auto;
  font-size: 13px;
}
#menu ul {
  float: left;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  margin: 0;
  font-weight: bold;
}
#menu a:link, #menu a:visited {
  display: block;
  padding: 5px 10px 4px;
  color: #625357;
  text-decoration: none;
}
#menu a:active, #menu a:hover {
  display: block;
  padding: 5px 10px 4px;
  color: #CC9A09;
  background-color: #705406;
  text-decoration: none;
}
#menu #selected {
  display: block;
  padding: 5px 10px 4px;
  color: #CC9A09;
  background-color: #705406;
  text-decoration: none;
}

#language {
  position: absolute;
  top: 112px;
  right: 0;
  height: 25px;
  width: auto;
}
#language img {
  display: inline;
  height: auto;
  width: auto;
  border-style: solid;
  border-width: 5px 3px;
  border-color: #705406;
  margin: 0;
}
#language a img {
  border-color: #CC9A09;
}
#language a:hover img {
  border-color: #705406;
}

#empty {
  float: left;
  display: inline;
  width: 175px;
  height: 220px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer img {
  position: relative;
  bottom: 0;
  left: 210px;
  margin-bottom: 0;
}

h1 {
  margin-top: 20px;
  font-size: 16px;
  color: #59410D;
}
p {
  text-align: left;
}
table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 10px auto;
}
th {
  text-align: center;
  vertical-align: top;
}
td {
  vertical-align: top;
  margin: 0;
  padding: 0;
}
blockquote {
  text-align: right;
  margin: .5em 1em;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.top {
  vertical-align: top;
}
.top {
  vertical-align: bottom;
}
.middle {
  vertical-align: middle;
}
.tango {
  font-size: 16px;
  color: #59410D;
}
.gallery {
  height: 130px;
  width: 130px;
  text-align: center;
  vertical-align: middle;
}
.menu_item {
  color: #59410D;
  font-size: 14px;
  text-align: center;
  padding: 4px 0;
}
.header_main {
  color: #59410D;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0;
}
.header_sub {
  color: #59410D;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
  padding: 4px 0;
}
.item_main {
  color: #6F5303;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0 0;
}
.item_price {
  color: #6F5303;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding: 4px 0 0;
}
.item_sub {
  color: #59410D;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
