#page{
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

#topo{
	height: 112px;
	width: 99%;
	margin: 0px;
	padding: 2px;
	text-align: center;
	position: static;
	top: 0px;
	clip: rect(0px,auto,auto,auto);

}





#menu{
	height: 366px;
	width: 18%;
	padding: 0px;
	float: left;
	margin: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}




#conteudo{
	width: 77%;
	overflow: auto;
	height: 360px;
	padding: 2px;
	margin: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	text-align: center;

}

#rodape{
	height: 130px;
	width: 100%;
	border: 0px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	float: left;


}
