<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php mosShowHead(); ?>
<?php if ( $my->id ) { initEditor(); } ?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php
echo "<link rel=\"stylesheet\"
href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\"
type=\"text/css\"/>" ; ?>
</head>
<body>
<div id="main_container">
<div id="header">
Header
</div>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="150">
Left Column Content
<?php mosLoadModules ( 'left' ); ?>
</td>
<td width="100%">
Center Column Content
<?php mosMainBody(); ?>
</td>
<td width="150">
Right Column Content
<?php mosLoadModules ( 'right' ); ?>
</td>
</tr>
</table>
</div>
<div id="footer">
Footer
<?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
</div>
</div>
</body>
</html>