/* CSS Document */

#ConteudoSite {
	border:none;
	width:740px;
	margin:0 auto;
	text-align:center;
}


#ConteudoInternoSite{
/* top, right, botton, left*/
position:relative;
width:740px;
padding-top: 2px;
background-color:#FFF;

}

#LESite {
/* top, right, botton, left*/
float:left;
/*background-color:#FF0000;*/
width:31%;
;
}

#MeioSite {
/* top, right, botton, left*/

margin:0 auto;
padding-left: 10px;
/*background-color:#00FF00;*/


}


#RodapeSite {
clear:both;
position:static;
width:740px;

}
