*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body{
	background-color: #DEDEDC;
	text-align: center;
	background-image: url(fundo.jpg);
	background-repeat: repeat-x;
}
#geral{
	display: block;
	width: 760px;
	margin: auto;
	background-repeat: repeat-y;
	text-align: center;
	margin-bottom: 0px;
}
#esquerda{
	width: 800px;
	text-align: center;
	margin-top: 15px;
}
#direita {
	width: 800px;
	text-align: center;
	margin-top: 15px;
}
#cx {
	width: 40px;
	padding: 0px;
	display: inline;
	margin-right: 5px;
}
#pg{
	color: #FFFFFF;
	width: 16px;
	background-color: #666666;
	float: left;
	margin: 0px;
	padding: 0px;
}
#pg a{
	text-decoration: none;
	color:#CCCCCC;
	float: left;
	width: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#pg a:hover{
	background-color: #315E64;
	color: #FFFFFF;
}
#caixa{
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
}
a{
	text-decoration: none;
	color:#333333;
	margin: 0px;
	padding: 0px;
}
a:hover{
	color: #666666;
}
