In lines 229 and 235 you have forgotten the <?php endif; ?>
(added below)
<div id="excerpt">
<div>
<p><span id="label"><b>Excerpt:</b></span>
<div style="float:left;">
<div><?php if(!empty($item->fields_by_id[32])):?><?php echo $item->fields_by_id[32]->result; ?><?php endif; ?></div>
</div>
</div>
</div>
<div id="memreview">
<div><?php if(!empty($item->fields_by_id[14])):?><?php echo $item->fields_by_id[14]->result; ?><?php endif; ?></div>
</div>
I have also noticed that you have some extra opening and closing tags in lines 145 to 150:
<div class="page-header">
<<?php echo $params->get('tmpl_params.title_tag', 'h1')?>>
<?php echo $item->title?>
<?php echo CEventsHelper::showNum('record', $item->id);?>
</<?php echo $params->get('tmpl_params.title_tag', 'h1')?>>
</div>