body {
	margin: 0px;
	padding: 0px;
	background-color: #34689b;
}
#geral {
	background-image: url(../img/layout_site/geral_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
#geral #topo {
	margin: 0 auto;
	height: 327px;
	width: 899px;
	background-image: url(../img/layout_site/topo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#geral #meio {
	margin: 0 auto;
	width: 899px;
	height: 155px;
	background-image: url(../img/layout_site/meio_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}
#geral #menu {
	background-image: url(../img/layout_site/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	height: 104px;
	width: 899px;
}
#geral #menu ul {
	list-style:none;
	margin-left:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#geral #menu ul li{
	font:15px "Times New Roman", Times, serif;
	color:#000000;
	display:block;
	float:left;
	margin:0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 8px;
	background-image: url(../img/layout_site/marcador.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	
}
#geral #menu ul li a{
	color:#000000;
	text-decoration:none;
}
#geral #menu ul li a:hover{
	color:#3672A4;
}
#geral #rodape {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #9BB5CA;
	height: 60px;
	width: 899px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
#geral #rodape img {
	float: right;
	margin-right: 37px;
}

