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

body {
	margin:0px;
	background-image:url(../imagens/fundo.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#todo {
	position: relative;
	width: 992px;
/*	border: 1px solid black; */
	margin:0px auto;
/*	background-color: white; */
}

#topoLogo {
	position: relative;
	background-image:url(../imagens/topoLogo.png);
	width: 343px;
	height: 189px;
}

#topo {
	position: relative;
	background-image:url(../imagens/topo.png);
	width: 649px;
	height: 189px;
}

#meio {
	position: relative;
	width: 750px;
	min-height: 400px;
	background-color: #eeeeee;
}

#rodape {
	width: 746px;
	height: 75px;
/*	border: 2px solid brown; */
}

#esquerda {
	float: left;
	width: 150px;
	min-height: 400px;
/*	border: 2px solid green; */
}

#miolo {
	float: left;
	width: 438px;
	min-height: 400px;
/*	border: 2px solid blue; */
}

#direita {
	float: right;
	width: 150px;
	min-height: 400px;
/*	border: 2px solid yellow; */
}

#menu {
	width: 150px;
	height: 400px;
}

.itemMenu {
	width: 140px;
	height: 21px;
	background-color: lightyellow;
	padding: 3px 0px 0px 10px;
/*	border-bottom: 1px solid black; */
}

#logo {
	float: left;
	width: 200px;
	height: 100px;
	text-align: center;
	background-color: #cccccc;
	margin-right: 20px;
}

.secao_miolo {
	width: 428px;
	height: 150px;
	text-align: center;
	background-color: #cccccc;
	margin: 2px 5px 4px 5px;
}

.secao_direita {
	width: 140px;
	height: 100px;
	text-align: center;
	background-color: #cccccc;
	margin: 4px 5px 4px 5px;
}

#rodape_direita {
	float: right;
	width: 200px;
	text-align: right;
	margin: 5px 10px 0px 0px
}

#rodape_direita a{color: #cc6600; text-decoration: none;}
#rodape_direita a:hover{color: #cc6600; text-decoration: underline;}