
	/* mac hide\*/
	html, body {height:100%}
	/* end hide */
	/*-----------------------------------------------------------------------------------*/
	/*body settings*/
	/*-----------------------------------------------------------------------------------*/
	body {
		padding:0;
		margin:0;
		text-align:center;
		min-width:760px;/* for mozilla*/
		background-color: #fff;
		color: #000;
		/*line-height: 1.5;
		display: inline-block;*/
	}
	/*-----------------------------------------------------------------------------------*/
	/*outer settings*/
	/*-----------------------------------------------------------------------------------*/
	#outer{
		border: 0px solid #000;
		height:100%;
		min-height:100%;
		width: auto;
		color: #000000;
		text-align:left;
		margin:auto;
		position:relative;
	} 
	html>body #outer{
		height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/
	
	/*-----------------------------------------------------------------------------------*/
	/*innerwrap settings*/
	/*-----------------------------------------------------------------------------------*/
	#innerwrap {/* enables content first */
		/*display: none;*/
		
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*header settings*/
	/*-----------------------------------------------------------------------------------*/
	#header{
		display:none;
		
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*left settings*/
	/*-----------------------------------------------------------------------------------*/
	#left {
		display:none;
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*right settings*/
	/*-----------------------------------------------------------------------------------*/
	#right {
		display: none;
	}
	
	
	/*-----------------------------------------------------------------------------------*/
	/*footer settings*/
	/*-----------------------------------------------------------------------------------*/
	#footer {
		display:none;
	
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*centrecontent settings*/
	/*-----------------------------------------------------------------------------------*/
	#centrecontent {
		/*display:none;*/
		position: absolute;
		top: 0px;
		left: 0px;
		margin-top: -10px;
	}
	#HealthyEating{
		display:none;
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*clearfooter settings*/
	/*-----------------------------------------------------------------------------------*/
	#clearfooter {
		
		height:52px;
		clear:both
	} /* to clear footer */
	/*-----------------------------------------------------------------------------------*/
	/*NewsHeadline settings*/
	/*-----------------------------------------------------------------------------------*/
	#NewsHeadline{
		display:none;
	}
	
	
	/*-----------------------------------------------------------------------------------*/
	/*general settings*/
	/*-----------------------------------------------------------------------------------*/
	div,p {
		margin-top:0
	}/*clear top margin for mozilla*/
	#noscript{
		display: none;
	}
	#object_Description{
		display: none;
	}
	hr{
		color: #dbdbdb;
		height: 1px;
		border-style: solid none none none;
	}

