@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	background-color: #A4A4A4;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/fgc-body-bg.gif);
	margin-top: 0px;
}
.container {
	background-image: url(../images/containerbg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 920px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/charcoalbar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	height: 30px;
	width: 880px;
	font-size: 10px;
	font-weight: bold;
	background-color: #3F4A52;
	text-align: center;
}
.content-main {
	background-position: center;
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	margin: 0px;
	width: 900px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #3A9A0D;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #387700;
	background-image: url(../images/navigationbar-yellow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}

.navigation li {
	display: inline;
	padding: 5px;
	text-transform: capitalize;
	vertical-align: middle;
	margin: 8px;
}

.navigation ul {
	display: inline;
	padding: 5px;
	text-transform: capitalize;
	margin: 15px;
	width: 125%;
}
.navigation a:link,
.navigation a:visited {
	color: #387700;
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	color: #333333;
	text-decoration: underline;
}
.generalcontent {
	text-align: left;
	width: 550px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 25px;
}
.ingredientcontainer {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 575px;
	padding-bottom: 25px;
	margin-left: 20px;
	font-weight: bold;
}
.ingredientcontainer h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
}

.ingredientbox {
	width: 500px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 25px;
	line-height: 16px;
	color: #333333;
	font-size: 14px;
}

.ingredientbox img {
	float: right;
	margin: 0px;
}

.callout-right {
	width: 175px;
	float: right;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	color: #3A9A0D;
	font-weight: normal;
	padding-right: 25px;
	padding-left: 15px;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFF2C1;
	background-image: url(../images/yellowgradientbg.gif);
}

