@import url("estilo.css");
@import url("titulos.css");
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:#f8f4ea;
}
#geral{
	width:778px;
	min-height:600px;
	background:#c1b58d url(../img/fundo.jpg) no-repeat;
	margin:auto;
	border-left:1px solid #c6bb95;
	border-right:1px solid #c6bb95;
}
#geral_ini{
	width:778px;
	height:600px;
	background:#c1b58d url(../img/fundo_ini.jpg) no-repeat;
	margin:auto;
	border-left:1px solid #c6bb95;
	border-right:1px solid #c6bb95;
}
#topo{
	width:100%;
	height:117px;
}
#col_dir{
	width:580px;
	float:right;
	height:480px;
}
#col_esq{
	width:195px;
	height:329px;
	float:left;
}
