body{
	margin:0px; 
	top : 0px;
	left : 0px;
}

#corpo{
	position : absolute;
	height : 1160px;
	width : 800px	
	border : 3px solid #000;
	padding : 0px;
	text-align : center;
	padding: 5px;
	margin: 0px;
	}

#logo{
	position : relative;
	float : left;
	height : 120px;
	width : 145px;
	text-align : center;
	
}

#ident{
	text-align : center;
	position : relative;
	float: left;
	height : 120px;
	width : 485px;	
}

#nrtermo{
	position : relative;
	float : left;
	text-align : center;
	height : 120px;
	width : 145px;
	padding-top: 8px;	
}

#titulo{
	text-align : center;
	position : relative;
	float: left;
	height : auto;
	width : 785px;
	font-size: 16pt;
	font-weight: bold;
	
	}
	
	
#identifica{
	position : relative;
	float : left;
	height : auto;	
	width : 785px;	
	background: #FAFaFa;
}

#conteudo{
	position : relative;
	float : left;
	height : auto;	
	width : 785px;		
}

#requerente{
	position : relative;
	float : left;
	height : auto;	
	width : 395px;
	text-align: left;		
}

#responsavel{
	position : relative;
	float : left;
	height : auto;	
	width : 390px;
	text-align: left;		
}


