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

body {
	margin:0px;
	background-color:#F3E9E9;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	color:#000;
}

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

#topo {
	position: relative;
	width: 996px;
	height: 250px;
	border: 1px solid #932F2F;
}

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

#rodape {
	color:#FFFFFF;
	width: 996px;
	height: 75px;
	border: 1px solid #932F2F;
	background-color:#6F0000;
}

#esquerda {
	float: left;
	width: 200px;
	min-height: 400px;
	border: 1px solid #932F2F;
}

#miolo {
	float: left;
	width: 794px;
	min-height: 260px;
	border: 1px solid #932F2F;
}

#menu {
	width: 200px;
	height: 290px;
}

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

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

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

#rodape_direita {
	width: 996px;
	text-align: center;
	margin: 0px 0px 0px 0px
}

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

.carregando {
	
}

