<?php
    // Copyright (C) 2005-2007 Craigweb
    // http://www.craigweb.net
    // Released under the terms of the MIT/expat license.
    // See copying.txt for full license text.
        require_once('template.php'); 
template_open("Craigweb - Contact Us");
echo "<span class='pageheadertext'>Contact us</span>";
echo "
<br/><br/>
<span class='subheading'>We want to hear from you!</span>
<br/><br/>

	<table class='large centre '>
		<tr valign='top'>
			<td>
				<fieldset>
					<legend>Sales</legend>
						<div class='indent'>
						+1 (803) 443-0018<br/>
						sales@bluefishpond.com <br/>
						</div>
				</fieldset>
			</td>
			<td>
				<fieldset>
					<legend>Technical Support</legend>
						<div class='indent'>
						+1 (803) 443-0018<br/>
						support@bluefishpond.com <br/>
						</div>

				</fieldset>
			</td>
		</tr>
		<tr valign='top'>
			<td>
				<fieldset>
					<legend>Other Inquires</legend>
						<div class='indent'>
						+1 (803) 443-0018<br/>
						contactus@bluefishpond.com <br/>
						</div>

				</fieldset>
			</td>
			<td>
				<fieldset>
					<legend>Hours</legend>
						<div class='indent'>

					Monday - Friday<br/>
					9:00AM - 7:00PM EST <br/>
					Saturday - Sunday<br/>
					11:00AM - 6:00PM EST <br/><br/><br/>
						</div>

				</fieldset>
			</td>
		</tr>
	</table>
";
template_close();
?>