h1{
margin:0px;
color:#666;
padding:0px;
margin:0px;
text-align:left;
font-size:20pt;
	
	}


body {
	margin:0px;
	background-color: #fff;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	color:#000;
	background-image:url(img/back.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

#todo {
	position: relative;
	width: 750px;
		margin:0px auto;
	background-color: white;
}

#topo {
	position: relative;
	width: 750px;
	height:142px;
	margin:0px;
}

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

#rodape {
	width: 746px;
	height: 86px;
	background-color:#0582fd;
}

#esquerda {
	float: left;
	width: 150px;
	min-height: 400px;
	
}

#miolo {
	float: left;
	width: 438px;
	min-height: 400px;
	}

#direita {
	float: right;
	width: 150px;
	min-height: 400px;
}

#menu {
	width: 100%;
	height: 40px;
	background-image:url(img/menu.jpg);
		
}
#liMenu li {
	font-family: 'Monda', sans-serif;
	float:left;
	list-style:none;
	color:#FFF;
	font-size:18px;
	display: inline;
	padding-left:10px;
	padding-top:5px;
	
	}



a{color:#fff;}
a#menulinksss:link , a#menulinksss:visited, a#menulinksss:active {
color:#fff;
text-decoration:none;
padding:5px 5px 5px 5px ;

} 

a#menulinksss:hover{
text-decoration: none;
color:#fff;
background-color:#850040;
padding:5px 5px 5px 5px ;
}


.itemMenu {
	width: 140px;
	height: 21px;
	background-color: lightyellow;
	padding: 3px 0px 0px 10px;
	
}

#logo {
	float: left;
	width: 200px;
	height:146px;
	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;}