/* CSS Document */
@import url("_incluir/galeria.css");
/*************************************************************/
/* Author....: Designer Uiliam Cruz - www.uiliamcruz.com */
/* Date......: 23/04/2008 */
/* Updated...: 23/04/2008 */
/*************************************************************/

*{
font-family:tahoma,arial,verdana,sans-serif;
font-size:11px;
color:#fff;

scrollbar-face-color: #B27B40;
scrollbar-arrow-color: #72362A;
scrollbar-highlight-color: #72362A;
scrollbar-3dlight-color:#72362A;
scrollbar-shadow-color:#72362A;
scrollbar-darkshadow-color:#72362A;
scrollbar-track-color:#72362A;
scrollbar-base-color: #72362A;
}
body{
margin:0;
background:url(_img/fundo-pagina.jpg);
}
a{
text-decoration:none;
color:#223730;
}

#corpo{
float:inherit;
width:742px;
height:397px;
border:4px solid #B0B1AB;
margin:0 auto;
margin-top:10px;
background:#72362A url(_img/fundo-corpo.jpg);
}

#box1{
float:left;
width:439px;
height:auto;
border:0px solid green;
}
#box1a{
float:left;
width:280px;
height:auto;
border:0px solid green;
}

#box2{
float:left;
width:280px;
height:auto;
padding:10px 0 0 0;

border:0px solid #000;
}
#box2a{
float:left;
width:275px;
height:255px;
overflow:auto;
margin:0 0 8px 0;
border:0px solid #000;
}
#box2b{
float:left;
width:auto;
height:auto;
border:0px solid #000;
}
#banner{
/* float:left; */
width:758px;
height:140px;
border:0px solid #8E5E55;
padding:5px 0 0 5px;
margin:0 auto;
color:#000;
margin-top:-28px;
}
#rodape{
width:740px;
margin:0 auto;
margin-top:5px;
font-size:9px;
text-align:right;
color:#000;
border:0px solid #000;
}
#rodape a{
font-size:9px;
color:#000;
text-decoration:none;
color:#000;
}