html, body {
	height: 100%;
}

div#geral {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	min-width: 990px;
}

div#conteudo {
	padding:0 0 20px; /* bottom padding for footer */
}

.wrapper
{
	margin: 0 auto;
	width: 970px;
}

#cabecalho {
	height: 140px;
	background-image: url(../img/cabecalho_fundo.jpg);
}

#destaque {
	position: absolute;
	top: 55px;
	left: 56%;
	width: 380px;
	height: 260px;
	background-image: url(../img/destaque_fundo.png);
	behavior: url(css/iepngfix.htc);
}

#menu {
	height: 40px;
	background-image: url(../img/menu_fundo.jpg);
	text-align: center;
}

#principal {
	margin-left: -25px;
	*margin-left: -20px;	
	background-image: url(../img/principal_fundo_back.gif);
	background-repeat: repeat-x;
}

#principal_fundo1 {
	background-image: url(../img/principal_fundo01.gif);
	background-repeat: no-repeat;
}

#principal_fundo2 {
	background-image: url(../img/principal_fundo02.gif);
	background-position: 0px 346px;
	background-repeat: no-repeat;
}

#principal_conteudo {
	padding: 0 25px 0 25px;
	width: 920px;
	
	background-image: url(../img/principal_fundo_base.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#cadastro #principal_fundo1, #canaiss #principal_fundo1 {
	background-image: url(../img/principal2_fundo01.gif);
	background-repeat: no-repeat;
}

#cadastro #principal_fundo2, #canaiss #principal_fundo2 {
	background-image: url(../img/principal2_fundo02.gif);
	background-position: 0px 346px;
	background-repeat: no-repeat;
}

#cadastro #principal_conteudo, #canaiss #principal_conteudo {
	padding: 0 25px 0 25px;
	width: 920px;

	background-image: url(../img/principal2_fundo_base.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.clr { clear: both; }

.clrh {
	clear: both;
	height: 80px;
}

#principal1 {
	height: 340px;
	background-image: url(../img/principal_fundo.jpg);
	border-bottom: 6px solid #c2bb9f;
}

#principal2 hr {
	clear: both;
}

#links {
	float: left;
	width: 240px;
	margin: 0px 20px 20px 0;
}

#apoio {
	width: 700px;
	height: 220px;
	float: right;
}

#meio {
	float: left;
	width: 450px;
	margin: 0px 20px 20px 0;	
	padding-top: 5px;
}

#banners {
	float: left;
	width: 240px;
	margin: 0px 0 0px 0;
}

#rodape {
	clear: both;
	position:relative;
	top:20px;
	height: 124px;
	background-image: url(../img/rodape_fundo.jpg);
	width:100%;
	margin:0 auto;
	padding:8px 0;
}