@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	padding:0px;
	overflow-x:none;
	background-image:url(../imagens/bg_degrade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#006699;
}

img {
	border:0px;
}

#divSite {
	width:100%;
	height:910px;
	background-image:url(../imagens/bg_ondas.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	z-index:0;
}
#divConteudo {
	width:745px;
	height:100%;
	margin:0 auto;
	z-index:0;
}

#divMarca {
	width:745px;
	height:97px;
	margin:0px;
	padding:30px 0px 0px 35px;
	font-size:0px;
	z-index:0;
}

#divMenu {
	width:226px;
	height:510px;
	margin:0 auto;
	padding:0px;
	float:left;
	background-color:#FFFFFF;
	background:url(../imagens/bg_menu.jpg) no-repeat;
	z-index:0;
}

#divMiolo {
	width:519px;
	height:510px;
	margin:0 auto;
	padding:0px;
	float:right;
	background-color:#FFFFFF;
	background:url(../imagens/bg_miolo.jpg) no-repeat;
	z-index:0;
}

#divRodape {
	margin:0 auto;
	padding:0px;
	float:right;
	width:745px;
	height:213px;
}

#divAgitz {
	width:745px;
	height:53px;
	margin:0px;
	padding:0px;
	font-size:0px;
	text-align:right;
	clear:both;
}