/* CSS Document */

#total{
width:800px;
height:600px;
}
#topo{
width:800px;
height:67px;
background-image:url(img/topo.jpg);
background-repeat:repeat-x;
}
#menu{
width:800px;
height:22px;
padding:opx
background-image:url(img/menu.jpg);
background-repeat:repeat-x;
}
#corpo{
width:800px;
height:325px;
background-image:url(img/corpo.jpg);
background-repeat:repeat-x;
}
  #corpo1{
   width:314px;
   height:325px;
   float:left;
   background-image:url(img/corpo1.jpg);
   background-repeat:repeat-x;
   }
  #corpo2{
   width:484px;
   height:325px;
   float:right;
   background-image:url(img/corpo2.jpg);
   background-repeat:repeat-x;
   }
}
#sub_corpo{
width:800px;
height:120px;
background-image:url(img/sub_corpo.jpg);
background-repeat:repeat-x;
}
  #sub_corpo1{
   width:266px;
   height:120px;
   float:left;
   background-image:url(img/sub_corpo1.jpg);
   background-repeat:repeat-x;
   }
  #sub_corpo2{
   width:266px;
   height:120px;
   float:left;
   background-image:url(img/sub_corpo2.jpg);
   background-repeat:repeat-x;
   }
  #sub_corpo3{
   width:266px;
   height:120px;
   float:left;
   background-image:url(img/sub_corpo3.jpg);
   background-repeat:repeat-x;
   }
#rodape{
width:800px;
height:65px;
background-image:url(img/rodape.jpg);
background-repeat:repeat-x;
clear:both;
}
