<%
	'*************************************************************************
	'	ASP Scripting:
	'	Filename:		contact_us.asp	
	'	Written by:		Wilbert Madarang
	'	Date:				March 14, 2003
	'*************************************************************************
	'	Description:	This is the contact us page.
	'*************************************************************************
	'	Revision History:	
	'*************************************************************************
%>
<HTML>
<HEAD>
  <!--#include FILE="template_meta_tags.asp" -->
	<TITLE>Welcome to Charister - Contact Us</TITLE>
	<SCRIPT language="JavaScript1.2" src="js/title.js"></SCRIPT>
	<LINK rel="stylesheet" href="css/sheet.css" type="text/css">
</HEAD>

<BODY>
<!--#include FILE="template_header.asp" -->

<!--Main Body-->
<TABLE height="80%" cellSpacing=0 cellPadding=1 width=760 align=center 
  border=0><TBODY>
  <TR>
    <TD vAlign=top width="20%" bgColor=#f8f8c8><IMG 
      src="images/charistersmalls.jpg"> </TD>
    <TD vAlign=top width="80%"><BR>
      <TABLE height=513 cellSpacing=0 cellPadding=0 width=590 border=0>
        <TBODY>
			<TR>
				<TD vAlign=bottom align=left width=422 height=91>
					&nbsp; <IMG src="images/Welcome_Charister.gif">
				</TD>
				<TD vAlign=bottom align=right width=104 height=91>
					<A href="mailto:info@charister.com"><IMG src="images/email.gif" border=0></A>
				</TD>
			</TR>
			<TR>
				<TD vAlign=bottom align=left colSpan=2 height=31>
					<IMG height=8 src="images/shim.gif" width=540><BR>
					<IMG height=1 src="images/rule.gif" width=540><BR>
					<IMG height=15 src="images/shim.gif" width=540>
				</TD>
			</TR>
	        <TR>
				<TD vAlign=top align=left width=422 colspan=2>
					<P><b><font face="Verdana" color=#666666 size="2">INFO CENTRE</font></b></P>
					<P><FONT face="Verdana, Arial, Helvetica, sans-serif" color=#666666 
					size=2>
						We hope you like and enjoy our products as much as we do. 
						Feel free to let us know if you have any questions or comments 
						regarding our products and collections</FONT><FONT face=Verdana 
						color=#666666 size=2>. Please e-mail us at <A 
						href="mailto:info@charister.com"><FONT color=blue>info@charister.com</FONT></A> for assistance.<BR>
						<BR>
						<!--
						<P><font face="Verdana" color="#666666" size="2">We are working hard
						on the last few details to enable on-line purchasing of our
						products. At this time, please use the fax <a href='WebOrderForm.pdf' target=newpage><font color=blue>ORDER FORM</font></a> to
						place your order or call us at 1.888.332.8899.</font></P>
						<P><font face="Verdana" color="#666666" size="2">Your order will be
						processed upon receipt of the order. We will send a confirmation to
						you via FAX / E-MAIL. </font></P>
						-->
						Answers to Frequently Asked Questions can also be found in the Assistance Page.<BR>
					</FONT></P>
				</TD>
			</TR>
		</TBODY>
	  </TABLE>
	</TD>
  </TR>
</TABLE>
 <!--#include FILE="template_footer.asp" -->
</BODY>
</HTML>