html, body {
	color: #fff;
	margin-top: -12px; /* NN only */
	margin-left: -12px; /* NN only */
	/*/*/ margin: 0px; /* */ 
	}


/***** Font Settings *****/

html, body, td, p, ol, ul, li {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */
	font-style: normal;
	font-weight: normal;
	}

/***** Template dHTML styles *****/

/* Remove highest layer from the list */
#san, #indians, #inuit { /* Hide all the layers */
	position: absolute;
	left: 20px;
	visibility: hidden;
	}
	
#inuit { /* Show default layer */
	visibility: visible;
	}
	
#intro {
	border: 1px solid #709BBB;
	padding: 10px 10px 7px 10px; /* NN only */
	/*/*/ padding: 12px 8px 0px 10px; /* */
	margin-top: 10px; /* */
	/*/*/ margin-top: 10px; /* */
	/*/*/ margin-bottom: 10px; /* */
	}

/***** Block elements *****/

p.content {
	color: #636363;
	padding: 5px 10px 20px 10px;
	}
	
p.where {
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 12px; /* NN only */
	/*/*/ padding: 8px 5px 0px 12px; /* */
	line-height: 1.12em;
	}

