
body
{
	top: 0;
	left: 0;
	background-color: #dde9ee;					/* A3A3A3 */
	/*
	height: 100%;
	width: 100%;
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	overflow: auto;
	*/
}

#envelope
{
	width: 750px;								/* <<<<<<<<<< */
	/*background-color: navy;*/
	margin: 3% 8px 6% 10px;						/* <<<<<<<<<< */
	/*margin-left: auto;*/ 
	/*margin-right: auto; */
	text-align: center;
	height: 90%;
	position: absolute;
	/*border: 2px green solid;*/					/* <<<<<<<<<< */
}

#box1
{
	width: 100%;
	height: 3%;
	border-top: 2px #f52d58 solid;
}

#box2
{
	width: 99%;					    /* !!!!!!!! */
	margin-left: auto;
	margin-right: auto;
	/*height: 80%;*/
	/*border: 1px blue solid;*/
	text-align: left;
	/*overflow: auto;*/
	min-height: 78%;
}

		.accordion_toggle
		{
			display: block;
			height: auto;
			/*width: 900px;*/
			/*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
			/*padding: 0 10px 0 10px;*/
			line-height: 48px;					        /* <<<<<<<<< */
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 48px;					        /* <<<<<<<<< */
			color: #58616F;
			/*border-bottom: 1px solid #cde99f;*/
			cursor: pointer;
			margin: 0 auto 0 -1px;					    /* !!!!!!!! */
			font-family: "Arial Black", sans-serif;
			/*border: 1px black solid;*/
			overflow: hidden;
			/*background-color: aqua;*/
			/*
			min-width: 500px;
			max-width: 900px;
			*/
			width: 740px;						/* <<<<<<<<<< */
		}
		
		.accordion_toggle_active
		{
			/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
			color: black;
			/*border-bottom: 1px solid #f68263;*/
			/*width: 99%*/;
			/*border-bottom: 1px solid #cde99f;*/
			/*
			border-top: 0;
			border-right: 0;
			border-left: 0;
			*/
		}
		
		.accordion_content
		{
			color: #1F1F1F;
			overflow: hidden;
			margin: 0 0 0 0; 					 /* !!!!!!!! */
			/*border: 1px black solid;*/
			/*padding-left: 2px;*/    /*: 0 10px 0 10px;*/
			/*padding-right: 2px;*/
			font-family: Arial, Helvetica, sans-serif ;
			border-top: 1px solid #7D7D7D;
			/*background-color: silver;*/
			/*
			min-width: 500px;
			max-width: 800px;
			*/
			width: 680px;						/* <<<<<<<<<< */
		}
			
			.accordion_content h2
			{
				/*margin: 15px 0 5px 10px;*/
				color: #F52D58;
				padding: 0 8px 0 10px;					    /* !!!!!!!! */
				font-size: 20px;						/* <<<<<<<<<< */
				/*line-height: 95%;*/						/* <<<<<<<<<< */
			}
			
			.accordion_content_b h2				/* used in "Words" section" */
			{
				/*margin: 15px 0 5px 10px;*/
				color: white;
				padding: 10px 10px 0 10px;
				background-color: #707070;
				width: 580px;							/* <<<<<<<<<< */
				margin-left: 35px;						/* <<<<<<<<<< */
				border-top-left-radius: 5px 5px;
				-moz-border-radius-topleft: 5px 5px;
				border-top-right-radius: 5px 5px;
				-moz-border-radius-topright: 5px 5px;
			}
			
			.accordion_content p 
			{
				line-height: 120%;						/* <<<<<<<<<< */
				padding: 2px 20px 5px 20px;
				font-size: 16px;						/* <<<<<<<<<< */
			}
/* =============================================================================== */
			
			.accordion_content ul
			{
				margin: -10px 0 20px 20px;
				width: 590px;
				font-size: 15px;
				line-height: 120%;
				/*letter-spacing: 0.05em;*/
			}
						
			.accordion_content li
			{
				margin-top: 10px;
			}
