/* CSS Document */
body{
	margin:0;
	padding:0;
}

#topo{
	width:100%; 
	height:150px; 
	background-color:#FFFFFF
}
#logo{
	float:left; 
	width:200px; 
	margin-left:50px; 
	margin-top:50px
}
#info{
	float:right; 
	width:300px; 
	margin-right:50px; 
	margin-top:21px;
	text-align:right;
	color:#000000;
}

#conteudo{
	margin-top:30px;	
	margin-left:10%; 
	width:78%; 
	margin-right:10%;
	margin-bottom:30px;

}
#copy{
	float:left;
	font-family: Tahoma;
	background-color:#006;
	margin-top: 9px;
	height: 25px;
	font-size: 11px;			
}
#icone{
	float:right;
	margin: 3px 28px 0px 0px;
	background-color:#006;		
}
#rodape{
	float:left;	
	width:100%; 
	background-color:#006;
	color:#FFFFFF;
	display:scroll; 
	position:fixed; 
	bottom:0px;		
}

.logout{
	float: left;
	width: 18px;
	height: 17px;
	background-image: url(prodrop2/logout.jpg);
	margin-left: 3px;
}

.edit{
	float: left;
	width: 18px;
	height: 17px;
	background-image: url(prodrop2/edit.jpg);
	}
	
	#areaedit{
	float: right;
	width: 49px;
	height: auto;
	margin-top: 8px;
	}
