@charset "utf-8";
/*
  Date: 2008 January 22
  By:   Dennis A. Marcelo
	
  Kan Pacific Saipan
  This file contain the Cascading Style Sheets (CSS) base for this website
*/


/* CSS for common HTML tag*/
body {	
	background-image: url(background.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;	/* line spacing { single line, double line}*/
	margin: 0px 0px 0px 0px;  /* top left bottom right */
	padding: 0px 0px 0px 0px;
}

a {	text-decoration: none;	color: #0066CC; font-size: 12px;}
a img {	border: none;	}
a:link, a:visited { color: #0066CC; }

h1 { margin: 0px 10px 0px 5px; }

h4 { color: #000; margin: 0px 0px 0px 5px; }

html body a:hover {	color: #0066CC; text-decoration: underline; }

p {
	font-size: 12px;
	text-align: justify;
	margin: 10px 10px 10px 10px;
}	


	.copyright {
		font-size: 10px;
		color: #0066CC;
	}

	.headerPromo {
		color: #FF9900;
		font-size: 16px;
		font-weight: bold;
	}

	.RecipeName {
		color: #F90;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.RecipeDescription {
		color: #003;
		font-size: 10px;
	}



#divGallery {
	background-color: #F3F3F3;
	/* border: #06C 1px solid; */
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 99%;
}

#divGallery img {
	border: #FFF 10px solid;
}


#divGalleryThumbnail {
	background-color: #9CF;
	border: #06C 1px solid;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 99%;
}

#divGalleryThumbnail img { border: #FFF 2px solid; }
#divGalleryThumbnail a:hover img { border: #F90 2px solid; }

#divImageInText {
	padding: 5px 5px 5px 5px;
	width: auto;
}

#Notice {
	color: #900;
	font-size: 11px;
	font-weight: bold;
}

#FishName {
	background-color: #E6F5FC;
	color: #009;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	width: 100%;
}