/* =============================================================================== */
			
			.accordion_content_b p 
			{
				line-height: 120%;
				padding: 5px 12px 20px 12px;
				background-color: #707070;
				width: 576px;							/* <<<<<<<<<< */
				margin-left: 35px;						/* <<<<<<<<<< */
				color: white;
				margin-top: -17px;						/* <<<<<<<<<< */
				border-bottom-left-radius: 5px 5px;
				-moz-border-radius-bottomleft: 5px 5px;
				border-bottom-right-radius: 5px 5px;
				-moz-border-radius-bottomright: 5px 5px;
			}
			
			.accordion_content_twitter
			{
				margin-top: 10px;
				margin-left: 35px;						/* <<<<<<<<<< */
			}
			
			.twtr-widget				/* NB: FIX IN MASTER CSS */
			{
				width: 600px;						/* <<<<<<<<<< */
			}
/* =============================================================================== */
			
			#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a,
						#twtr-widget-1 .twtr-bd p
			{
				color: #000000 !important;
				/* bd = body */
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif ;
				line-height: 105%;
			}

			#twtr-widget-1 .twtr-bd p		/* creates Tweet left margin */
			{
				padding-left: 3px !important;
			}
						
			#twtr-widget-1 .twtr-hd h3			/* top line name */
			{
				/*color: yellow !important;*/
				font-size: 10px !important;
			}
			
			#twtr-widget-1 .twtr-hd h4			/* username */
			{
				/*color: blue !important;*/		/* not working? */
				font-size: 14px !important;
			}
/* =============================================================================== */
			
		.vertical_accordion_toggle
		{
			display: block;
			height: 22px;						/* <<<<<<<<<< */
			width: 560px;						/* <<<<<<<<<< */
			/*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
			padding: 0 10px 0 10px;
			line-height: 20px;					        /* !!!!!!!! */
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 16px;						/* <<<<<<<<<< */
			color: white;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 5px;						/* <<<<<<<<<< */
			background-color: #58616F;
		}

		.vertical_accordion_toggle_active
		{
			/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
			color: #ffffff;
			border-bottom: 1px solid #f68263;
			background-color: #f52d58;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			margin-left: 5px;						/* <<<<<<<<<< */
			width: 580px;							/* <<<<<<<<<< */
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.vertical_accordion_content h3 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 130%;						/* <<<<<<<<<< */
				padding: 5px 20px 15px 12px;				/* !!!!!!!! */
			}
  			
  			p.just
  			{
  				text-align: justify;
  				text-justify: inter-word;
  			}
		/*
			Horizontal Accordion
		*/
/* =============================================================================== */
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This makes sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
		.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
		}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: auto;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }

/* =============================================================================== */
#section1 a											        /* <<<<<<<<<< */
{
	color: #58616F;
	/* 58616F */
	display: block;
	text-decoration: none;
	background-image: url(images/links_ipad/section1_m.gif);
	text-align: left;
	width: 740px;									        /* <<<<<<<<<< */
	/*border: 1px black solid;*/
}

/*#section1 a:active { display: none; }*/

#section1 a:hover									        /* <<<<<<<<<< */
{
	/*color: lime;*/
	display: block;
	background-image: url(images/links_ipad/section1_b_m.gif);
}

#section2 a
{
	color: #58616F;
	/* 58616F */
	display: block;
	text-decoration: none;
	background-image: url(images/links_ipad/section2_m.gif);
	text-align: left;
	width: 740px;									        /* <<<<<<<<<< */
	/*border: 1px black solid;*/
}

#section2 a:hover
{
	/*color: lime;*/
	display: block;
	background-image: url(images/links_ipad/section2_b_m.gif);
}

#section3 a
{
	color: #58616F;
	/* 58616F */
	display: block;
	text-decoration: none;
	background-image: url(images/links_ipad/section3_m.gif);
	text-align: left;
	width: 740px;									        /* <<<<<<<<<< */
	/*border: 1px black solid;*/
}

#section3 a:hover
{
	/*color: lime;*/
	display: block;
	background-image: url(images/links_ipad/section3_b_m.gif);
}

#section4 a
{
	color: #58616F;
	/* 58616F */
	display: block;
	text-decoration: none;
	background-image: url(images/links_ipad/section4_m.gif);
	text-align: left;
	width: 740px;									        /* <<<<<<<<<< */
	/*border: 1px black solid;*/
}

#section4 a:hover
{
	/*color: lime;*/
	display: block;
	background-image: url(images/links_ipad/section4_b_m.gif);
}

