body {
	margin: 15px 5px 10px 5px; 
  padding: 0px;
	text-align: center;
	background: #e3d9cd;
	color: #808080;
	
  font-family: "Verdana", sans-serif;
	font-size: 8pt;
}

a:link {
  color: #494949;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #808080;
}

.shadow {
  background: #808080;
  position: relative;
  top: 3px;
  left: 3px;
  width: 734px;
}	

.content {
  position: relative;
  top: -3px;
  left: -3px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #808080;
	background: url("img/menubg.gif") no-repeat left bottom;
	background-color: white;
	align: right;
}

.leftpane {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 149px;
}

.right {
  border-left: 1px dotted grey;
  text-align: left;
  width: 500px;
  padding: 75px 0px 70px 35px;
  margin-left: 148px;
  background: url("img/rightbg.gif") no-repeat;
	background-color: white;
	
}

.menu a {
  border-left: 3px solid #808080;
  text-decoration: none;
  color: #808080;
  padding-left: 12px;
}

.menu a:hover, .in {
  padding-left: 12px;
  border-left: 3px solid #cacaca;
  font-weight: bold;
}

.menu a:visited {
  color: #808080;
}

.fotopane {
  padding: 15px 0px 10px 0px;
}

.fotopane a img {
  margin: 0 4px 0 4px;
  border: solid 1px #808080;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;

}

.fotopane a:hover img{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.copyright {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.copyright a, .copyright a:visited {
  color: #dcdcdc;
  text-decoration: none;
  font-size: 7pt;
}

.english {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #808080;
  text-decoration: none;
}

p {
  font-size: 8pt;
  text-align: justify;
  font-family: "Verdana", sans-serif;
}

h1 {
  font-size: 16pt;
  font-weight: normal;
  letter-spacing: 3px;
  color: #808080;
  font-family: "Book Antiqua", Times, serif;
}

li {
  padding-bottom: 10px;
}

.ad {
  border-bottom: 1px dotted #E5E5E5;
  border-top: 1px dotted #E5E5E5;
  font-style: italic;
  margin-top: 20px;
  padding: 10px;
}