@charset "iso-8859-1";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family: "Trebuchet MS", sans-serif ;
	font-size: 11px;
	color: #d0c6b4;
}
.geral{
	width:100%;
	height:100%;
	float:center;
}
/*  Conteúdo total do site */
.conteudo{
	width:100%;
	height:550px;
	background-image:url(../img/bg.gif);
	background-repeat: repeat;
	background-color: #6d6659;
}


/*  Menu em Flash  */
.menu{
	width:100%;
	height:80px;
	background-color: #ffffff;
}
/*  Rodapé  */
.assinatura{
	margin-top: 10px;	
}
