body{
	margin: 0px;
	padding: 0px;
	background: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

/*
#flashContent{
	width: 600px;
	height: 400px;
}
*/

h2{
	color: #e0141f;
	font-size: 28px;
	font-family: Helvetica;
	margin-bottom: 5px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8d6009;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8d6009;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}

#header{
	width: 1000px;
	height: 238px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

#headerLeft{
	width: 203px;
	height: 238px;
	background: url(../images/header/left.png);
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
	
}

#strapLine{
	text-indent: -9999px;	
}

#headeMiddle{
	background: url(../images/header/center.png);
	background-repeat: repeat-x;
	height: 238px;
	width: 772px;
	float: left;
}

#headerRight{
	background: url(../images/header/right.png);
	width: 228px;
	height: 118px;
	position: absolute;
	right: 0px;
	top: 0px;
}


#pageContent{
	/*
	position: absolute;
	top: 250px;
	left: 30px;
	*/
	margin: 250px 0 0 30px;
}

#footer{
	padding-top: 30px;	
}
.contentHeading a{
	text-decoration: none;	
	color: #8d6009;
}
.contentSubHeading a{
	text-decoration: none;	
	color: #8d6009;
}
.contentSubHeading a:hover{
	color: #1d67a9;
}
.contentHeading a:hover{
	color: #1d67a9;
}

.nutTable{
	background: url(../images/table_bg.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	border: 3px solid #fff;
	width: 350px;
}
.nutTable td{
	padding: 2px;	
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}


.subContent{
	width: 600px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
}


.recipeHeading{
	font-weight: bold;
	font-size: 14px;
}

#mainImage{
	position: absolute;
	top: 300px;
	left: 660px;
}

.clearFix{
	clear: both;
}


#altContent{
	
}
#footer{
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	height: 46px;
	width: 100%;
	background: url(../images/footer.gif) repeat-x;
}
#footer #content{
	width: 400px;
	margin: 0 auto 0 auto;
	text-align: center;
}
/* firefox border fix when using swffit */

a:focus, object:focus { 
 outline: none; 
 -moz-outline-style: none; 
}

