@charset "utf-8";
body {
	background-image: url(fundo.jpg);
}
#principal {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#topo {
	width: 860px;
	height: 200px;
	background-position: center center;
	background-image: url(bannertopo2.jpg);
	float: right;
	background-repeat: no-repeat;
}
#conteudo {
	float: left;
	width: 500px;
	margin-right: 20px;
	margin-left: 20px;
}
#cont_topo {
	float: left;
	height: 45px;
	width: 500px;
	background-image: url(cont_topo.png);
}
#cont_meio {
	float: left;
	width: 420px;
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(cont_meio.png);
}
#cont_rodape {
	float: left;
	height: 45px;
	width: 500px;
	background-image: url(cont_rodape.png);
}
#propaganda {
	float: left;
	width: 120px;
	margin-right: 40px;
}
#rodape {
	float: left;
	height: 120px;
	width: 860px;
	background-image: url(rodape.png);
}
#rodape2 {
	float: left;
	width: 860px;
	margin-top: 40px;
}
#meio {
	width: 860px;
	background-image: url(meio.png);
	float: left;
}
#menu {
	float: left;
	width: 120px;
	margin-left: 40px;
	margin-top: 42px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background-color: #000000;
	color: #0066FF;
}
#menu a:hover {
	background-color: #0066FF;
	color: #000000;
}
#slide {
	height: 160px;
	width: 860px;
}
