<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">

<Document id="googleocean">
	<name>Glossary</name>	
	<visibility>1</visibility>
	<!--
The following two styles are used by the two differnt type of placemarks. 
-->
<Style id="ccStory">
	<IconStyle>
		<Icon>
			<href>http://www.crackedcrab.com/images/earth.png</href>
		</Icon>
		<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
	</IconStyle>
	<BalloonStyle>
		<bgColor>E1F5FF</bgColor>
		<text><![CDATA[
		<table cellspacing="0" cellpadding="0" padding="0" spacing="0" bgcolor="#FFF5E1" width="470">
			<tr>
				<td>
					<table cellspacing="0" cellpadding="0" padding="0" spacing="0" bgcolor="#FFFFFF">
						<tr>
							<td align="left"><p><img src="http://www.crackedcrab.com/images/ge_header.jpg"></td>
						</tr>
						<tr>
							<td>
								<center>
								<table cellspacing="2" cellpadding="2" width="450">
									<tr>
										<td>
										$[description]		
										</td>
									</tr>
								</table>
								</center>
							</td>
						</tr>
						<!-- Uncomment to add footer graphic
						<tr>
							<td align="left"><p><img src="http://www.crackedcrab.com/images/ge_footer.jpg"></td>
						</tr>
						-->
					</table>				
				</td>
			</tr>
		</table>
		]]></text>
	</BalloonStyle>
</Style>

	<Placemark id="pm0">
		<name><![CDATA[Stone Crab]]></name>
		<Snippet maxLines="1"> </Snippet>
		<description><![CDATA[
			<font size="5" face="Verdana"><b>Stone Crab</b></font><br>
			From Florida, or Texas with pale flesh, and very delicate in texture and flavor. Stone crabs have become so rare that the authorities now insist that when one is caught only one claw may be removed, and the crab must be returned to the habitat, where it usually will grow another claw, like most crabs are quite capable of doing.<br><br>
			]]></description>
		<LookAt>
			<longitude>-80.185468</longitude>
			<latitude>25.787984</latitude>
			<altitudeMode>absolute</altitudeMode>		<!-- Distance above sea-level -->
			<altitude>150</altitude>
			<range>150</range>
		</LookAt>
		<styleUrl>#ccStory</styleUrl>
		<Point>
			<coordinates>-80.185468,25.787984,0</coordinates>
		</Point>
	</Placemark>
	


</Document>
</kml>

