body{
	font-family: sans-serif;
}

#footContainer{

	margin-top: 20px;
	clear:both;
}

#foot{
	border-top: 1px solid #DDD;
	padding: 16px;
	font-size: smaller;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEE;
	color: #333;
	background-image: url('interface/foot2.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#foot a{
	color: #1F4F6E;
}

#header{
	padding-top: 20px;
	background-color: #A4CF63;
	/*background-image: url('interface/headbg.png');*/
	background-image: url('interface/headbg.gif');
	background-repeat: repeat-x;
}

#header #lower{
	font-size: smaller;
	border-top: 1px solid #85B971;
	background-color: #FFFFFF;
	padding: 16px;
	height: 80px;
	color: #333;
	margin-top: 0px;
}

#header #lower a{
	color: #1C4E6F;

}

.tm{
	font-size: smaller;
	vertical-align: sup;

}

#mainContainer {
	background-color: #FFF;
}

#main{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*font-size: larger;*/

	color: #415921;
	
	margin-top: -20px;
	min-height: 200px;
}

#main h2 {
	font-size: larger;
}

#main p{
	margin-bottom: 16px;
	line-height: 1.25em;
}

#main p.highlight {
	border: 1px solid #EEE;
	background-color: #FFFFD5;
	padding: 1em;
	font-size: larger;
}

#main p.highlight2 {
	border: 1px solid #EEE;
	background-color: #EAFFE8;
	padding: 1em;
}

#main p strong{
	color: #333;
	text-decoration: underline;
}

#main ul li.question{
	color: #1C4E6F;
	font-size:larger;
}

#main ul li.answer{
	font-size: smaller;
	margin-bottom: 16px;
	margin-top: 4px;
	line-height: 1.25em;
}

#main h2{
	font-size: larger;
	color: #1C4E6F;
}

#main ul.ingredients li{
	margin-top: 0.35em;
	list-style: disc;
}

#main ul.ingredients{
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#main ol li{
	margin-top: 0.35em;
	list-style: decimal;
}

#main ol {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#main div.recipeList{
	border: 1px solid #EEE;
	padding: 0.5em;
	right: auto; 
	float:right; 
	margin-left: 20px; 
	margin-bottom: 20px;	

	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;	
	font-weight: bold;
}

#main div.recipeList ul li{
	margin-bottom: 0.35em;
}

#menu{
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 top: -50px;
 padding-left: 22px;
}

#menu a{
	color: #2C546F;
	text-decoration:none;
	font-size: x-large;
	font-weight:bold;
	padding: 8px;
}

#menu a:hover{
	text-decoration: underline;
}

#arielLogo{
	width: 800px; 
	height: 80px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: right; 
	position:relative; 
	top: 0px;
	right: 10px;
}

#fruitwellLogo{
	width: 800px; 
	margin-left: auto; 
	margin-right: auto; 
	position:relative; 
	top: -55px;
}

#copyright{
	font-size: smaller; 
	color: #AAA; 
	float:right;
	text-align: right;
}


