@charset "utf-8";
*{
	margin: 0 auto;
	padding:0;
}

html, body {
	height: 100%;
	margin: 0px;
	background-color: #FFF;
	color: #333;
	font-size: 18px;
	}
* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}

#tudo {
	position: relative;
	min-height:100%;
	width: auto;
	margin:0 auto;
}
#rodape {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-color: #CCC;
}
#conteudo {
	width: 940px;
	height: auto;
	position: relative;
	margin: auto;
}
#txt_rodape {
	width: 940px;
	margin: auto;
}
#txt_rodape .copy {
	margin-top: 10px;
	float: right;
	font-weight: bold;
}
#menu {
	width: 100%;
	height: 57px;
	background-image: url(imagens/nav/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	position: absolute;
	top: 0px;
}
#cont_menu {
	width: 940px;
	height: 57px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	background-image: url(imagens/nav/logo-271x85.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 85px;
	width: 271px;
}
#botoes {
	width: 940px;
	height: 30px;
	border: 0px solid #03F;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
	padding-left: 350px;
	margin-top: 15px;
}
#botoes a {
	width: 111px;
	height: 29px;
	float: left;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#botoes a:hover {
	width: 111px;
	height: 29px;
	float: left;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(imagens/nav/bg_bot_nav.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}





#topo {
	background-image: url(imagens/b1-940x346.jpg);
	width: 100%;
	height: 346px;
	padding-top: 57px;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}
#fundo_topo {
	width: 100%;
	background-image: url(imagens/bg_banner_home.png);
	background-repeat: repeat-x;
	height: 403px;
	background-position: center bottom;
}

