/*Link Styles*/
a {
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;
}
.a-black {
	color: #000000;
	font-weight: 500;
	text-decoration: underline;
}
/*DIV Styles*/
body {
	background-image: url(images/bg-fruit.png);	
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:0;
}
html {
	background-attachment: fixed;
	background-image: url(images/bg-fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
.header {
	background-image: url(images/bg-fade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 105px;
}
.container {
	background-image: url(images/bg-body.png);
	background-repeat: repeat-y;
	background-position: center top;
	width:699px;
}
.didyouknow {
	height: auto;
	width: 457px;
	background-image: url(images/didyouknow-content.png);
	background-repeat: repeat-y;
	margin-top: -4px;
	text-align: left;
}
.calorietable-right {
	text-align: right;
}
.usefullink {
	height: auto;
	width: 457px;
	background-image: url(images/usefullink-content.png);
	background-repeat: repeat-y;
	margin-top: -4px;
}
.videolink{
	height: auto;
	width: 457px;
	background-image: url(images/videolink-content.png);
	background-repeat: repeat-y;
	margin-top: -4px;
}
.navigation {
	background-image: url(images/navigation-fill.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 300px;
	width: 153px;
}
.navigation-bottom {
	padding-top: 300px;
	background: url(images/navigation-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 14px;
}
.navigation-container {
	position:relative;
}
.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:48px;
}
/*Font Styles*/

.font-content {
	font-family: Calibri, Arial;
	font-size: 11pt;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	vertical-align: top;
	padding-top: 10px;
}
.font-blurb {
	font-size: 16px;
}
.font-didyouknow {
	font-family: Calibri, Arial;
	font-size: 16px;
	margin-right: 8px;
	margin-left: 10px;
	margin-top: 4px;
}
.font-footer {
	font-weight: normal;
	font-size: 12px;
	font-family: Calibri, Arial;
	color: #CB7E0C;
	padding-top:3px;
}
.font-copyright {
	font-size: 12px;
	font-style: italic;
}
.font-usefullink {
	font-family: Calibri, Arial;
	font-size: 16px;
	margin-right: 8px;
	margin-left: 10px;
	margin-top: 4px;
	text-align: left;
}
.font-h1box {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	text-align: left;
}
.font-h1 {
	font-weight: bold;
	color: #000000;
	font-size: 30px;
	text-align: center;
	font-family: Calibri, Arial;
}
.font-h1number {
	font-size: 22px;
	background-position: top;
	font-weight: normal;
}
.font-subheader {
	font-weight: bold;
	font-size: 16px;
}
.font-browserwarning {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #FF0000;
	text-align: center;
	font-weight: normal;
}
.font-previews {
	font-family: Calibri, Arial;
	font-size: 16px;
	padding-right: 15px;
	text-align: center;
}

/*IE6 Transperency Fix*/
img, div, body, #container { behavior: url(scripts/iepngfix.htc) }
