body {
	background-color: #000;
	margin: 0px;
	background-image: url(imagens/fundo_body.jpg);
	background-repeat: repeat-x;
}
#geral {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: none;
	float: left;
	width: 980px;
	color: #000;
	position: relative;
	line-height: 16px;
	margin-left: -490px;
	left: 50%;
}
#geral #cabecario {
	clear: right;
	float: right;
	height: 38px;
	width: 160px;
	margin-right: 25px;
	padding-top: 12px;
}
#geral #principal {
	clear: none;
	float: left;
	height: 435px;
	width: 980px;
	background-image: url(imagens/fundo_index.jpg);
	background-repeat: no-repeat;
}
#geral #principal .menu1 {
	clear: none;
	float: left;
	height: 20px;
	width: 175px;
	margin-left: 400px;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
#geral #principal .endereco {
	clear: right;
	float: right;
	height: 40px;
	width: 265px;
	margin-right: 25px;
	margin-top: 40px;
	text-align: right;
	font-size: 14px;
}
#geral #menu {
	clear: none;
	float: left;
	height: 78px;
	width: 760px;
	background-color: #FFC700;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FAA001;
	padding-left: 110px;
	padding-right: 110px;
	padding-top: 2px;
}






#geral a  {
	text-decoration: none;
	font-size: 14px;
	color: #000;
}

#geral a:hover {
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
li {
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	list-style-type: none;
	display: inline;
	background-image: url(imagens/marcador.jpg);
	padding-right: 8px;
	
}

