<?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[Rock Crab]]></name>
		<Snippet maxLines="1"> </Snippet>
		<description><![CDATA[
			<font size="5" face="Verdana"><b>Rock Crab</b></font><br>
			We get this crab from right here off the coast of Pismo Beach, or Santa Barbara. The claws of this crab are similar in looks to the stone crab claws, with very good flavor and meatier than the stone crab. We get them in live and keep them in our live tanks.<br><br>
			]]></description>
		<LookAt>
			<longitude>-119.698030</longitude>
			<latitude>34.418629</latitude>
			<altitudeMode>absolute</altitudeMode>		<!-- Distance above sea-level -->
			<altitude>150</altitude>
			<range>150</range>
		</LookAt>
		<styleUrl>#ccStory</styleUrl>
		<Point>
			<coordinates>-119.698030,34.418629,0</coordinates>
		</Point>
	</Placemark>
	


</Document>
</kml>

