#moldura {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#cabecalho {
	position: relative;
	height: 405px;
}

#apre {
	float: left;
	position: absolute;
	top: 10px;
	height: 395px;
	width: 760px;
	left: -100px;
}
#atalhos {
	height: 20px;
	position: absolute;
	top: 35px;
	right: 0px;
}
#atalhos     li     {
	display: inline;
	line-height: 12px;
}
#atalhos a {
	padding-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3a361d;
}
#atalhos a:hover {
	color: #baa860;
}

#navegacao {
	margin-top: 20px;
	position: absolute;
	right: 0px;
	top: 100px;
	width: 140px;
}
#navegacao li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bbae8c;
	padding-top: 5px;
	padding-bottom: 2px;
}

#navegacao a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #51482D;
	font-size: 12px;
	background-image: url(../imgs/padrao/marcador_nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
	font-style: italic;
}
#navegacao a:hover {
	color: #A69348;
}




#branco {
	background-color: #FFFFFF;
	float: left;
	width: 800px;
	margin-top: -20px;
}

#conteudo {
	display: table;
	float: left;
	width: 580px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#conteudo h2 {
	text-indent: -5000px;
}



#contato {
	width: 200px;
	float: left;
	margin-top: 14px;
	background-image: url(../imgs/padrao/contato.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 200px;
	background-color: #FFFFFF;
	padding-top: 52px;
}

#contato h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #916158;

}
#contato address {
	text-align: center;
	font-family: "Arial Narrow", Arial;
	font-style: normal;
	padding-bottom: 10px;
	color: #4D4726;
	padding-top: 10px;
}
#contato  a {
	height: 57px;
	width: 162px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #EDDFDC;
	background-image: url(../imgs/padrao/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	padding-top: 10px;
}
#contato a:hover {
	color: #FFFFFF;
}

#rodape {
	clear: both;
	background-color: #bbae8c;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	border: medium solid #FFFFFF;
}
#rodape   p  {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	line-height: 25px;
}
#rodape a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	line-height: 25px;
}
#rodape em {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#conteudo  form {
	padding-left: 20px;
}
#conteudo   button {
	background-image: url(../imgs/padrao/bt_enviar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 80px;
	background-color: transparent;
	border: 0px none #FFFFFF;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}















* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	color: #333333;
}
body {
	background-image: url(../imgs/padrao/filete_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}

h1 {
	display: none;
}

em {
	font-style: normal;
}
#conteudo form label {
	display: block;
}
#conteudo h4 {
	margin-top: 0.6em;
	margin-bottom: 0.1em;
	padding-right: 10px;
	padding-left: 10px;
}
