<?php
//template file
require('./data/common/mngbox.php');
echo <<< ____EOF____
<div style="margin-right:auto;margin-left:auto;">
<hr>
{$pagedata["body"]}
<hr>
</div>
____EOF____;
?>
