body {
	background-color: #CFE7B8;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top {
	background-image: url(../estrutura/bgtop.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 960px;
}
#logomarca {
	background-image: url(../estrutura/logomarca.png);
	float: left;
	height: 89px;
	width: 309px;
	margin-top: 15px;
	margin-left: 20px;
}
#principal {
	background-color: #FFF;
	height: auto;
	width: 960px;
}


#menu {
	width: 960px;
	background-image: url(../imagens/bgmenu.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
#menu a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.itemOn{
	background-color:transparent;
}
.itemOver{
	background-color:#33C;
}


h1 {
	display: none;
}
#conteudo {
	height: auto;
	width: 960px;
	display: inline-table;
}
.textoSimples {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333;
}

