* {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	display: none;
}
body {
	background-color: #000000;
	background-image: url(../img/bg-madeira.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
}
#logotipo {
	float: left;
	margin-left: -287px;
	clear: none;
}
#logotipo  img {
	border: 0px none #FFFFFF;
}


#cabecalho {
	line-height: 264px;
	text-align: center;
	height: 273px;
	background-image: url(../img/bg-cabecalho.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9000px;
}


#molduraGeral {
	width: 591px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 29px;
	padding-left: 372px;
}
#molduraConteudo {
	background-color: #ffe1bc;
	background-image: url(../img/bg-conteudo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 18px;
	padding-left: 18px;
	width: 555px;
}

#navagacao {
	text-align: center;
	height: 33px;
	background-image: url(../img/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 17px;
}

#navagacao li {
	display: inline;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}

#navagacao a {
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	color: #533A1C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #957A58;
	line-height: 16px;
}
#navagacao a:hover {
	color: #7F6848;
}

#conteudo * {
	color: #745841;
}
#conteudo {
}


#conteudo h2 {
	font-weight: bold;
	margin-bottom: 8px;
}
#conteudo p {
	margin-bottom: 8px;
}
#rodape {
	clear: both;
	height: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #745841;
	background-image: url(../img/rodape.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#rodape * {
	line-height: 40px;
}
#rodape a {
	text-align: right;
	display: block;
	color: #745841;
}
#rodape a:hover {
	color: #C0A37B;
}

#rodape p {
	width: 257px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	color: #745841;
}

#flashcafe {
	height: 400px;
	width: 380px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
#conteudo .alingRight {
	float: right;
}
