body{
	margin:0;
	padding:0;
	background-color:#BFBB99;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#7A6939;
}
#conteudo{
	position:relative;
	width:998px;
	height:auto;
	text-align:center;
	margin:auto;
	background-color:#ccbc8b;
/*	border-left: 5px double #e1e1e1;
	border-right: 5px double #e1e1e1;
	border-bottom: 5px double #e1e1e1;*/
}
#pagina{
	position:relative;
	width:998px;
	height:100% !important;
	height:auto;
	margin-bottom:2em;
	clear:both;
	float:left;
	background-color:#ccbc8b;
}
#topo{
	background-image:url(images/fundo_topo.jpg);
	background-repeat:repeat-x;
	background-color:#e5dcbd;
}
#rodape{
	background-image:url(images/fundo_rodape.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:102px;
	width:998px;
}
#bloco_rodape{
	background-color:#dacfac;
	border-color:#ccbc8b;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
}