/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Trechebut MS", Arial, Helvetica, sans-serif;
  border: none;
}
body {
  text-align: center;
}

#tudo {
  margin: 0 auto;
  width: 770px;
  height: 440px;
  text-align: left;
}

#exibe {
  float: left;
  margin:0 10px 10px 0;
  border:1px solid #ccc;
  height:150px;
  background:#f2f2f2;
}

#imagem {
  margin:5px;
}

#imagem a img {
  border: 3px solid #fff;
}

#imagem a img:hover {
  border: 3px solid #999;
}

#descricao h2 {
  font-size:12px;
  margin:0 0 5px 5px;
  color:#562415;
  width:120px;
}


#descricao h3 {
  font-size:11px;
  font-weight:normal;
  color:#666;
  margin:0 0 5px 5px;