/*
img{
	display: none;
	}
*/


	
#header, #navigation, #search input, #contentnotes {
	display: none;
	}	
#content {
	width: 95%;
	margin-left: 0px;
	padding-right: 10px;
	clear:both;
	}

/*
div#search input{
	display: none;
	}
*/
	
	/*** IE Fix ***/
* html #navigation {
	left: 150px;              /* right contentnotes fullwidth ie with padding */
	}
