@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(lay/back.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#geral {
	width: 1024px;
	margin: auto;
}
#rodape {
	background-image: url(lay/novorodape.jpg);
	float: left;
	height: 67px;
	width: 1024px;
	position: relative;
	background-repeat: no-repeat;
}
#rodape img {
}


#topo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 100px;
	margin-top: 35px;
}
#topo {
	background-image: url(lay/topo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 128px;
	width: 1024px;
	position: relative;
}

#menu {
	background-image: url(lay/menu.jpg);
	float: left;
	width: 1024px;
	position: relative;
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 4px;

}
#conteudo {
	float: left;
	height: 233px;
	width: 1024px;
	position: relative;
	background-color: #000000;
}

#geral #conteudo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
}
#menu a {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9b9b9b;
	text-decoration: none;
	margin-left: 20px;
}
#menu .hist {
	padding-left: 90px;
}
#conteudo .hist {
	padding-left: 62px;
}

