@charset "utf-8";
img,div{behavior:url(css/iepngfix.htc)}
*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	text-align:left;
	color:#000000;
	text-decoration:none;
}
body
{
	background:#e7e9f1;
 	text-align:center;
}

#geral
{
	background:#fff;
	width:700px;
	margin:0px auto;
}
#margem_top
{
	background:url(../imgs/tp_geral.gif) no-repeat;
	width:700px;
	height:17px;
	overflow:hidden;
}
#top
{
	width:700px;
	height:345px;
	margin-top:-15px;
}

/* configurações gerais do conteudo */

#conteudo
{
	position:relative;
	width:680px;
	padding:0px 10px;
	margin-top:10px;
} 
#conteudo:after
{
	clear:both;
	visibility:hidden;
	display:block;
	height:0px;
	content:".";
	overflow:hidden;
}

/* configurações do rodapé */

#rodape_index
{
	background:url(../imgs/rodape.gif) no-repeat;
	width:700px;
	height:52px;	
	margin-top:10px;
}
#rodape
{
	background:url(../imgs/rodape.gif) no-repeat;
	width:700px;
	height:52px;	
}
#rodape_index ul, #rodape_index ul
{
	list-style:none;
	height:25px;
}
#rodape_index ul:after, #rodape ul:after
{
	clear:both;
	content:" ";
	height:0px;
	overflow:hidden;
	visibility:hidden;
	display:block;
}
#rodape_index li, #rodape li
{
	float:left;
	position:relative;
	margin-right:30px;
	left:45px;
	vertical-align:middle;
}
.tel
{
	font-size:12px;
	font-weight:bold;
	top:31px;
}
.copy
{
	font-size:10px;
	top:32px;
}
.minds
{
	top:29px;
}