/* CSS Document */

#topo{
	width:100%;
	background-color:#FFFFFF;
	height:180px;
}

#imagemapoio{
 float: left;
 width: 50%;
 margin: 30px 0 4px 0;
 margin-left:25%;
 background-color:#FFFFFF;
 
}

#corpo{
	width:75%;
	background-color:#FFFFFF;
	height:100%;
	font-size:19px;
	position: relative;
	margin: 0 0 0 10%;
}

#fotos{
	width:100%;
	background-color:#FFFFFF;
	height:200px;
	margin: 90px 2% 0 2%;
}

#footer{
	width:100%;
	background-color:#FFFFFF;
	height:100px;
	margin: 30px 0 0 0;
}
