<?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[Alaskan King Crab]]></name>
		<Snippet maxLines="1"> </Snippet>
		<description><![CDATA[
			<font size="5" face="Verdana"><b>Alaskan King Crab</b></font><br>
			Most of &quot;Alaskan&quot; King Crab on the market comes from Russian boats. WE NEVER BUY RUSSIAN CRAB AND ONLY BUY FROM SELECT PROCESSING PLANTS IN ALASKA (see my pictures of Dutch Harbor and Nome Alaska) This is the sweetest, meatiest crab that can be found. It is pinkish in tone consisting mainly of leg meat, but we pay extra to include claws. There are different grades of King Crab, we buy only the best. During the actual season, we do get fresh king crab over-nighted to us from Alaska.<br><br>
			]]></description>
		<LookAt>
			<longitude>-166.537419</longitude>
			<latitude>53.892797</latitude>
			<altitudeMode>absolute</altitudeMode>		<!-- Distance above sea-level -->
			<altitude>150</altitude>
			<range>150</range>
		</LookAt>
		<styleUrl>#ccStory</styleUrl>
		<Point>
			<coordinates>-166.537419,53.892797,0</coordinates>
		</Point>
	</Placemark>
	


</Document>
</kml>

