body {
 background-image: url(woodbg.jpg);
 background-repeat: repeat;
}

.tausta {
  padding-top: 10px;
	width: 800px;
	min-height: 100%;
	margin: auto;
	text-align:left;
}

.yla {
  background-color: #deb887;
  min-height: 200px;
  width: 800px;
  z-index: 1;
  margin-bottom: 0px;
}

.linkki {
  background-color: #f5deb3;
  width: 796px;
  min-height: 50px;
  border: 2px solid;
  border-color: #deb887;
  margin-bottom: 15px;
  text-align:center;
}

.linkki ul {
  list-style-type: none;
  float: left;
  padding-left: 100px;
}

.linkki ul li {
  display:list-item;
  text-align:center;
  float: left;
  padding:0px 60px 10px 0px;
}
.linkki ul li a {
  font-family:Verdana,Lucida;
  font-size:12pt;
  font-weight: bold;
  color: #a0522d;
  letter-spacing:1px;
  margin:0pt;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  width:auto;
}
/*#f5deb3*/
.keski {
  background-color: #f5deb3;
  width: 796px;
  border: 2px solid;
  border-color: #deb887;
  min-height: 500px;
  
}
.teksti {
  padding-left: 20px;
  padding-right: 20px;
  font-family:Verdana,Lucida;
  font-size:11pt;
  text-align: justify;
}
.teksti a {
  color: black;
}

.vali_otsikko {
  padding-left: 20px;
  padding-right: 20px;
  font-family:Verdana,Lucida;
  font-size:11pt;
  font-weight: bold;
}
.vali_otsikko a {
  color: black;
}
#ind_otsikko {
  font-size:12pt;
  font-weight: bold;
}
.luettelo {
  font-family:Verdana,Lucida;
  font-size:11pt;
  text-align: justify;
}
.luettelo a {
  color: black;
}


