@import url("../internas.css");

#site {
	background: url(imagens/fundo.jpg) #fff;
}


#topo {
	background: url(imagens/topo.jpg);
}

#corpo {
	clear: both;
	background: url(imagens/banner_topo_menu.jpg)  no-repeat left top;
	padding: 0 0 0 25px;
	min-height: 300px;
	height: 100%;
}

#menu { 
	background: url(imagens/rodape_menu.jpg) #72AF6A no-repeat left bottom;
}

#menu li {
	background: #5B8C55;
}

#menu ul li a, #menu ul li a:hover {
	color: #fff;
}

#menu ul li a:hover {
	background: #43673F;
}

#atalhos h3, #atalhos a, #atalhos a:hover {
	color: #5B8C55;
}

#rodape {
	background: url(../imagens/rodape.jpg) bottom center no-repeat;
}

#rodape h2 span {
	background: url(../imagens/logo_rodape.jpg) no-repeat;
}

#rodape_interno li a, #rodape_interno li a:hover {
	background: url(../imagens/marcador_rodape.jpg) no-repeat left top;
}

#conteudo h4 {
	font-size: 14px;
	color: #72AF6A;
	padding: 15px 0 0 0;
}

#conteudo h4 a, #conteudo h4 a:hover{
	font-size: 14px;
	color: #72AF6A;
	padding: 15px 0 0 0;
	text-decoration: none;
}

#conteudo h4 a:hover {
	color: #72AF6A;
	text-decoration: underline;
}