#section5 a
{
	color: #58616F;
	/* 58616F */
	display: block;
	text-decoration: none;
	background-image: url(images/links_ipad/section5_m.gif);
	text-align: left;
	width: 740px;									        /* <<<<<<<<<< */
	/*border: 1px black solid;*/
}

#section5 a:hover
{
	/*color: lime;*/
	display: block;
	background-image: url(images/links_ipad/section5_b_m.gif);
}
/* =============================================================================== */

#section12 a									/*  BLZ Insert  */
{
	color: #58616F;
	/* 58616F */
	display: block;
	text-decoration: none;
	/*background-image: url(images/section3.gif);*/
	text-align: left;
	/*border: 1px black solid;*/
}


#box3							/* Container for end-in-left and right */
{
	width: 100%;
	height: 80px;									        /* <<<<<<<<<< */
	border-top: 2px gray solid;
	border-bottom: 2px #f52d58 solid;
	font-family: tahoma;
	font-size: 11pt;
	/*border: 1px blue dashed;*/							/* ********* */
	/*min-height: 60px;*/									/* ********* */
}


		#end_in_left_top			/* Twitter link */
		{
			/*width: 3%;*/								/* ********* */
			/*height: 80%;*/
			/*border: 1px green dashed;*/
			text-decoration: none;
			float: left;
			margin: 3% 0 3% 3%;
			/*margin-left: 3%;*/
			/*padding: 2% 0 0 0;*/
			/*margin-top: 3%;*/
		}
		
			#end_in_left_top img { 
			border-style: none; 
			float: left;
			}

		#end_in_right			/* sits to right of box3 beside end-in-left */
		{
			width: 60%;									/* ********* */
			/*border: 1px blue dashed;*/					/* ********* */
			float: right;
			text-align: right;
			/*line-height: 130%;*/
			/*position: relative;*/
			/*bottom: 0px;*/
			/*height: 87%;*/
			padding: 5px 0 5px 10px;
			vertical-align: middle;
			margin: 3% 3% 3% 0;
			font-family: arial;
			font-size: .7em;									 /* <<<<<<<<<< */
			letter-spacing: .2em;
			text-transform: uppercase;
			/*margin-right: 3%;*/
		}

#box4									/* copyright */
{
	/*width: 9%;*/										/* ********* */
	height: 2%;
	/*margin: 3px auto 2px auto;*/
			margin-top: 3px;					        /* ********* */
			margin-left: 3%;					        /* ********* */
	/*border-top: 2px red solid;*/
	text-align: left;
	vertical-align: bottom;
	font-family: arial;
	font-size: .5em;									        /* <<<<<<<<<< */
	font-weight: lighter;
	letter-spacing: .2em;
	/*padding: 5px 0 0 3%;*/
}

#fancybox-left-ico {
 left: 20px;
}

#fancybox-right-ico {
 right: 20px;
 left: auto;
} 
/* =============================================================================== */

.image_container			/* full width full height envelope */
{
	width: 464px;									        /* <<<<<<<<<< */
	/*border: 1px blue dashed;*/							/* <<<<<<<<<< */
	/*height: 98px;*/
	margin: 0px 2px 5px 35px;
}

			img
			{
				border-style: none;
			}


