/* CSS Document */

body{
	font-family:Arial;
	font-size:10px;
	font-weight:100;
	text-align:center;
	background-image:url(../imgs/topo/img_fundo_site.jpg);
	background-repeat:repeat-x;
	border:0px;
	margin:0px;
	padding:0px;
	clip: rect(auto,auto,auto,auto);
}
#divGeral{
text-align:left;
width:770px;
/*background-color:#FFFFFF;*/
margin: auto;
/*background-image: url(../imgs/topo/fundo_site.gif); */
background-repeat:repeat-y; 
}

/*   ORGANIZACAO DO SITE - BORDAS   */

#divMargemTopLeft{
overflow:hidden;
float:left;
background-image:url(../imgs/topo/quina_sup_esq.gif);
width:11px;
height:11px;
}
#divMargemTopCenter{
overflow:hidden;
float:left;
width:748px;
height:11px;
background-image:url(../imgs/topo/fundo_borda_sup.gif);
background-repeat:repeat-x;
}
#divMargemTopRight{
overflow:hidden;
float:left;
background-image:url(../imgs/topo/quina_sup_dir.gif);
width:11px;
height:11px;
}

#divMargemLeft{
float:left;
width:5px;
/*height:700px;*/
background-image:url(../imgs/topo/fundo_borda_esq.gif);
background-repeat:repeat-y;
}

#divMargemRight{
float:left;
width:5px;
/*height:700px;*/
background-image:url(../imgs/topo/fundo_borda_dir.gif);
background-repeat:repeat-y;
}


#divMargemBottomLeft{
overflow:hidden;
float:left;
width:11px;
height:11px;
background-image:url(../imgs/topo/quina_inf_esq.gif);
}
#divMargemBottomCenter{
overflow:hidden;
float:left;
width:748px;
height:11px;
background-image:url(../imgs/topo/fundo_borda_inf.gif);
background-repeat:repeat-x;
}
#divMargemBottomRight{
overflow:hidden;
float:left;
width:11px;
height:11px;
background-image:url(../imgs/topo/quina_inf_dir.gif);
}

/*   ORGANIZACAO DO SITE - CABECALHO   */

#divSite{
/*float:left;*/
width:770px;
/*background-color:#FFFFFF;*/
background-image: url("../imgs/fundo_site.gif");
/*height:700px;*/
}

#divCabecalho{
width:760px;
/*height:200px;*/
margin: auto;
}

#divTopo{
width:760px;
/*height:77px;*/
background-image:url(../imgs/topo/fundo_topo.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}

#divMenu{
width:760px;
margin-top:2px;
/*height:52px;*/
/*overflow:hidden;*/
/*background-color:#FFFFFF;*/
}

#divTema{
width:760px;
margin-bottom:5px;
/*FIRE FOX*/
}

#divCopyRight {
clear:both;
font-size:10px;
color:#FFFFFF;
/*margin:auto;*/
}

#divConteudo {
background-image:url(../imgs/topo/fundo_gradientes.gif);
background-repeat:repeat-y;
width:760px;
margin:auto;
}
