body{
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-family: bakrsign, Geneva, Arial, Helvetica, sans-serif;
	}
	
#menu{
	width: 100%;
	height: 28px;
	background-color: #2f2003;
	border-bottom: thin solid #846c41;
	}

#banner{
	width: 100%;
	min-width: 1003px;
	height: 200px;
	background: url(../images/banner.jpg) top no-repeat;	
	}
	
#geral{
	width: 1003px;
	min-width: 1003px;
	margin: auto;
	text-align: left;
	}
	
#erro {
	width: 500px;
	height: auto;
	background: #ebcfa0;
	color: #5E3D0A;
	border: thin solid #5E3D0A;
	padding: 10px;
	display: none;
	}