/*

by Mediabrasil Informática Ltda.   
. http://www.mediabrasil.com.br 
. mediabrasil@mediabrasil.com.br     
	   
*/

body {
		font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:11px;
		margin:0px;
		background:#7B8430 url(../imagens/detalhesPaginas/background.jpg) top center no-repeat;
 }
ul li { 
		margin: 1em 0 1em 0;
		list-style-image: url(../imagens/icones/setaPreta.gif);
}
#layoutGeral {
		position:absolute;
		left:50%;
		margin-left:-390px; /* width/2 */
		margin-top:0px;
		width:780px;
		/*height: 692px;*/
		background:url(../imagens/detalhesPaginas/fundoPagina.png) repeat-y;
}
#topo {
		width:780px;
		height:100px;
		margin-top:0px;
		background:url(../imagens/detalhesPaginas/topo.jpg) no-repeat center top;
}
#logomarca {
		width:183px;
		height:51px;
		padding-top:20px;
		padding-left:65px;
}
#menu {
		width:780px;
		height:93px;
		float:left;
		background:url(../imagens/detalhesPaginas/menuFundo.jpg) no-repeat left top;
		margin-top: 0px;
	
}
#menu #links {
		padding-left:58px;
		padding-right:58px;
}
#menu #titulos {
		padding-left:58px;
		padding-right:58px;
		margin-top:16px;	
}
#tituloEsquerda {
		width:372px;
		float:left;
		padding-top:4px;
}
#tituloDireita {
		width:219px;
		float:right;
}
#conteudo {
		width:780px;
		float:left;
		padding-top:0px;
		/*padding-bottom: 0px;*/
}
#conteudo #umaColuna {
		margin-top:0px;
		padding-left:58px;
		padding-right:58px;
}
#colunaEsquerda {
		background:url(../imagens/detalhesPaginas/fundoLateralEsquerda.jpg) no-repeat;
		width:158px;
		height:366px;
		float:left;
		margin-top:0px;
		margin-bottom:5px;
		padding-top: 25px;
		text-align:center;
		
}
#colunaDireita {
		width:488px;
		float:left;
		margin-top:5px;
		margin-left:18px;
		margin-bottom:5px;
		padding-top:0px;
}
#rodape {
		clear:both;
		background:url(../imagens/detalhesPaginas/rodape.jpg) no-repeat left bottom;
		width:780px;
		height:42px;
		margin-top:6px;
		text-align:right;
}
#rodape #textoRodape {
		font-family:"Trebuchet MS", Arial, Verdana;
		font-size:10px;
		color:#FFFFFF;
		padding-top:15px;
		padding-right:58px;
}

