@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
}
#Container {
	height: auto;
	width: 1000px;
	background-color: #E0E0E4;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #000026;
}
#Container #head {
	height: 280px;
	width: 1000px;
	background-image: url(../../../images/fundos/Fundo_Efao_baixo.png);
	background-repeat: repeat-x;
}
#Container #head img {
	margin-top: 49px;
	margin-left: 408px;
}

#Container #Titulo {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #000026;
}
#Container #Titulo h1 {
	font-size: 24px;
	padding-left: 390px;
}

#Container #Texto {
	height: auto;
	width: 1000px;
	font-size: 12px;
	color: #000026;
}
#Container #Texto p {
	width: 800px;
	margin-left: 100px;
	text-align: justify;
	line-height: 20px;
}

#Container #copyright {
	height: 60px;
	width: 1000px;
}
#Container #copyright p {
	width: 290px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000026;
	padding-left: 160px;
	position: relative;
	left: 280px;
	padding-top: 20px;
}