.caption_container
{
	width: 464px;									        /* <<<<<<<<<< */
	/*border: 1px green dashed;*/							/* <<<<<<<<<< */
	height: 24px;
	clear: both;
	font-family: arial;
	font-size: 6pt;
	color: black;
	text-align: center;
	text-transform: uppercase;
	line-height: 95%;
}


	.image_cont_left_pair		/* half-width left */
	{
		width: 232px;									        /* <<<<<<<<<< */
		/*border: 1px green dashed;*/							/* <<<<<<<<<< */
		height: 120px;
		margin: 0 0 0 0;
		float: left;
		/*<!-- background-color: gray; -->*/
	}

	.caption_cont_left_pair
	{
		width: 230px;									        /* <<<<<<<<<< */
		/*border: 1px green dashed;*/
		height: 22px;
		margin: 0 0 0 0;
		float: left;
		/*<!-- text-transform: capitalize; -->*/
	}
												/* left and right img boxes */
		.image_cont_left_left
		{
			width: 110px;									   /* <<<<<<<<<< */
			/*<!-- border: 1px silver solid; -->*/
			height: 110px;									   /* <<<<<<<<<< */
			margin: 3px 0 0 3px;
			float: left;
			background-color: #bcbbc4;
		}
		
		.caption_cont_left_left
		{
			width: 111px;									   /* <<<<<<<<<< */
			/*border: 1px gray dashed;*/					/* !!!!!!!!!!!! */
			height: 20px;
			margin: 0 0 0 0;
			float: left;
			text-align: center;
			/*<!-- text-transform: capitalize; -->*/
		}
		
			.wraptocenter
			{
				display: table-cell;
				text-align: center;
				vertical-align: middle;
				width: 110px;									   /* <<<<<<<<<< */
				height: 110px;									   /* <<<<<<<<<< */
				border: 1px black solid;
			}

			
			.wraptocenter * 
			{
    			vertical-align: middle;
			}


		.image_cont_left_right
		{
			width: 110px;									   /* <<<<<<<<<< */
			/*<!-- border: 1px silver solid; -->*/
			height: 110px;									   /* <<<<<<<<<< */
			margin: 3px 3px 0 3px;
			float: right;
			background-color: #bcbbc4;
		}

		.caption_cont_left_right
		{
			width: 111px;									   /* <<<<<<<<<< */
			/*border: 1px gray dashed;*/				/* !!!!!!!!!!!! */
			height: 20px;
			margin: 0 0 0 0px;
			float: right;
			text-align: center;
		}


	.image_cont_right_pair
	{
		width: 232px;									        /* <<<<<<<<<< */
		/*border: 1px green dashed;*/
		height: 120px;											/* <<<<<<<<<< */
		margin: 0 0 0 0;
		float: right;
	}

	.caption_cont_right_pair
	{
		width: 230px;									        /* <<<<<<<<<< */
		/*border: 1px green dashed;*/
		height: 22px;
		margin: 0 0 0 0;
		float: right;
	}


												/* left and right img boxes */
		.image_cont_right_left
		{
			width: 110px;									   /* <<<<<<<<<< */
			/*<!-- border: 1px silver solid; -->*/
			height: 110px;									   /* <<<<<<<<<< */
			margin: 3px 3px 0 3px;
			float: left;
			background-color: #bcbbc4;
		}

		.caption_cont_right_left
		{
			width: 111px;									   /* <<<<<<<<<< */
			/*border: 1px gray dashed;*/				/* !!!!!!!!!!!! */
			height: 20px;
			margin: 0 0 0 0;
			float: left;
			text-align: center;
		}
		

		.image_cont_right_right
		{
			width: 110px;									   /* <<<<<<<<<< */
			/*<!-- border: 1px silver solid; -->*/
			height: 110px;									   /* <<<<<<<<<< */
			margin: 3px 3px 0 3px;
			float: right;
			background-color: #bcbbc4;
		}

		.caption_cont_right_right
		{
			width: 111px;									   /* <<<<<<<<<< */
			/*border: 1px gray dashed;*/				/* !!!!!!!!!!!! */
			height: 20px;
			margin: 0 0 0 0px;
			float: right;
			text-align: center;
		}
