/* CSS Document */

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

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

#corpoesq{
	width:10%;
	background-color:#FFFFFF;
	height:500px;
	float:left;
	position: relative;
}

#corpo{
	width:90%;
	background-color:#FFFFFF;
	height:500px;
	font-size:19px;
	position: relative;
}


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