*{
	font-family: Arial, sans-serif;
}

* img{
	border: 0 solid #000;
}

body{
	margin: 0;
	padding: 0;
}
	
body,html{
	height: 100%;
}
	
#tudo{
	position: relative;
	width: 100%;
	min-height: 100%;
}	
		
#header{
	position: relative;
	width: 100%;
	height: 154px;
	
	background-image: url(../_images/bg_topo.jpg);
	background-repeat: repeat-x;
}

	#innerHeader{
		position: relative;
		width: 993px;
		margin: 0 auto;
	}
	
#menu{
	position: relative;
	width: 100%;
	height: 77px;
	
	background-image: url(../_images/bg_menu.jpg);
	background-repeat: repeat-x;
}

	#menu ul{
		margin:0;
		padding:0;
		list-style: none;
	}
	
	#menu li{
		float: left;
		margin-top: 30px;
		margin-left: 20px;
		font-size: 18px;
		color: #fff;
	}
	
	#menu li a{
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
	}

	#innerMenu{
		position: relative;
		width: 993px;
		height: 77px;
		
		margin: 0 auto;
	}
	
	#telefones{
		position: absolute;
		top:25px;
		right: 0px;
	}
	
	#telefones img{
		position: absolute;
		top: -5px;
		left: -35px;
	}
	
	#chat{
		position: absolute;
		right: 20px;
		top: 30px;
	}

#banner{
	position: relative;
	width: 993px;
	height: 234px;
	margin: 0 auto;
}

#banner ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#banner li{
	font-size: 40px;
	text-align: center;
	width: 992px;
	height: 234px;
	padding: 0;
	margin-left: 5px;
	display: block;
	float: left;
}

#conteudo{
	position: relative;
	width: 993px;
	margin: 0 auto;
	padding-top:33px;
	padding-bottom: 79px;
}

#rodape{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 89px;
	
	background: #01487E;
}

	#innerRodape{
		position: relative;
		width: 993px;
		margin: 0 auto
	}


.clear{
	clear: both;
}