/* ################ */
	#img_one											/* Siouxsie */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/satb_logo_m.gif);
		display: block;
		margin-left: 4px;
	}
	#cell1
	{
		width: 450px;
		height: 450px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell1_img
			{
				width: 450px;
				height: 350px;
				background-image: url(images/Who/SATB_fin.gif);
			}
			
	#img_two											/* QUOTSA */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/QOTSA1_m.gif);
		display: block;
		margin-left: 4px;
	}
	#cell2
	{
		width: 450px;
		height: 450px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell2_img
			{
				width: 450px;
				height: 350px;
				background-image: url(images/Who/QOTSA_fin.jpg);
			}

	#img_three											/* MTV */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/MTV_log_2_m.gif);
		display: block;
		margin-left: 4px;
	}
	#cell3
	{
		width: 450px;
		height: 450px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell3_img
			{
				width: 450px;
				height: 350px;
				background-image: url(images/Who/Play_to_Stop_fin.jpg);
			}

	#img_four											/* Jellys */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/Jellys1_m.gif);
		display: block;
		margin-left: 4px;
	}	
	#cell4
	{
		width: 450px;
		height: 450px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell4_img
			{
				width: 450px;
				height: 350px;
				background-image: url(images/Who/Jellys2.jpg);
			}

	#img_five											/* Kajagoogoo */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/kaja_1_m.gif);
		display: block;
		margin-left: 4px;
	}		
	#cell5
	{
		width: 450px;
		height: 450px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell5_img
			{
				width: 450px;
				height: 303px;
				background-image: url(images/Who/Kaja_2.jpg);
			}
	
	#img_six											/* FLC */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/FLC_badge_m.gif);
		display: block;
		margin-left: 4px;
	}		
	#cell6
	{
		width: 450px;
		height: 450px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell6_img
			{
				width: 450px;
				height: 303px;
				background-image: url(images/Who/FLC2.jpg);
			}

	#img_seven											/* dEUS */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/DEUS_1_m.gif);
		display: block;
		margin-left: 4px;
	}			
	#cell7
	{
		width: 450px;
		height: 450px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell7_img
			{
				width: 450px;
				height: 350px;
				background-image: url(images/Who/deus_2.jpg);
			}

	#img_eight											/* Muse */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/Muse_logo_m.gif);
		display: block;
		margin-left: 4px;
	}				
	#cell8
	{
		width: 450px;
		height: 450px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell8_img
			{
				width: 450px;
				height: 350px;
				background-image: url(images/Who/Muse2.jpg);
			}

/* ################ */
	
	.who_with_head h3
	{
		color: #f52d58;
		font-family: Impact;
		font-size: 16px;
		line-height: 100%;
		font-weight: normal;
		text-transform: uppercase;
		margin: 5px auto 0 auto;
		/*border: 1px green dotted;*/
		height: 50px;
	}

	.who_with_head p
	{
		color: black;
		font-family: Arial;
		font-size: 8px;
		line-height: 100%;
		font-weight: normal;
		text-transform: uppercase;
		margin: 5px auto 0 auto;
		/*border: 1px green dotted;*/
		height: 20px;
	}
	
	.links_head h3
	{
		color: #2E74E1;
		font-family: Arial;
		font-size: 11px;
		line-height: 100%;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 auto 4px auto;
		height: 25px;
		border-bottom: 2px #2E74E1 solid;
		/*border: 1px green dashed;*/							/* ************ */
	}

	/*.links_head img*/
	{
		height: 200px;
		/*border: 1px green dotted;*/
		margin: 5px auto 0 auto;
		width: auto;
	}
/* ################ */
		
	#img_nine											/* PSA */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/psa_logo_m.gif);
		display: block;
		margin-left: 4px;
	}						
		#cell9
	{
		width: 500px;									/* <<<<<<<<<< */
		height: 500px;									/* <<<<<<<<<< */
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell9_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/psa_grab.gif);
			}

	#img_ten											/* MMF */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/mmf_logo_m.gif);
		display: block;
		margin-left: 4px;
	}						
		#cell10
	{
		width: 500px;									/* <<<<<<<<<< */
		height: 500px;									/* <<<<<<<<<< */
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell10_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/mmf_grab.gif);
			}

	#img_eleven											/* Julie's */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/Julies-Bicycle_m.gif);
		display: block;
		margin-left: 4px;
	}						
		#cell11
		{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
		}
			#cell11_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/JB_grab.gif);
			}

	#img_twelve											/* EMPTY */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url();
		display: block;
		margin-left: 4px;
	}						
		#cell12
		{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
		}
			#cell12_img									/* EMPTY */
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url();
			}

	#img_thirteen											/* tube */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/London_Underground_m.gif);
		display: block;
		margin-left: 4px;
	}						
		#cell13
		{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
		}
			#cell13_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/Lon_Und_grab.gif);
			}

	#img_fourteen											/* NYC */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/NYC_map_m.gif);
		display: block;
		margin-left: 4px;
	}						
		#cell14
		{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
		}
			#cell14_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/NYC_map_grab.gif);
			}

	#img_fifteen											/* Crow */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/MapCrow2_m.gif);
		display: block;
		margin-left: 4px;
	}						
		#cell15
		{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
		}
			#cell15_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/MapCrow_grab.gif);
			}

	#img_sixteen											/* EMPTY */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url();
		display: block;
		margin-left: 4px;
	}						
		#cell16
		{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
		}
			#cell16_img									/* EMPTY */
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url();
			}

	#img_seventeen											/* Iggy */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/Iggy_rider_m.gif);
		display: block;
		margin-left: 4px;
	}
		#cell17
		{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
		}
			#cell17_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/Iggy_grab.gif);
			}

	#img_eighteen											/* Setwear */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/setwear_m.gif);
		display: block;
		margin-left: 4px;
	}
		#cell18
	{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
	}
			#cell18_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/Setwear_grab.gif);
			}

	#img_nineteen											/* Dave */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/Dave_logo_m.gif);
		display: block;
		margin-left: 4px;
	}
		#cell19
	{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
	}
			#cell19_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/Daves-doom.gif);
			}

	#img_twenty												/* dog */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/dog1_m.gif);
		display: block;
		margin-left: 4px;
	}
		#cell20
	{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
	}
			#cell20_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/dog2.gif);
			}

	#img_twentyone											/* Alt-j */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/Alt_J_m.gif);
		display: block;
		margin-left: 4px;
	}
		#cell21
	{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
	}
			#cell21_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/Alt_J_web.gif);
			}

	#img_twentytwo											/* drums */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/drum1_m.gif);
		display: block;
		margin-left: 4px;
	}
		#cell22
	{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			/*overflow: auto;*/
			/*background: #BCD3DC;*/
	}
			#cell22_img
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url(images/links/drum2.gif);
			}

	#img_twentythree										/* goth */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url(images/Who_ipad/goth_rock_m.gif);
		display: block;
		margin-left: 4px;
	}
		#cell23							/* overall window sizing */
	{
			width: 500px;									/* <<<<<<<<<< */
			height: 500px;									/* <<<<<<<<<< */
			overflow: auto;
			/*background: #BCD3DC;*/
	}
			/*#cell23_img*/									/* (EMPTY) TEXT */
			{
				width: 500px;
				height: 388px;					/* <<<<amended to fit<<<<<< */
				background-image: url();				 
			}
				#cell23_fill
				{
					width: 500px;
					height: 388px;
					background-color: black;
				}
				#cell23_fill p
				{
					color: white;
					font-style: normal;
					width: 485px;
					margin-left: 10px;
					padding-right: 5px;
					/*margin-right: 10px;*/
					font-size: 16px;
					line-height: 1em;
					background-color: Transparent;
					border-top: 0 Transparent;
					font-family: "Courier New",Georgia,Serif;
				}
				#cell23_fill q
				{
					color: yellow;
				}

	#img_twentyfour										/* (EMPTY) TEXT */
	{
		width: 100px;									/* <<<<<<<<<< */
		height: 100px;									/* <<<<<<<<<< */
		background-image: url();
		/*display: block;*/
		margin-left: 4px;
	}
		#cell24
	{
		width: 500px;
		height: 500px;
		overflow: auto;
		/*background: #BCD3DC;*/
	}
			#cell24_img									/* (EMPTY) TEXT */
			{
				width: 500px;
				height: 388px;
				background-image: url();				 
			}
