h1 {color: RGB(136,78,0)}
h2 {color: RGB(136,78,0)}
img {border-style: none}
*.floatright {float: right}
*.clearboth {clear: both}

div.gallery
{
    border: 1px solid black;
    width: 200px;
    height: 250px;
    float: left;
    margin: 0 0 10px 10px;
}

body {
  font-family: georgia, verdana;
  background: #FFFFFF url('images/body.png');
  margin: 0;
  padding: 0;
  text-align: center;}

#container {
  background: #FFFFFF url('images/container.png') repeat-y;
  padding: 0;
  margin: 0 auto 8px auto;
  width: 990px;
  text-align: left}

#content {
  position: relative;
  left: 30px;
  margin: 15px 0 15px 0;
  padding: 0;
  width: 650px;
  float: left}

#right {
  text-align: center;
  position: relative;
  left: 54px;
  width: 260px;
  padding-top: 24px;
  float: left}

#right img {
  border: 2px solid #884E00 }

#menu {
  margin: 0 12px 0 12px;
  height: 138px;
  border-top: 4px solid #B96A00;
  background: #884E00 url('images/header.png') repeat-x left;
  padding: 0;
  list-style-type: none;
}

#menu li {
  position: relative;
  font-size: 90%;
  top: 95px;
  left: 14px;
  margin: 0 0.7em 0 0;
  display: inline;
}

#menu li a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none}

#menu li a:hover { color: #FFFF00 ;}

ul.taller_list li {
  line-height: 1.5;
}

#copyright {
  margin: 0;
  clear: both;
  padding: 25px 5px 15px 5px;
  color: #FFFFFF;
  height: 74px;
  background: #FFFFFF url('images/footer.png') repeat-x left top;
  text-align: center}
