
body{
	margin:0px;
	font-family: "Verdana";
	font-size: 9pt;
	color: black;
}

a{
	text-decoration: none;
	color: #666666;
	font-size: 9pt;
}
  
div.wrapper{
	margin-top: 8px;
	margin-left: 15%;
	margin-right: 15%;
}
   
#content_right{
	float: right;
	width: 360px;
	padding-top: 33px;
}

#content_left{
	float: left;
	width: 170px;
}

#desenvolvimento{

	width: 600px; 
	height: 430px; 
	overflow: auto

}
   
#footer{
	background-image: url('footer.png');
	width: 100%;
	height: 44px;
	text-align: right;
	font-family: Verdana;
	clear: both; 
}


 
 
