	/* =Global
	---------------------------------------------------------------------- */	
	#wrapper {
		background: #fff;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 780px;
		}
	
	dl, dt, dd {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	
	/* =Header Strcuture
	---------------------------------------------------------------------- */
	#header-nav {
		float: right;
		margin: 10px 0 0 0;
		padding: 0 10px;
		text-align: right;
		width: 780px;	
		}
		
		/* #header-nav .inner 
		{
			padding: 0 10px;	
		} */
		
	#header {
		width: 780px;
		}
		
		#header #logo 
		{
			float: left;
			/* height: 70px; */
			width: 415px;
			}
			
		#header #search-box {
			background: url(http://images.lifescript.com/www/LifeScript/bg_search_small.gif) top right no-repeat;
			float: right;
			height: 54px;
			margin: 10px 10px 0 0;
			text-align: right;
			width: 335px;
			}
			
			#header #search-box-inner {
				padding: 10px;
				}
					
	#channel-nav {
		background: url(http://images.lifescript.com/www/LifeScript/bg_menuBlue.gif) top left repeat-x;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		height: 29px;
		margin: 0 0 12px 0;
		padding: 0;
		width: 758px;
		}

		#channel-nav td {
			text-align: center;
			height: 29px;
			}
				
		#channel-nav #food-and-nutrition {
			/* background: url(http://images.lifescript.com/www/LifeScript/nav_leftEdge.gif) top left no-repeat; */
			width: 178px;
			border-right: solid 1px #fff;
			}
			
		#channel-nav #healthy-living {
			width: 164px;
			border-right: solid 1px #fff;
			}
		
		#channel-nav #diet-and-fitness {
			width: 161px;
			border-right: solid 1px #fff;
			}
		
		#channel-nav #well-being {
			width: 135px;
			border-right: solid 1px #fff;
			}
		
		#channel-nav #beauty {
			/* background: url(http://images.lifescript.com/www/LifeScript/nav_rightEdge.gif) top right no-repeat; */
			border-right: 0;
			width: 116px;
			}
		
			#channel-nav a {
				color: #fff;
				font-size: 10pt;
				font-weight: bold;
				text-decoration: none;
				}

			#channel-nav a:hover {
				text-decoration: underline;
				}		
				
				
	#header-nav li {	
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
		#header-nav li.icon-arrow {
			background: url(http://images.lifescript.com/www/LifeScript/icon_arrowOrange.gif) center left no-repeat;
			padding: 0 25px 3px 13px;
			}
		
		#header-nav li.icon-rss {
			background: url(http://images.lifescript.com/www/LifeScript/icon_rss.gif) center left no-repeat;
			padding: 0 0 3px 20px;
			}
			
		#header-nav li.last {
			padding: 0;
			}
	
			#header-nav li a {
				color: #598DA8;
				font-size: 0.6em;
				font-size: 7pt;
				font-weight: bold;
				text-decoration: none;
				}
			
			#header-nav li a:hover {
				text-decoration: underline;
				}
				
	/* =Footer Structure
	---------------------------------------------------------------------- */
	#channel-footer {
		background: #fff;
		/* border-top: solid 3px #9FCDEB; */
		clear: both;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 7pt;
		line-height: 1.3em;
		padding: 10px 0;
		}
		
		#channel-footer p {
			color: #666666;
			margin: 0;
			padding: 0 0 5px 0;
			text-align: center;
			}
			
			#channel-footer p a {
				color: #666666;
				text-decoration: none;
				}
			
			#channel-footer p a.copy 
			{
				color: #4E8ABC;
				text-decoration: underline;
			}
				
			#channel-footer p a.copy:hover
			{
				color: #A2410A;
				text-decoration: underline;
			}			

			#channel-footer p a:hover {
				text-decoration: underline;
				}
					
		#channel-footer ul {
			text-align: center;
			margin: 0;
			padding: 0 0 5px 0;
			list-style: none;
			}
		
			#channel-footer li {
				display: inline;
				padding: 0 0 5px 0;
				}
				
				#channel-footer li a {
					border-right: solid 1px #464646;
					color: #464646;
					padding: 0 5px;
					text-decoration: none; 
					}
					
				#channel-footer li a:hover {
					text-decoration: underline;
					}
					
				#channel-footer li a.last {
					border-right: 0;
					padding-right: 0;
					}
				
				
	/* =Forms
	---------------------------------------------------------------------- */
	form  {
		margin: 0;
		padding: 0;
	}
	
	#search-field {
		font-size: 8pt;
		margin: 0 5px 0 0;
		width: 150px;
		}
	
	#search-button {
		height: 21px;
		padding: 0;
		width: 80px;
		}
		
		
		
		


		
		
		
		
		