
	body {

//		background-attachment: scroll;
	}

	.navigation {
		position: relative; /* peekaboo bug fix for IE6 */
		min-width: 0; /* peekaboo bug fix for IE7 */
	}


	.wrapper {
	// 	background-image: url('images/Photoshop/logo.gif');
	}

	h2 {
		// top: -5px;
	}
	

/* Stupid IE Fixes */
	h4 {
		/*	// color: black;	/* IE FIX */
		position: relative; /* peekaboo bug fix for IE6 */
		min-width: 0; /* peekaboo bug fix for IE7 */
		// padding-top: 10px;
		//		background-image: url('images/Photoshop/design%20thing.gif');

	}



	.windowimage {
	
	
	/* Neil Big */
	
	background-image: url(images/Photoshop/neil-big2.png);
	width: 215px;
	height: 156px;
	
	/* Window Image 
	
	background-image: url('images/Photoshop/window.png');
	width: 172px;
	height: 160px; */
	// 	background-image: url('images/Photoshop/window.gif');
	/* Uncommented for silly IE 6 Users */
	background-repeat: no-repeat;
	background-position: center right;


	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 6;
	}
	
	
		.readingnews {
		
		/* Teresa Reading the News - Back View */
/*		background-image: url('images/Photoshop/reading%20news.png'); 
	// 	background-image: url('images/Photoshop/reading%20news.gif'); 
		width:  431px;
		height: 290px; */
		background-image: url(images/Photoshop/neil-satelite.png);
	//	background-image: url(images/Photoshop/neil-satelite.gif);
	}
	
	
		tr:nth-of-type(2n+0) {
//		background-color: #90A8A8;
	}
	
		tr:nth-of-type(2n+1) {
//		background-color: #5C7B79;
	}

