img {
	border:none;
}

* html .clearBoth { height:1%; }

/* Margin e Padding */
body,form,h1,h2,h3,h4,h5,h6,p,li,ul,div,span,a,ol { margin:0; padding:0;}

/* Clear */
.clearBoth { 
	display:block;
	clear:both;
}

/* Float */
.floatLeft { 
	display:block;
	float:left;
}

/* BackGround do Site */
body {
	padding:0; 
	text-align:center; /* Para alinhar o site */	
	background-color:#fff;
	background-repeat:repeat-x;
	background-image:url(imagens/bg.gif);

}

/* Definindo Fonte - Alterar apenas as Propriedades */
body,table,h1,h2,h3,h4,h5,h6,p,input,select,textarea,button,div,a {
	font-size:12px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#333;
}	
	
/* ID - Estrutura */
#alinhamento {
	width:1267px;
	margin:0 auto;
	text-align:left; /* Para voltar o alinhamento dos textos */
}

#site {
	display:block;
	width:1267px;
	background-color:#fff;
}

#informacoes {
	display:block;
	margin-top:20px;
	text-align:center;
}

#informacoes p a {
	text-decoration:underline;
	color:#3d86ce;
	
}

#informacoes p a:hover {
	text-decoration:underline;
	color:#3d86ce;
	
}
