body {
 font-family: Candara, Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-transform: none;
 text-decoration: none;
 text-align: left;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
a { 
 text-transform: none;
 text-decoration: none;
}
a:hover {
 color: #6E0000;
 font-weight: bold;
}
.normal {
 font-size: 13px;
 text-align: left;
 line-height: 18px;
}
.pequeno {
 font-size: 10px;
}
.branco { 
 color: #FFFFFF; 
}
.castanho { 
 color: #660000; 
}
.verde { 
 color: #333300; 
}
.nome { 
 font-size: 20px;
 color: #993300; 
 text-transform: lowercase;
}
.t1 {
 font-size: 22px;
 font-weight: bold;
 text-transform: uppercase;
 color: rgb(153,77,77);
}
.t2 {
 font-size: 15px;
 font-weight: bold;
 color: rgb(0,102,153);
}
#esquerda {
 width: 220px;
 float: left;
 margin-right: 20px;
}
#direita {
 width: 400px;
 float: left;
}
#imagens {
 background: #000000;
 text-align: center;
}
#item {
 border: 1px solid rgb(153,77,77);
 padding: 0 15px 0 15px;
}
