* {
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-decoration: none;
	text-align: center;
	border: 0;
}
ul {
	list-style-type: none;
}
html {
	width: 100%;
	height: 100%;
	background: url(../imgs/bg_internas.jpg) repeat-x top;
}

body {
	 	background: url(../imgs/bg_topo_int.jpg) no-repeat top;

	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#corpo{
	width: 770px;
	margin: 0 auto;
}

#topo{
 	overflow:hidden;
	height: 216px;
	width:770px;
}

#topo h1 {
	margin-top: 10px;
	width: 100%;
	height: 117px;
}






#topo #menu{
	width: 770px;
	margin-top: -93px;
	margin-left: 30px;
}



#topo #menu ul #esq{
	margin-left: 429px;
}
#topo #menu ul #esq li{
	margin-left: 45px;
}

#topo #menu ul li{
	line-height: 16px;
	float:left;

}
#topo #menu ul #dir li {
	margin-left: 72px;
}


#topo #menu ul li.esq{
	width: 63px;
}

#topo #menu ul li a{
	color: #00598e;
	line-height: 15px;
	font-size: 12px;
}

#topo #menu ul li a:hover{text-decoration: underline;color: #d76100;}

#conteudo #titulo {
	text-align: center;
}


#conteudo #titulo h2 {
	color:#d55f00;

	margin-top: -70px;

}

table{
	margin-top: 22px;
	margin-left: 80px;
	*margin-left: 0;
	width:610px;
 
 }
 
table td img{
	margin-top: 6px;
	background: #E5E5E5;
	padding: 4px;


}
table td img:hover{ background:#d55f00;}







#rodape{
	margin-left: 71px;
	width: 627px;
	clear: both;	
	background:url(../imgs/bg_rodape.jpg) repeat-x;
	height: 100px;
	*margin-left: 0;

}
#rodape p{
	margin-top: 60px;
	font-size: 10px;
	color: #666666;

}
#rodape p.contato {
	margin-left: 30px;
	float:left;
	text-align: left;

}
#rodape p.contato a {
	display:block;
	color: #d76100;

}
#rodape p.direitos {
	margin-right: 30px;
	float:right;
	text-align: left;
	display:block;

}

#rodape p.contato a:hover{ text-decoration: underline; color:#0066CC;}

