<?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[Blue Crab]]></name>
		<Snippet maxLines="1"> </Snippet>
		<description><![CDATA[
			<font size="5" face="Verdana"><b>Blue Crab</b></font><br>
			From the East Coast of America this crab furnishes most of the fresh crabmeat in the market. Lump, or back fin meat, taken from the body, is white in color and choice for looks. Flake meat, while less shapely, is also white. Claw meat is darker, but very choice. Any of you folks that have had this crab fresh will appreciate us flying blue crab in to Pismo Beach when available. It&rsquo;s a lot of work to get the reward, but oh so good!<br><br>
			]]></description>
		<LookAt>
			<longitude>-76.163740</longitude>
			<latitude>37.439925</latitude>
			<altitudeMode>absolute</altitudeMode>		<!-- Distance above sea-level -->
			<altitude>150</altitude>
			<range>150</range>
		</LookAt>
		<styleUrl>#ccStory</styleUrl>
		<Point>
			<coordinates>-76.163740,37.439925,0</coordinates>
		</Point>
	</Placemark>
	


</Document>
</kml>

