body {
	background: #e5ac64 url(../imagens/fundo.jpg) repeat fixed left;
	margin: 0;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}
a:link, a:visited {
	color: #7F2C0F;
	text-decoration: none;
}
a:hover, a:active {
	color: red;
	text-decoration: underline;
}
p {
	line-height: 140%;
}
#geral {
	width: 899px;
	margin: 0 auto;
	background: url(../imagens/fundo_geral.jpg) repeat-y;
}
#topo {
	height: 248px;
	background: url(../imagens/topo.jpg) no-repeat;
}
#conteudo {
	width: 880px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
#rodape {
	height: 22px;
	background: url(../imagens/rodape.jpg) no-repeat;
	margin-top: 5px;
	clear: both;
	text-align: center;
}
#rodape img {
	border: 0;
	margin-top: 3px;
}
#menu {
	height: 49px;
	width: 895px;
	position: relative;
	margin: 0 auto;
	background-color: transparent;
	top: 176px;
}
#fotos_home {
	width: 830px;
	height: 225px;
	margin: 0 auto;
	vertical-align: top;
	background: url(../imagens/fundo_fotoshome.jpg) no-repeat 0 bottom;
	margin-top: 5px;
}
#texto_home {
	font-size: 19px;
	color: #352110;
	line-height: 120%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 5px;
}
#titulo {
	font-size: 25px;
	border-bottom: 1px solid gray;
}

#titulo {
	font-size: 25px;
	border-bottom: 1px solid gray;
}
#menuservicos {
	position: relative;
	width: 400px;
	float: left;
}
#foto_esq {
	margin-right: 4px;
	padding: 2px;
	border: 2px solid gray;
	float: left;
}

#foto_dir {
	margin-left: 4px;
	padding: 2px;
	border: 2px solid gray;
	float: right;
}

#foto {
	padding: 2px;
	border: 2px solid gray;
}
#subtitulo {
	font-size: 20px;
}
ul li {
	line-height: 140%;
	margin-bottom: 4px;
}
#centro {
	clear: both;
	text-align: center;
}
hr {
	color: gray;
}
#inputexto {
	width: 300px;
	border: 1px solid gray;
	padding: 4px;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #515151;
}
#botao {
	background-color: #e5ac64;
	border: 1px solid gray;
}
