/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:transparent;
}
#topo{
background:url(cont_top.gif) no-repeat 58px; 
width:100%;
height:77px;
color:#FFFFFF;
}

#conteudo{
	width:770px;
	background:url(cont_lateral.gif);
	padding-left:50px;
	height:94%;
}

#conteudo div img{
border:3px dotted #62a531;
margin-right:10px;
width:280px;
height:190px;
float:left;

}

#rodape{
	width:100%;
	height:26px;
	background:url(cont_rodape.gif) no-repeat 56px;
	margin-top:-2px;
}

.textos, .textos table tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:90%;

}

.titulo{
color:#e72f22; 
font-weight:bolder;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;		
float:none;
}

.estrutura{
padding-left:20px;
padding-bottom:36px;
width:88%;
height:300px;

}

.imgs{
float:none !important;
}


