@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; list-style:none; }

body{ 
	background: url(../../imgs/bg.jpg) repeat; 
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#A1A1A1;
}

#corpo, #cabecalho, #rodape, #borda-esquerda, #borda-direita{
	margin:0 auto;
	text-align:left;
	width:789px;
}

#cabecalho{
	background: url(../../imgs/bg_cabecalho.jpg) no-repeat;
	height:122px;
	margin-top:20px;
}

#corpo{
	background: url(../../imgs/bg_corpo.jpg) repeat-x top #fff;
	border: 0px 12px 10px 10px;
	width:746px;
	padding:10px;
}
	#borda-esquerda{ background:url(../../imgs/bd_esquerda.jpg) repeat-y }
	#borda-direita{ background:url(../../imgs/bd_direita.jpg) repeat-y right;  }
	
#rodape{
	background:url(../../imgs/bg_rodape.jpg) no-repeat;
	height:42px;
}

#info{
	padding:15px;
	color:#C5CBD4;
	font:12px "Times New Roman", Times, serif;
}#info a{ color:#C5CBD4; text-decoration:none; }
#info a:hover{ text-decoration:underline; }

