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

/* CSS Propriedades */
body {	
	margin: 0; 
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center; /* hack para o IE */	
	background-image: url('../imgs/site_bg.gif');
}
.png {
	behavior:url(iepngfix.htc);
}
.font_Text{
	font-family:Verdana, Arial, Tahoma;
	font-size:12px;
}
a:link {
	color: #231F20;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #231F20;
}
a:hover {
	text-decoration: underline;
	color: #231F20;
}
a:active {
	text-decoration: none;
	color: #231F20;
}
/* CSS Propriedades !close */

#topo{
	width:100%;
	height:295px;
	background-image:url(../imgs/site_bg_topo.jpg);
	background-position: center ;
	z-index:30;
}
#menu_topo{
	width:987px;
	height:39px;
	z-index:40;
}
#toptwo{
	margin-top:-3px;
	_margin-top:-6px;
	z-index:50;
}
#toptwo ul li{
	list-style:none;
	display:inline;
	z-index:60;
}
#conteudo{
	width:655px;
	background-image:url(../imgs/site_bgconteudo.gif);
	margin-top:-16px;
	_margin-top:0px;
	z-index:1;
}
#rodape{
	width:100%;
	height:43px;
	background-image:url(../imgs/site_rodape.gif);
	margin-top:-16px;
	_margin-top:0px;
	z-index:10;
}
#cont_{
	width:605px;
}