/* CSS Document */
body 
{
background-color:#4FA6BC;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

.geral 
{
background-image: url(../imagens/fundo.jpg); 
background-repeat:no-repeat;
border:#000 dashed 0px;
font-size: 12px; font-family: arial, helvetica, sans-serif; color:#333333;
position:absolute;
top:0%;
left:50%; 
width:1032px;
height:100%;
margin-left:-525px;
margin-top: 0px;
}

a:link, a:visited 
{
color: #ffffff; 
text-decoration: none;
font-weight:bold;
}
a:hover 
{
color: #ffffff;	
text-decoration: underline;
font-weight:bold;
}

.margem_esq {float:left;width:85px;}
.margem_dir {float:right;width:85px;}

.topo {width:1032px; height:268px; text-align:center;}
.fototopo{float:left;width:1032px; background-image: url(../imagens/centro.jpg);background-repeat:no-repeat;}
.centro {width:1032px; padding-bottom:20px; float:left; border:#000 dashed 0px; background-color:#ffffff; margin-top:0px;  background-image: url(../imagens/meio.jpg);background-repeat:repeat-y;}

.esquerda {float:left;width:590px; border:#000 dashed 0px;  }

.direita  {float:right;width:260px;}
.direita h3{font-size:18; font-weight:bold; text-align:center;}

.foto{border:#000 dashed 0px;float:right;width:260px;margin-right:20px; margin-left:20px; margin-bottom:0px;}


.rodape {width:1032px; text-align:center; height:80px; float:left;background-image: url(../imagens/rodape.jpg);  background-repeat:no-repeat;background-color:#4FA6BC;font-size:12px;}

.img {width:111px; height:83px; overflow:hidden;}
.botao { background-color:#DDCFB1; color:#444; font-weight:bold; cursor:pointer; border:#9B987E solid 1px;}





<!-- background-image: url(../imagens/direita.jpg);background-repeat:repeat-y; -->

