@charset "utf-8";
/* CSS Document */

#site {
	height: auto;
	width: 1000px;
	margin: auto;
	float: none;
	border: 1px solid #000000;
}


#faixa {
	margin: auto;
	float: none;
	height: 15px;
	width: 1000px;
}
#site #topo {
	margin: auto;
	float: none;
	height: 60px;
	width: 1000px;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imagens/topo-black.gif);
	background-repeat: no-repeat;
}

#site #topo a {
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none;
	margin: auto;
	float: none;
	height: 80px;
	width: 1000px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	top: 2px;
}
#site #topo a:hover {
	font-family: arial;
	font-size: 12px;
	color: #999999;
}
#site #banner {
	margin: 0px;
	float: none;
	height: 120px;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



#site #menu {
	margin: auto;
	float: none;
	height: 50px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3300;
	font-weight: normal;
}
#site #conteudo {
	margin: auto;
	float: none;
	height: 420px;
	width: 1000px;
}
#site #conteudo .abertura {
	margin: auto;
	float: none;
	height: 400px;
	width: 1000px;
	position: relative;
	top: 20px;
}
#site #numeros {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: auto;
	float: none;
	height: 30px;
	width: 1000px;
	background-image: url(../imagens/seta.gif);
	background-repeat: no-repeat;
}


#site #numeros a {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	margin: auto;
	float: none;
	height: 30px;
	width: 1000px;
	position: relative;
	right: 50px;
	top: 7px;
	padding-right: 5px;
	padding-left: 5px;
}
#site #numeros a:hover {
	font-family: arial;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;
	margin: auto;
	float: none;
	height: 30px;
	width: 1000px;
	position: relative;
	right: 50px;
	top: 7px;
}
#site #numeros_esquerda {
	background-image: url(../imagens/seta%20esquerda.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 1000px;
}
#site #numeros_esquerda a {
	font-family: arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	margin: auto;
	float: none;
	height: 30px;
	width: 1000px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	top: 7px;
	right: 50px;
}
#site #numeros_esquerda a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: bolder;
	color: #FF0000;
	margin: auto;
	float: none;
	height: 30px;
	width: 1000px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	top: 7px;
	right: 50px;
	text-decoration: underline;
}
#site #numeros_nenhum {
	margin: auto;
	float: none;
	height: 30px;
	width: 1000px;
}
#site #barra {
	background-color: #CCCCCC;
	margin: auto;
	float: none;
	height: 10px;
	width: 1000px;
}

#site #rodape {
	margin: auto;
	float: none;
	height: 30px;
	width: 1000px;
	color: #FFFFFF;
}

