@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) #888888 no-repeat left bottom;
}

#menu li {
	background: #6d6d6d;
}

#menu ul li a, #menu ul li a:hover {
	color: #fff;
}

#menu ul li a:hover {
	background: #555;
}

#atalhos h3, #atalhos a, #atalhos a:hover {
	color: #888;
}

#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;
}

fieldset {
    float: left;
    padding: 0 5px 5px 4px;
    margin: 2px;
    border: 1px solid #eee;
    background: #fff;
}

legend {
    background: #fff;
}


