/* CSS Document */

html{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	}
	
* html{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	}
	
body{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	text-align:center;
	background:#FFFFFF;
	}
	
* html body{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	text-align:center;
	}
	
#page{
	position:relative;
	/*height:100%;*/
	}
	
#container{
	position:relative;
	/*min-height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	margin-left:auto;
	margin-right:auto;
	width:950px;
	text-align:left;
	}
	
* html #container{
	/*height:100%;*/
	height:auto;/*Remove to restore footer stick alt */
	}
	
#footer{
	display:none;
	}
	
* html #footer{
	/*height:1%;*/
	/*margin-top:-10px;*/
	}
	
#header{
	position:absolute;
	left:0px;
	top:0px;
	width:940px;
	height:114px;
	/*background-image:url(images/top_burst_strip3.jpg);
	background-repeat:no-repeat;*/
	}
	
#header_links{
	display:none;
	}	
	
	
#content{
	clear:both;
	margin-top:-10px;
	}
	
* html #content{
	clear:both;
	margin-top:-10px;
	height:1%;
	}
	
#content_topnav{
	display:none;
	}
	
* html #content_topnav{
		display:none;
	}
	
#content_leftcol{
	display:none;
	}
	
#content_editable{

	}	
	
#content_centercol{
	position:absolute;
	top:120px;
	width:100%;
	}
	
#centercol_image{
	float:left;
	margin-right:10px;
	}
	
#centercol_ingred{
	margin-top:-40px;
	margin-bottom:20px;
	}
	
#centercol_maincopy{
	float:left;
	width:325px;
	margin-right:10px;
	}
	
#centercol_sidebar{

	float:right;
	width:170px;
	padding:10px;
	background-color:#e1e1e1;
}

#centercol_callout{
	float:left;
	padding:10px;
	height:125px;
	border-top:thin; color:#0088ba; border-top-style:solid;
	border-bottom:thin; color:#0088ba; border-bottom-style:solid;
	margin-top:0px;

}
	
#content_rightcol{
	display:none;
	}
	
#float_left{
	float:left;
	}
	
#float_right{
	float:right;
	}

	

	

	