@charset "UTF-8";
body {
	background-image: url(image/bg_site.png);
	background-position: center top;
	background-color: #A9B375;
	margin: 0px;
	padding: 0px;
}
#conteudo {
	margin: 0 auto;
	width: 980px;
}
#conteudo #menu {
	height: 350px;
	width: 230px;
	float: left;
	margin-right: 30px;
	padding-top: 270px;
	font-size: 1.8em;
}
#conteudo #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#conteudo #menu ul li {
	margin-bottom: 7px;
}
#conteudo #menu ul li a {
	text-decoration: none;
	color: #7c8456;
}
#conteudo #menu ul li a:hover {
	text-decoration: none;
	color: #B9CA78;
}
#conteudo #site {
	width: 700px;
	float: right;
	margin-bottom: 60px;
}
#conteudo #pages {
	width: 670px;
	float: right;
	margin-bottom: 10px;
	color: #163416;
	font-size: 25px;
	font-family: Arial, sans-serif;
	font-weight: 500;
	text-align: justify;
}
#conteudo #pages #logo {
	background-image: url(image/logo_interno.png);
	height: 96px;
	width: 670px;
	margin-bottom: 50px;
	margin-top: 10px;
}
#conteudo #pages #logo h1 {
	display: none;
}
#conteudo #pages h2 {
	font-weight: normal;
	color: #163416;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #163416;
	font-size: 36px;
	margin-bottom: 50px;
}
#conteudo #pages a {
	text-decoration: none;
	color: #285F2E;
}
#conteudo #pages #rodape2 {
	margin-top: 90px;
	text-align: center;
}

#apDiv1 {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 1;
	bottom: 5px;
}
#conteudo #site #logo {
	background-image: url(image/logo.png);
	height: 106px;
	width: 552px;
	margin-top: 300px;
	margin-left: 80px;
	text-align: center;
}
#conteudo #site #logo h1 {
	text-indent: -10000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 106px;
	width: 552px;
}
#conteudo #site #logo2 {
	background-image: url(image/logo.png);
	height: 106px;
	width: 552px;
	margin-top: 150px;
	margin-left: 80px;
	text-align: center;
}
#conteudo #site #logo2 h1 {
	text-indent: -10000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 106px;
	width: 552px;
}
#apDiv1 #rodape {
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 280px;
	text-align: center;
	color: #163416;
}
