<? 
include('includes/header.php')
?>

<div align="center" style="text-align: center;">
<h1>Coming Events</h1>
<table boarder=0 width=75% align="center">
<tr valign="top">
	<td width=25% style="border-bottom: 1px solid #1F1F1F">April 8th 2006<br>7:00PM EST</td>
	<td width=75% style="border-bottom: 1px solid #1F1F1F">MUD-Con V: Don't be late! Server will be started promptly, hope to see everyone there!</td>
</tr>
<tr valign="top">
	<td width=25% style="border-bottom: 1px solid #1F1F1F">April 2nd 2006<br>11:59PM EST</td>
	<td width=75% style="border-bottom: 1px solid #1F1F1F">This is the deadline for MUD-Cons Master StoryTeller Competition! <a href='details.php'>(Details)</a></td>
</tr>
</table>
</div>

<?
include('includes/footer.php')
?>