<!-- Don't bother styling the BODY tag with CSS. Most webmail clients will rip it out -->
<body>
	
<!-- This DIV wraps the entire invoice message. Style this tag instead of the BODY tag -->
<div id="thank_body">

	<!-- Wrappers for design flexibility -->
	<div id="box1"><div id="box2">

		<!-- Thank you message is inserted here -->
		<div id="thank_wrapper1"><div id="thank_wrapper2">

			<p>Dear Client,</p>

			<p>Thank you for your recent payment. This completes your icon design project. We've enjoyed collaborating with you and hope to do so again soon!</p>
			<p>In the meantime, you might want to take a look at our ever-expanding stock icon site, IconBuffet (http://www.iconbuffet.com). While certain projects require carefully-planned custom design to convey specialized functions, the collections found on IconBuffet are affordable, general-use sets intended for a wide variety of purposes. You might find them just the thing for your company website or for email newsletters.</p>
			<p>Best regards,</p>
			<p>Josh Williams</p>
			
		</div></div>

		<!-- Vendor Info -->

		<div id="vendorbox">
			<div id="vendorinfo">
				<h1>Firewheel Design</h1>
				<p>757 Lonesome Dove Trail<br />
				Suite A<br />
				Hurst, TX 76054</p>	
			</div>

			<img src="fw_logo_200.gif" width="200px" alt="Firewheel Design logo" />
			<div class="clearbox"> </div>
		</div>
			
	</div></div>

</div >

</body>