@charset "utf-8";
/* CSS Document */

*{
padding:0;
border:0;
margin:0;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/fundo_flip.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#e0dddd;
}

#centro{
margin:0 auto;
width:1000px;
height:auto;}

#topo{
position:relative;
float:left;
width:1000px;
height:90px;}

#skyscrapper{
position:relative;
float:left;
width:1000px;
height:auto;
padding:5px 0;
text-align:center;}

#conteudo{
position:relative;
float:left;
width:1000px;
height:auto;
background-image:url(images/fundo_conteudo.gif);
background-position:bottom;
background-repeat:repeat-x;
}

#nav_esq{
position:relative;
float:left;
width:140px;
height:auto;
margin:10px 5px 0 5px;}

#cont_flip{
width:1000px;
height:580px;
margin:0 auto;}

#cont_nav_esq{
position:relative;
float:left;
width:120px;
height:auto;
padding:10px;
background-image:url(images/fundo_nav_esq.gif);
background-position:top center;
background-repeat:repeat-y;}

#icons{
position:relative;
float:left;
width:120px;
height:auto;
padding:30px 0 0 0;
text-align:center;}

#busca{
position:relative;
float:left;
width:120px;
height:auto;
padding:10px 0;
text-align:center;}

#edicoes{
position:relative;
float:right;
width:845px;
height:auto;
margin:10px 0 0 0;}