/* ################ */
/*****/
/*****/

	.links_head p
	{
		color: #f52d58;
		font-family: Arial;
		font-size: 9px;
		line-height: 100%;
		font-weight: bold;
		text-transform: none;
		margin: 4px auto 0 auto;
		/*border: 1px green dotted;*/
		height: 70px;
		text-align: left;
		font-style: italic;
		vertical-align: middle;
		border-top: 2px #2E74E1 solid;
		padding-top: 5px;
	}

	.links_head_alt
	{
		color: #2E74E1;
		font-family: Arial;
		font-size: 7px;
		text-transform: uppercase;
		font-style: normal;
		margin-top: 3px;
	}

#text_black				/* USED IN ERROR DOCS */
{
	color: #58616F;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.4em;
}

.accordion_content ol				/* USED IN ERROR DOCS */
{
	margin-left: 20px;
}

.accordion_content_ed li				/* USED IN ERROR DOCS */
{
	margin: -10px 0 20px 20px;
	width: 590px;
	font-size: 17px;
	line-height: 140%;
	/*letter-spacing: 0.05em;*/
}

#contact							/* !!!!!!!!!!!!!!! */
{
	width: 150px;
	height: 114px;
	background-image: url(images/Who_small/Email_icon_s.gif);
	display: block;
	margin-left: 5%;									 /* <<<<<<<<<< */
	/*margin: 0 0 0 35px;*/
}

