/* CSS Document */

<!--
	body { background: #F4F1E8;
	color: #000; font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 0; padding: 0;
	text-align: center;
	}
	-->
	#tudo {
	background: #FFF;
	border: #DBD1C8 1px solid;
	width: 750px;
	margin: auto;
	text-align: left;
	}
	
	#cabecalho { background-image: url(btmenusuperior.jpg); width: 750px; height: 180px}
		
		#menu {
	background: #F4F1E8;
	width: 750px;
	height: 27px;
	margin: 0; padding: 0;
	}
	
	#menu ul {
	margin: 0; padding: 0;
	margin-left: 6px;
	}
	
	#menu ul li {
	display: inline;
	}
	
	#menu ul li a {
	background: #F4F1E8;
	color: #000000;
	border: 1px #FFF solid;
	border-bottom: 1px #DBD1C8 solid;
	float: left;
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	}
	
	#menu ul li a:hover {
	background: #FFF;
	color: #B6A28F;
	border: #DBD1C8 1px solid;
	border-bottom: none;
	text-decoration: none;
	}


#esquerda, #direita {
width:320px;
}

#esquerda {
float:left;
}

#direita {
float:right;
}


	#conteudo {
	width:750px;
	clear: both;
	font-size: 12px;
	padding: 5px;
	text-align: left;
	}

div#conteudo a {
	color:#6B532E;
	font-weight:bold;
	text-decoration:none;
}
div#conteudo a:hover {
	color:#DBD1C8;
	text-decoration:underline;
}
div#conteudo ul {
	list-style-type:square;
	margin:5px 0 5px 20px;
	padding:5px 0 5px 20px;
	}


#rodape {
	clear: both;
	background: #F4F1E8;
	color: #666666;
	width: 750px;
	padding: 5px;
	text-align: center;
	}
	