* {
	margin:0;
	padding:0;
	vertical-align:middle;
	list-style:none;
}

h2 {
	font:24px "Trebuchet MS", Arial, Georgia;
}

h2, h3, h4, h5, h6 {
	margin:10px 0;
}

/* classes */


.fora {
	font-size:18px;
	text-align:center;
	margin:8px 0;
}


#principal {
	width:1000px;
	display:table;
	background-color:#900;
	margin:0 auto;
}

#topo {
	width:100%;
	height:200px;
	background-color:#598524;
}

#topo h1 a {
	width:530px;
	height:185px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	background:url(../imagens/logo.jpg);	
}

#slogan {
	height:70px;
	*height:70px;
	text-align:center;
	color:#FFF;
}

#som {	
	height:45px;
}

#fones, #menu, #menu1 {
	float:right;
	color:#FFF;
	margin:12px 8px 0 0;
	padding:5px;
}

#fones {
	font:15px Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
}

#menu, #menu1 {
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:2.0em;
	border-right:1px dotted #FFF;
}

#menu1 {
	line-height:1.7em;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active, #menu1 a:link, #menu1 a:visited, #menu1 a:hover, #menu1 a:active {
	color:#FFF;
	text-decoration:none;
}

#menu a:hover, #menu1 a:hover {
	text-decoration:underline;
}

#home #conteudo p img {
	border:2px solid #900;
	margin:8px 0;
}

#barra-esq, #barra-dir {
	width:110px;
	height:600px;
	float:left;
}

#barra-esq {
	margin-left:20px;
	background:url(../imagens/barra1.jpg)
}

#barra-dir {
	background:url(../imagens/barra2.jpg)
}

#conteudo {
	width:725px;
	display:table;
	float:left;
	padding:6px;
	background-color:#EEBB74;
	border:1px dotted #66802B;
	font:13px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#333;
}

#rodape {
	width:948px;
	height:30px;
	padding:6px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	clear:both;
}

/* especificas das páginas */


#fotos #conteudo p {
	text-align:center;
}


#fotos #conteudo p img {
	margin:4px;
}


/* declarações para o form */

fieldset, input, textarea {
  border:1px solid #CCC;
}

fieldset {
  padding:10px;
}

label {
  display:block;
  float:left;
  width:100px;
}

input, textarea {
  margin-bottom:10px;
  border:2px solid #C9E7D0;
}

legend {
	display:none;
}
