@charset "utf-8";



body {
	margin: 0px;
	font-family: "Adobe Garamond Pro", "Trebuchet MS", SansSerif;
	background-color: #CCCCCC;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	line-height: 2.2em;
}
#container {
	height: 560px;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#container #topo {
	float: right;
	height: 136px;
	width: 838px;
	background-image: url(../img/topo.png);
}
#container   #topo   #logoepa {
	height: auto;
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}


#container #topo #globo {
	float: right;
	height: 60px;
	width: 60px;
	margin-top: 30px;
	margin-right: 30px;
}
#container #menu {
	float: left;
	height: 500px;
	width: 160px;
	background-image: url(../img/menu.png);
}

#container #menu .menu {
	float: left;
	height: 365px;
	width: auto;
	padding-top: 115px;
}

#container #menu .menu .botao {
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-align: center;
	display: block;
	line-height: 38px;
	font-family: "Adobe Garamond Pro", "Trebuchet MS", SansSerif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-image: url(../img/botao.png);
	height: 40px;
	width: 158px;
}
#container #menu .menu .botao a {
	background-image: url(../img/botao.png);
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	width: 160px;
}
#container #menu .menu .botao a:hover {
	color: #000000;
	background-image: url(../img/botao2.png);
}
#container #menu .menu .botao a:active {
	line-height: 40px;
	color: #FFFFFF;
	background-image: url(../img/botao3.png);
}
#container #conteudo {
	height: 363px;
	width: 838px;
	float: right;
	background-image: url(../img/conteudo.png);
	background-repeat: no-repeat;
}
#container #conteudo #site {
	height: 345px;
	width: 646px;
	overflow: auto;
	margin-top: 15px;
	margin-left: 10px;
	padding-right: 90px;
	padding-left: 90px;
	text-align: justify;
	font-weight: normal;
}

#container #conteudo #site .botao {
	float: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	text-align: center;
	display: block;
	line-height: 38px;
	font-family: "Adobe Garamond Pro", "Trebuchet MS", SansSerif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	
	
	height: 40px;
	width: 158px;
}
#container #conteudo #site .botao a {
	background-image: url(../img/botao.png);
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	width: 160px;
}
#container #conteudo #site .botao a:hover {
	color: #000000;
	background-image: url(../img/botao2.png);
}
#container #menu .conteudo .botao a:active {
	line-height: 40px;
	color: #FFFFFF;
	background-image: url(../img/botao3.png);
}
#container #conteudo #site #campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: right;
}

#container #rodape {
	float: right;
	height: 47px;
	width: 725px;
	background-image: url(../img/rodape.png);
	text-align: center;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding-left: 275px;
	margin-top: 13px;
}
#container #rodape #imagem {
	float: left;
	height: auto;
	width: auto;
}
#container #rodape #texto {
	float: left;
	height: auto;
	width: auto;
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 14px;
}
