html, body {
  background-color: #2c1500;
}

html, body, div, legend {
  color: #e3dac4;
}

h1,h2,h3,h4,label {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0;  
}

a, a:active, a:visited {
  color: #fff;
}

a:hover {
  color: #e3dac4;
}

a.nav, a.nav:active, a.nav:visited {
  text-transform: uppercase;
  color: #fff;
}

a.nav:hover {
  text-transform: uppercase;
  color: #e3dac4;
}

div {
  background-color: #968b6f;
  border: #411f00 solid 1px;
  color: #e3dac4;
}

input, textarea, fieldset, select {
}

input[type=image] {
}

input[type=submit] {
}

td.lightRow {
}

td.darkRow {
}

#main {
  background-color: #2c1500;
}

#header a {
  margin: 0px auto 0px auto;
  background-image: url(/images/shops/14/top.jpg);
  height: 120px;
  width: 900px;
  display: block;
  background-repeat: no-repeat;
}

#navigation {
  background-color: #968b6f;
}

#leftCol div, #middleCol div, #rightCol div {
  margin-bottom: 5px;
  padding: 5px;
}

#middleCol div, #middleCol .lightRow, #middleCol .darkRow {
  background-color: transparent;
}

#middleCol div {
  background-color: #968b6f;
}

