<?php 
$head = "Red Cerchio";
include('head.php'); ?>

<?php 
$foot = "other";
include('foot.php'); ?>

<div class="otherbody"></div>

<div class="content">
	<img src="images/red cerchio.jpg" class="det">
	<b class="urgh">Red Cerchio</b>
	<h3 class="bang">Description</h3>
	<p class="kawawa">Such a fun bright piece that you can wear to spice up your look.  With two buttons to snap tight or loose.</p>
	<h3 class="bang">Price</h3>
	<p class="kawawa">Php 98.00</p>
	<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
		<input type="hidden" name="cmd" value="_s-xclick">
		<input type="hidden" name="hosted_button_id" value="5EKS8DGRCM7WQ">
		<input type="hidden" name="item_name" value="Red Cerchio">
		<input type="submit" value="Add to Cart" name="submit">
	</form>
</div>
