/* CSS Document */
body {
margin:0px;
}
.galeria {
width:350px;
height:95px;
float:left;
background:url('../imagens/back_mini_index.gif');
margin:auto;
}
h1 {
font:bold 11px "trebuchet ms";
margin:0px;
}
.foto {
width:95px;
margin:5px 4px 4px 5px;
float:left;
}
.foto img {
color:#FF3300;
border:1px solid #333;
padding:3px;
}

.text {
font:10px "trebuchet ms";
margin:5px 4px 4px 10px;
float:left;
}
.text div {
width:200px;
}