#principal {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	float: left;
	width: 825px;
}
#banner {
	float: left;
	height: 262px;
	width: 825px;
	background-image: url(baner.png);
	background-repeat: no-repeat;
}
#meio {
	float: left;
	width: 820px;
	margin-left: 5px;
}
#meioImagem {
	background-image: url(luta.png);
	background-repeat: no-repeat;
	float: left;
	height: 422px;
	width: 172px;
	margin-left: 10px;
}
#meioConteudo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	float: left;
	width: 620px;
	padding-right: 20px;
}

#rodape {
	float: left;
	width: 825px;
	background-image: url(rodape.png);
	background-repeat: no-repeat;
	height: 66px;
	background-position: center center;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #9AD3A4;
}
#menu ul {
	list-style-type: none;
	background-image: none;
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#menu li {
	padding-bottom: 19px;
	background-image: none;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	text-align: right;
	width: 160px;
}
#menu a {
	background-image: url(botao.png);
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	background-repeat: no-repeat;
	width: 160px;
	padding-bottom: 19px;
	display: block;
	text-align: center;
	padding-top: 10px;
}
#menu a:hover {
	background-image: url(hover.png);
}
#meioTopo {
	background-image: url(meioTopo.png);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 825px;
}
#meioTexto {
	background-image: url(meioMeio.png);
	width: 825px;
	float: left;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	width: 780px;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 20px;
	float: left;
}
.retrato {
	float: left;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 10px;
}


#meioRodape {
	background-image: url(meioRodape.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 825px;
	float: left;
}
.imagem {
	float: left;
	width: 180px;
	margin-bottom: 19px;
	margin-left: 19px;
}
.formu {
		font: 0.8em Arial, Helvetica, sans-serif;
		width:33.0em;
		border:#ccc 1px solid;
		padding:10px 20px;
		background-color:#fafafa;
	}

	input#nome, input#email, input#assunto {
		width:15.0em;
		border:#eee 2px solid;
	}
	textarea#comentario {
		width:20.0em;
		height:10.0em;
		border:#eee 2px solid;
	}
		input#nome:focus, input#email:focus, 
		input#assunto:focus,
		textarea#comentario:focus {
		background: #ffe;
	}


.formulario dt {margin-top:1.5em;}
.formulario dd {margin:0; padding:0;}