/* CSS Document */

* { margin: 0 auto; }
body {
	background-color: #DAFEA9;
}
div#site { width: 910px; margin-top: 10px;  }
div#topo {
	width: 900px;
	height: auto;
	background-color: #003300;
	border: medium ridge #33FF00;
}
div#conteudo {
	width: 900px;
	background-color: #DAFEA9;
}
div#esquerda {
	width: 120px;
	float: left;
	background-color: #DAFEA9;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #33FF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
}	
div#meio {
	width: 600px;
	float: left;
	background-color: #DAFEA9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
	padding-left: 5px;
	padding-right: 5px;
}
div#direita {
	width: 160px;
	float: right;
	background-color: #DAFEA9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
	padding-left: 5px;
}
div#rodape {
	width: 900px;
	height: 100px;
	clear: both;
	background-color: #DAFEA9;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #33FF00;
}
