* { margin: 0; padding: 0; }

html, body {
	height: 100%;
}

body {
	color: #333333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #DFEBDE url(../imagens/fundo_cab_v2.gif) repeat-x scroll center top;
}

#corpo {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto;
/*
	height: 100%;
	background: url(../imagens/fundo_corpo_v2.gif);
	background-repeat: repeat-y;
*/
}

#corpo-conteudo {
	width: 900px;
	position: relative;
	background: #F3F2F1;
	left: 7px;
	text-align: left;
	z-index: 0;
}

#cab {
	width: 900px;
	height: 115px;
	position: relative;
	left: 0px;
}

#menu {
	width: 900px;
	height: 30px;
	position: relative;
	left: 0px;
	background-color: #4E8741;
	z-index: 100;
}

#rodape {
	vertical-align: bottom;
	position: relative;
	width: 900px;
	background-color: #F3F2F1;
	bottom: 0px;
	height: 38px;
	margin: 0;
	margin-left: 7px;
}
/*............HACK COM CORREÇÕES PARA MSIE...............*/
* HTML #rodape {
	margin-bottom: 2px;
	bottom: -1px;
}

#rodape-conteudo {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
	color: #4E8741;
	margin-left: 30px;
}
