
/* ESTRUTURA */
body{
margin:0;
padding:0;
height:100%;
background-image:url(../images/estrutura/bg_total.jpg);
background-repeat:no-repeat;
}

#main {
border:0;
margin:0;
padding:0;
}

/* TOPO */
#top{
height: 281px;/*Altura do topo*/
width:100%;
clear:left;
}

/* CONTEÚDO CENTRAL */
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 166px 0 166px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}


/* COLUNA ESQUERDA - MENU */
#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -100%;
padding:0 0 0 8px;
}


/* COLUNA DIREITA - BANNERS */
#rightcolumn{
float: left;
width: 160px; /*Width of right column*/
margin-left: -164px; /*Set left marginto -(RightColumnWidth)*/
}

/* RODAPÉ */
#footer{
clear: left;
width: 100%;
height:auto;
text-align: center;
}

#topo
{
 	position:absolute;
    width:100%;
    height:481px;
    margin:0;
    padding:0;
    z-index:1;    
}
