div#contents {
	position:relative;
	height:479px; /*491*/
	margin:0 18px 0 27px;
}

div#contents div#mainnavi {
	position:relative;
	width:auto;
	height:69px;
	margin-bottom:28px;
	padding:0;
}

div#contents div#mainnavi a img {
	border:none;
	margin-top:27px;
}

div#contents div#subnavi {
	width:144px; /*130; 27 + 18 = 45 + 144 = 189 + 580 = 769 + 32 = 801 */
	float:left;
}

div#contents div#subnavi a {
	position:relative;
	display:block;
	width:109px;
	height:24px;
	margin-bottom:13px;
}

div#contents div#subnavi a img {
	position:relative;
	border:none;
	width:109px;
	height:24px;
}

div#contents div#scrollbox {
	width:580px;
	float:left;
	
	height: 340px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position:relative;
	/*background-color: #E7EADE;*/
	margin: 0;
	padding: 0;
	
	font-size:12px;
	text-align:justify;
	padding-right:31px;
	color:#757575;
}

div#contents h1 {
	font-weight:bold;
	font-size:22px;
	position:relative;
	margin:0;
	height:42px;
	font-family:"Futura BT Heavy", "Century Gothic", "Arial";
	float:left; /*ff bug*/
	width:580px; /*ff bug*/
}

div#contents h2 {
	font-weight:bold;
	font-size:16px;
	position:relative;
	margin:0;
	height:22px;
	font-family:"Futura BT Book", "Century Gothic", "Arial";
}

div#contents div#scrollbox p {
	margin-top:0;
	margin-bottom:20px;
}

div#footer {
	padding-left:27px;
}

div#footer div#links {
	
}
div#pdfdownload {
	font-family:"Futura BT Book", "Century Gothic", "Arial";
	float:right;
	width:140px;
	text-align:right;
	padding-right:18px;
	padding-top:6px;
	font-size:11px;
	font-weight:bold;
}
div#pdfdownload a {
	color:#c61f1b;
	text-decoration:none;
}
div#pdfdownload a:hover {
	text-decoration:underline;
}
div#nutrition {
	font-family:"Futura BT Book", "Century Gothic", "Arial";
	font-size:11px;
	font-weight:bold;
	margin-top:4px; /*20*/
}
div#nutrition a, div#contents div#subnavi div#nutrition a {
	color:#c61f1b;
	text-decoration:none;
	margin-bottom:0;
}
div#nutrition a:hover {
	text-decoration:underline;
}

/*ie6*/
div#contents div#mainnavi {
	_margin-bottom:25px;
}
