@charset "utf-8";
body {
	background-image: url(background.jpg);
}
#pagina {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#topo {
	background-image: url(topo.png);
	float: left;
	height: 160px;
	width: 860px;
}
#meio {
	background-image: url(meio.png);
	float: left;
	width: 860px;
}
#rodape {
	background-image: url(rodape.png);
	float: left;
	height: 130px;
	width: 860px;
}
#esquerda {
	float: left;
	width: 180px;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#texto {
	float: left;
	width: 510px;
	margin-right: 15px;
	margin-left: 25px;
	margin-top: 10px;
}
#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}

#menu {
	float: left;
	width: 180px;
}
#redes_sociais {
	float: left;
	width: 60px;
	margin-right: 20px;
	margin-left: 10px;
}#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 180px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 2px;
	background-image: url(bt.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu a:hover {
	color: #003366;
	background-image: url(bthover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav {
	float: left;
	width: 700px;
	margin-right: 80px;
	margin-left: 80px;
	margin-top: -2px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	float: left;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(aba.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav a:hover {
	background-image: url(abahover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
