* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#header {
  height: 98px;
  background: black url(images/LogoVictoriaWeb.jpg) repeat-y left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-color: black  /*#d5b87e;*/
}
#main {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
#nav {
  display: table-cell;
  width: 180px;
  background-color: #88ffa4; /* #e7dbcd; */
}
#extras {
  display: table-cell;
  padding-left: 10px;
  border-right: 1px dotted #d7ad7b;
  width: 180px;
}
#content {
  display: table-cell;
  padding: 0 50px 0 10px;
}
#footer {
  border-top: 2px solid #d7ad7b;
  background-color: #e7dbcd;
  font-size: 80%;
  padding: 0.2em 10px 0.2em 0;
  text-align: right;
}
h1 {
  font-size: 150%;
  font-weight: normal;
  padding-bottom: 0.4em;
  color: #5a3811; 
}
p {
  font-size: 80%;
  line-height: 1.6em; 
  padding-bottom: 1em;
} 
#nav ul {
  list-style: none;
}
#nav li {
  font-size: 80%;
  width: 180px;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #5a3811;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 10px;
  border-bottom: 4px solid #d7c9b9;
}
#nav a:hover {
 /* border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;*/
  text-decoration: none;
  color: white;
  background-color: navy;
}

}
#extras .box {
  padding: 0 10px 2em 0;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: normal;
}
#extras .box p {
  font-size: 80%;
}
a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}



