/* CSS Document */

#ConteudoSite {
	border:none;
	width:740px;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	
}


#ConteudoInternoSite{
/* top, right, botton, left*/
position:relative;
width:100%;
padding-top: 2px;


}

#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;

}

