/* Padrões */
body {
	margin: 0px;
	text-align: left;
	font-family: Arial, Tahoma, Trebuchet;
	font-size: 12px;
	color: #5B0C08;
	background-color: #590001;
	background-image: url(../../imagens/layout/bg_intro.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	line-height: 120%;
}

html, body {
	height: 100%;
}

div, span, table {
	font-size: 12px;
	line-height: 120%;
}

/* Divs Layout */
#geral{
	width: 100%;
	min-width: 778px;
}

#lar_util{
	width: 778px;
	margin: 0 auto;
	background-color: #E7DEBF;
}