body {
  background: url(images/bg_main.jpg) #f0eeee;
  marigin: 0;
  padding: 0;
}

/* TAITTO */

div#main {
  background: url(images/bg_teksti.jpg) repeat-y #f0eeee;
  margin-right: auto;
  margin-left: auto;
  width: 741px;
}

div#otsikko {
  width: 740px;
}


div#vasen {
  width: 248px;
  height: 608px;
  float: left;
}


div#teksti {
  background: url(images/siempreviva_3_03.jpg) no-repeat transparent;
  width: 477px;
  min-height: 608px;
  float: left;
}


div#oikea {
  width: 15px;
  height: 608px;
  float: left;
}


div#ala {
  width: 740px;
}

/* LEIPÄTEKSTI */

#teksti p, td {
  color: #454444;
  font-size: 14px;
  font-family: georgia, arial;
  text-align: justify;
  margin: 10px;
}

#teksti i, b, u {
  color: #a56360;
} 

#teksti a {
  color: #607aa5;
  text-decoration: none;
  border-bottom: dotted 1px #607aa5;
}

#teksti a:hover {
  color: #fff;
  background: #607aa5;
  border: 0;
}

#teksti h1 {
  color: #8d4f4c; 
  font-family: georgia, arial;
  font-size: 23px;
  border-top: dotted 1px #a56360;
  border-bottom: dotted 1px #a56360;
  margin: 20px 30px;
  padding: 1px 45px;
  font-variant: small-caps;
  letter-spacing: 6px;
}

#teksti h2 {
  color: #8d4f4c; 
  font-family: georgia, arial;
  font-size: 18px;
  border-bottom: dotted 1px #a56360;
  margin: 15px 30px;
  padding: 1px 25px;
  font-variant: small-caps;
  letter-spacing: 4px;
}

#teksti h3 {
  color: #8d4f4c; 
  font-family: georgia, arial;
  font-size: 14px;
  border-bottom: dotted 1px #a56360;
  margin: 15px 30px;
  padding: 1px 15px;
  font-variant: small-caps;
  letter-spacing: 2px;
}

/* KUVA */

#teksti img {
  border: solid 4px #f0dbda; 
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* TAULUKKO */

#teksti table {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

#teksti td {
  background: #f0dbda;
  border: dotted 1px #8d4f4c;
  padding: 6px;
  vertical-align: top;
}