*{

	margin: 0px;

	padding: 0px;

	color: #283f48;

	text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}


#fundo{

	background: #022d5a;

	margin: 0px;

}



#geral{

	width: 760px;

	margin: auto;

}



#topo{

	width: 760px;

	height: 184px;

}



#engloba_conteudo{

	width: 760px;

	height: 460px;

	display: table;

	background: url(../imagens/fundo_conteudo.jpg) no-repeat;

}



#conteudo{

	width: 760px;

	float: left;

}



#conteudo_maior{

	width: 720px;

	height: 436px;

	margin-left: 25px;

	margin-top: 10px;

	display: table;

	background: url(../imagens/fundo_final.jpg) no-repeat;

}



#conteudo_maior2{

	width: 720px;

	height: 436px;

	margin-left: 25px;

	margin-top: 10px;

	display: table;

	background: url(../imagens/fundo_final2.jpg) no-repeat;

}



#menu_lateral{

	width: 130px;

	height: 400px;

	padding-left: 25px;

	padding-top: 52px;

	display: table;

	float:left;

	color:#fff;

	font-size:14px;

	font-weight:bold;

}



#conteudo_final_menor{

	width: 586px;

	height: 436px;

	margin-left: 10px;

	margin-top: 10px;

	display: table;

	background: url(../imagens/fundo_menor.jpg) no-repeat;

	float:left;

}



#menu_inferior{

	width: 760px;

	height: 68px;

	background: url(../imagens/fundo_news.jpg) no-repeat;

}



.menu{

	color:#026a96;

	font-weight:bold;

}



#rodape{

	width: 760px;

	height: 30px;

	display: table;

	text-align:center;

	line-height: 30px;

	color:#fff;

	background:#002345;

}



.center{

	text-align: center;

}



/*inicio formatações para formularios*/

.destaque{

	text-decoration: none;

	font-weight: bold;

	color: #283f48;

}



#nome, #endereco, #email, #assunto {

	width: 70%;

}



input{

	border:1px solid #283f48;

	margin-top: 4px;

	margin-left: 25%;

}



textarea{

	border:1px solid #283f48;

	margin-top: 4px;

	width: 70%;

	margin-left: 25%;

}



label{

	float: left;

	position: absolute;

    width: 100px;

	margin-top: 4px;

	text-align: right;

	color:#283f48;

}



/*Fim formações para formularios*/