/* CSS Document */




*{
padding:0;
margin:0;}

body{
background:url(../images/fundo.jpg);}

#site{
width:781px;
height:auto;
margin:auto;
background:#FFFFFF;}

#topo{
margin-top:10px;
margin:auto;
width:780px;
height:225px;}

#centro{
background:#FF9900;
margin:5px;
width:770px;
height:550px;}
	
#menu{

float:left;
width:182px;
height:400px;}

#lateral{

margin-top:4px;
margin-rigth:5px;
background:#FBCD9C;
float:left;
width:127px;
height:510px;}

#meio{
margin-bottom:6px;
float:left;
width:588px;
}

#center{
float:left;
width:458px;
height:398px;}



#rodape{
clear:both;
text-align:center;
margin:auto;
background:#0000FF;
width:auto;
height:32px;}












