Из index.php шаблона: <div id="lftBar"> <?php echo mosLoadModules('left',0);?> </div> <div id="content"> <?php echo mosMainBody ();?> </div> Из css: #content{ margin-left:144px; font-family:Georgia, "Times New Roman", Times, serif; background:#fff; padding:0px 13px; padding-bottom:12px; color:#000000; } #lftBar { margin-top:5px; float:left; margin-left:4px; padding-left:0px; width:128px; }