<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">>
<head>
<title><?php include("../item_title.php"); ?></title>
<?php include("../item_robots.php"); ?>
<?php include("../item_content_type.php"); ?>
<?php include("../item_content_language.php"); ?>
<?php include("../item_description_keywords.php"); ?>
<?php include("../item_viewport.php"); ?>
<?php include("../item_script.php"); ?>
<link href="../../geral_layout/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?php
include("../estrutura_cabecalho.php");
?>
<div class="pag_contato">
<div class="estrutura_conteudo">
<div class="estrutura_coluna">
<h2>
Contato
</h2>
<p>
Rua Conde Lages, 44 sala 1301 <br>
Rio de Janeiro - RJ <br>
CEP: 20241-080 <br>
<br>
Tel (21) 3176-1262
Email [email protected]
</p>
<form action="item_contato.php" method="post">
<p>
<b>Também é possível nos contatar através do formulário abaixo: </b><br>
* = Campos obrigatórios.
</p>
<p>
Nome:*<br>
<input name="nome" size="40" type="text" />
</p>
<p>
E-mail:*<br>
<input name="email" size="40" type="text" />
</p>
<p>
Confirmando e-mail:*<br>
<input name="confirmando_email" size="40" type="text" />
</p>
<p>Mensagem:<br>
<textarea cols="35" rows="10" name="mensagem"></textarea><br>
<input type="submit" value="Enviar" />
</p>
</form>
</div>
<!-- fim da estrutura coluna -->
</div>
<!-- fim da estrutura conteudo -->
</div>
<!-- fim da pag contato -->
<?php
include("../estrutura_rodape.php");
?>
</body>
</html>