@charset "utf-8";
#principal {
	width:800px;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#topo  {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDFDFD;
	height: 102px;
	position: relative;
}





#rodape {
	background-color: #fff;
	height: auto;
	width: 800px;
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	color: #004000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
