@charset "utf-8";
body {
	background-image: url(imagens_layout/paper_3_1.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #680000;
}
#contentor {
	background-image: url(imagens_layout/bg_paper_mid_750x850_lareira.jpg);
	background-repeat: no-repeat;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 850px;
}
#contentor .header {
	height: 130px;
}
#contentor #oferta {
	height: 30px;
}
#conteudo #esquerdabaixo .tabela {
	height: 20px;
	width: 320px;
}
#conteudo #esquerda2linha {
	float: right;
	width: 375px;
	height: 80px;
	padding-top: 20px;
}

#conteudo #esquerda {
	float: left;
	width: 345px;
	padding-right: 10px;
	padding-left: 20px;
	height: 150px;
}
#direita img {
	border: 2px solid #680000;
	margin-top: 5px;
}

#conteudo #esquerdabaixo {
	float: left;
	width: 345px;
	padding-right: 10px;
	padding-left: 20px;
	height: 300px;
}
#conteudo #direita {
	float: right;
	width: 355px;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(imagens_layout/separa_imagens.png);
	background-repeat: no-repeat;
	height: 430px;
}
#contentor #aderir {
	float: left;
	width: 750px;
}
a {
	color: #680000;
	text-decoration: none;
}
a:hover {
	color: #339933;
}

#contentor .clear {
	clear: both;
}

