body {
	margin:0px;
	background-color: #8B4726;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	color:#000;
}

#todo {
	position: relative;
	width: 1400px;
        height: 770px;
	border: 1px solid black;
	margin:1px auto;
	background-color: white;
}

#topo {
	position: relative;
	width: 1400px;
	height: 100px;
	border: 2px solid red;
	background-color: white;
}

#meio {
	position: relative;
	width: 1400px;
	min-height: 600px;
	background-color: white;
}

#rodape {
	width: 1400px;
	height: 70px;
	border: 2px solid #8B8B7A;
    background-color:#363636; 
    color: white;
}

#esquerda {
    
	float: left;
	width: 200px;
	min-height: 600px;
	border: 4px solid #8B0000;
	background-color: #F4A460;
	color:#FFFFFF;
	
	
	  
}

#miolo {
	float: left;
	width: 1400px;
	min-height: 50px;
	border: 2px solid #8B0000;
        height: 200px;
 background-color:black;
 
 }




}

.itemMenu {
	width: 140px;
	height: 21px;
	background-color: lightyellow;
	padding: 3px 0px 0px 10px;
	border-bottom: 1px solid white;
}

#logo {
	float: left;
	width: 200px;
	height: 100px;
	text-align: center;
	background-color: ;
	margin-right: 20px;
}

.secao_miolo {
	width: 200px;
	height: 150px;
	text-align: center;
	background-color: ;
	margin: 2px 5px 4px 5px;
}

.secao_direita {
	width: 200px;
	height: 80px;
	text-align: center;
	background-color: #cccccc;
	margin: 4px 5px 4px 5px;
background-color: #CD3700;
}

#rodape_direita {
	float: right;
	width: 200px;
	text-align: right;
	margin: 5px 10px 0px 0px
}
