/* FORMATAÇÃO CSS */

body {
	background-image: url(fundo.jpg);
}

p {
	font: 11px Verdana;
	color: #666;
	line-height: 17px;
}

#container {
	width: 780px;
	margin: auto;	
}

#menu {
	width: 780px;
	height: 34px;
}

#topo01 {
	width: 780px;
	height: 90px;
	background-image: url(topo01.jpg);
}

.e_mail {
	float: right;
	margin: 10px 10px 0 0;
}

.e_mail input {
	border: 1px solid #ccc;
	color: #666;
	font: 11px Verdana;
	font-weight: bold;
	width: 190px;
	float: left;
}

.e_mail #submit {
	border: none;
	width: 51px;
	height: 19px;
	margin-left: 5px;
}

#topo02 {
	width: 780px;
	height: 178px;
	background-image: url(topo02.jpg);
}

#left {
	width: 330px;
	float: left;
	margin: 20px 0 0 0;
}

#left h1 {
	font: 20px arial;
	color: #c00;
	margin-bottom: 10px;
}

#right {
	width: 435px;
	float: right;
	margin: 20px 0 20px 0;
}

#right strong {
	color: #c00;
}

#right h2 {
	font: 18px arial;
	color: #c00;
}

#right img {
	margin-right: 7px;
}

#right a {
	color: #666;
	text-decoration: none;
}

#right a:hover {
	color: #666;
	text-decoration:underline;
}

/* PÁGINAS DE DENTRO */

#cont_dentro {
	width: 780px;
	margin-bottom: 20px;
}

#cont_dentro h3 {
	font: 25px arial;
	color: #c00;
	margin: 20px 0 0 10px;
}

#cont_dentro p {
	margin: 10px;
}

#cont_dentro ul {
	font: 11px Verdana;
	color: #666;
	line-height: 17px;
}

#cont_dentro li {
	margin-left: 30px;
	list-style-type: square;
}

/* FOTOS */

.fotos {
	width: 780px;
	text-align: center;
	margin-top: 10px;
}

.fotos img {
	margin: 5px;
	border: 1px solid #666;
}

/* MAPA */

.mapa {
	width: 780px;
	text-align: center;
	margin: 15px 0 15px 0;
}

.mapa iframe {
	border: 2px solid #c00;
}

/* RODAPE */

#rodape {
	width: auto;
	height: 89px;
	background-image: url(rodape.jpg);
	clear: both;
	text-align: center;
	border-top: 2px solid #c00;
}

address {
	font: 11px Verdana;
	color: #666;
	line-height: 17px;
	padding-top: 15px;
}

address a {
	color: #666;
	text-decoration: none;
}

address a:hover {
	color: #666;
	text-decoration: underline;
}

/* MENU */

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(button1.gif); position:relative; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 2px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 20px 0 12px;}
.menu1 li.current a {color:#fff; background:url(button3.gif);}
.menu1 li.current a b {background:url(button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(button2.gif);}
.menu1 li a:hover b {background:url(button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(button3.gif) no-repeat right top;}

/* FORMULÁRIO */

.formulario {
	width: 780px;
	text-align: center;
}

#todoform {

font:11px verdana, helvetica, sans-serif; 
/* o tamanho e o tipo da fonte no formulário */

color:#666; /* a cor laranja para as letras */
      } 

#todoform th {

padding:3px; 
/* um afastamento de 3px */
} 

#todoform input {
background:#fff; 
/* a cor do fundo dos três campos */

color:#666;
/* a cor da letra dos três campos */

border:1px solid #ccc;
/* uma borda de 1px tracejada e na cor laranja para 
o campo */
}   

#todoform textarea {
 background:#fff; 
 /* a cor do fundo do campo */
 
color:#666;
/* a cor da letra para o textarea */

border:1px solid #ccc; 
/* uma borda de 1px tracejada e na cor 
laranja para o campo */
}

#todoform input.botao {
background:#fff; 
/* a cor do fundo do botão */

color:#666; /* a cor das letras Enviar */
}  

#todoform td {
padding:3px;
}