codice:
$pdf->MultiCell(0, 5, 'Sezione:', 0, L, 0);
come da manuale :
http://www.fpdf.org/it/doc/cell.htm
Cell(float w [, float h [, string txt [, mixed border [, int ln [, string align [, int fill [, mixed link]]]]]]])
devi mettere

codice:
$pdf->MultiCell(0, 5, 'Sezione:', L, 0, 0);
credo ti vada bene