body{
  margin:0;
  padding:0;
  text-align:center;
  background:#133252 url(../imagens/pattern.jpg) repeat-x;
}
h1{  margin:0;  padding:0; }

#tempGeral{
  width:934px;
/*  margin:0 auto;*/
  text-align:left;
  position:absolute;
  left:50%;
  margin-left:-490px;
}
#tempTopo{
  width:934px;
  height:155px;
  float:left;
  background:url(../imagens/topo.jpg) no-repeat;
}
#tempMenu{
  width:157px;
  float:left;
/*  background:#0099CC;*/
}
#tempDireita{
  width:777px;
  float:left;
}
#homeBanner{
  width:777px;
  height:471px;
  float:left;
/*  background:url(../imagens/banner_home.jpg) no-repeat;
  border:1px solid red;*/
}
#tempRodape{
  width:81%;
  float:right;
  text-align:center;
  font:12px "trebuchet ms", arial;
  color:#7898b9;
}
#tempRodape a{
  font:12px "trebuchet ms", arial;
  color:#7898b9;
  text-decoration:none;
}
#tempRodape a:hover{ text-decoration:underline; }

#tempMenu ul{
  width:100%;
  float:left;
  margin:20px 0 0 0;
  padding:0;
  list-style-type:none;
  text-align:right;
}
#tempMenu li a{
  width:132px;
  height:15px;
  float:left;
  font:12px "trebuchet ms", arial;
  color:#FFF;
  margin:0 0 6px 0;
  padding:0 25px 0 0;
  text-decoration:none;
  background:url(../imagens/sprite_menu.gif) no-repeat;
/*  border:1px solid red;*/
}
#tempMenu .menuOn{ background-position:0 3px; *background-position:0 6px;}
#tempMenu .menuOn:hover{ background-position:0 -10px;}

/****************************
	       CONTEÚDO
*****************************/
#tempConteudoTop{
  width:777px;
  height:55px;
  float:left;
  background:url(../imagens/shape_topo.jpg) no-repeat;
}
#tempConteudo{
  width:757px;
  float:left;
  padding:0 0 0 20px;
  background:url(../imagens/shape_meio.gif) repeat-y;
}
#tempConteudoBottom{
  width:777px;
  height:44px;
  float:left;
  background:url(../imagens/shape_base.jpg) no-repeat;
}
