* {
	margin: 0px;
	padding: 0px;
}

body {
	background-attachment: scroll;
	background-image: url(../images/layout/fundo.jpg);
	background-repeat: repeat;
	background-position: center top;
}
div#container {
	width: 100%;
	position: relative;
}
div#container_topo {
	background-image: url(../images/layout/topo_floral.png);
	height: 346px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
div#topo_corista {
	background-image: url(../images/layout/topo_corista.png);
	height: 59px;
	background-position: center top;

}
div#topo_btnCorista {
	height: 33px;
	width: 960px;
	margin: 0 auto;
	text-align: right;
}
div#topo_960 {
	width: 960px;
	margin: 0 auto;
	display: table;
	background-position: center top;
}
div#topo_logo {
	height: 287px;
	width: 407px;
	float: left;
}
div#topo_menu {
	height: 81px;
	width: 553px;
	float: right;
}
div#topo_foto {
	float: right;
	height: 199px;
	width: 551px;
}


div#container_conteudo {
	width: 960px;
	margin: 0 auto;
}
div#conteudo_sup {
	background-image: url(../images/layout/conteudo_topo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 960px;
}

div#conteudo {
	background-image: url(../images/layout/conteudo_fundo.gif);
	background-repeat: repeat-y;
	width:960px;
	display:table;
	margin: 0 auto;
}

div#conteudo1 {
	background-color: #FFFFFF;
	float:left;
	width:590px;
	text-align: left;
	position:relative;
	margin: 10px;
}

div#conteudo2 {
	float:right;
	width:320px;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	vertical-align: top;
	display: table;
}

div#conteudo_rodape {
	background-image: url(../images/layout/conteudo_rodape.png);
	background-repeat: repeat;
	height: 90px;
	clear: both;
	margin: 0 auto;
}
a.logo_topo {
	text-indent:-9999px;
	width:407px;
	height:287px;
	display:block;
	background-image: url(../images/layout/topo_logo2.jpg);
	background-repeat: no-repeat;
}

#pai {
	display:none;
}
