#qa_dropdown {
	position: absolute;
	left: 283px;
	top: 25px;
}

body.food_did_you_know div#content {
	background-image:		url(/images/food_didyouknow/background.jpg);
	background-repeat: 		no-repeat;
	min-height: 			600px;
	_height: 				600px;
	position: relative;
}

body.press_landing div#content p {
	margin-bottom: 1.5em;
	}

a:hover {
	text-decoration: none;
	}


/* Left Side
******************************************/

#content #left {
	position: absolute;
	left: 57px;
	top: 48px;
	width: 390px;
	height: 500px;
	overflow: hidden;
	}

	#content #left a {
		color: #ba0001
		}

	#content #left p,
	#content #left ul {
		font-size: 1.2em;
		margin-bottom: 1.2em;
		}

	#content #left h3.welcome {
		background-image: url(/images/food_didyouknow/header_food.gif);
		background-repeat: no-repeat;
		text-indent: -3000px;
		width: 271px;
		height: 14px;
		margin-bottom: 2em;
		}

	#content #left .askquestion a {
		display: block;
		background-image: url(/images/food_didyouknow/link_askquestion.gif);
		background-repeat: no-repeat;
		text-indent: -3000px;
		width: 201px;
		height: 15px;
		}
		
		#content #left .askquestion a:hover {
			background-image: url(/images/food_didyouknow/link_askquestion_over.gif);
			}



/* Right Side
******************************************/

#content #right {
	position: absolute;
	left: 485px;
	top: 34px;
	width: 425px;
	height: 540px;
	color: #242021;
	font-size: 1.2em;
	}

	#content #right h3.browseqa {
		position: relative;
		background-image: url(/images/food_didyouknow/header_browseqa.gif);
		background-repeat: no-repeat;
		text-indent: -3000px;
		width: 117px;
		height: 46px;
		}

	#content #right .scroller
	{
		height: 90%;
		overflow: auto;
		padding-right: 8px;
	}
		
		#content #right .scroller p {
			margin-top: 1em;
			font-weight: bold;
			}
			
			#content #right .scroller p.hidden {
				font-weight: normal;
				margin-top: 5px;
				margin-left: 18px;
				line-height: 150%;
				}
		
		#content #right .scroller a {
			color: #BA0001;
			font-weight: bold;
			text-decoration: none;
			}
			
			#content #right .scroller a:hover {
				color: #333;
				}

