*
{ text-decoration: none;
  list-style: none;
}

body
{ background: #f9f6ee url(./corpo.jpg) no-repeat;  
  width: 900px;
  height: auto;
  font-family: Luxi Sans; FreeSans; Trebuchet MS; Calibri; Verdana; sans-serif;
  }

#home
{ background: #f9f6ee url(./home.jpg) no-repeat;  
  }

#menu
{ position: absolute;
  left: 0;
  float: left;
  margin-top: 255px;
  width: 160px;
  text-align: right;
  font-size: 14.5px;
  }

#menu a, #menu .title, #menu .fixo
{ display: block;
  margin-left: -10em; 
  padding-right: 2em;
  }
  		
#menu .title, #menu .title a, #menu .root a
{ color: black;
  padding-right: 1em;
  background: #bba3d5;
 } 
  
#menu .fixo
{ color: #bfadcf;
 } 
	
#menu a:hover
{ background: #bba3d5;
 }
 
#menu a
{ color: purple;
 }

#benvindo
{ position: absolute;
  font-style: normal;
  text-align: center;
  line-height: 2;
  color: white;
  margin: 265px 120px 0 685px;
  width: 6em;
  }

#content
{ margin: 120px 8px 0 160px;
  text-align: left;
  float: right;
  }
  
#content h1
{	}
	
#content h2
{ font-family: "Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
  font-size: 1em;
  font-style: italic;
  text-align: right;
  color: #a6260c;
  padding-right: 1em;
  }
  
#content p
{ font-size: 0.9em;
  margin-left: 2em;
  margin-right: 1.5em;
  }
  
#content p.center
{ text-align: center;}
  
#content p:first-letter
{ font-family: "Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
  font-style: italic;
  font-size: 1.2em;
  color: #a6260c;
  line-height: 0.9em;
  }
 
table.duas_cores
{ border-collapse: collapse; 
  background-color: #84aec8;
  width: 100%;
  font-size: 0.9em;
  }

table.duas_cores td
{ padding: 1em 0;
  text-align: center;
  }

table.duas_cores tr.alt
{ background-color: #d1d5f2; }