<?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[Spanner Crab]]></name>
		<Snippet maxLines="1"> </Snippet>
		<description><![CDATA[
			<font size="5" face="Verdana"><b>Spanner Crab</b></font><br>
			From Australia, the meat is brilliant white and very sweet.&nbsp;The exotic spanner crab&nbsp;are shipped fresh the day they are caught.<br><br>
			]]></description>
		<LookAt>
			<longitude>151.210459</longitude>
			<latitude>-33.866927</latitude>
			<altitudeMode>absolute</altitudeMode>		<!-- Distance above sea-level -->
			<altitude>150</altitude>
			<range>150</range>
		</LookAt>
		<styleUrl>#ccStory</styleUrl>
		<Point>
			<coordinates>151.210459,-33.866927,0</coordinates>
		</Point>
	</Placemark>
	


</Document>
</kml>

