@charset "UTF-8";
/* CSS Document */

body {
	width:691px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#848484;
	font-size:0.8em;
	line-height:140%;
	background-color:#FFFFFF;
}

a img {
	border:0px;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.3em;
}

p {
	font-size:1.1em;
}

a:link, a:visited {
	color:#000000;
}

a:hover {
	color:#848484;
}

#container{
	background-color:#FFFFFF; 
	overflow:hidden;
	width:691px;
	background-image:none
}

#content{
	width:691px;
	background-image:none;
	border:none;
}
#rail{
	display:none;
}

.green {
	color:#afd123;
}

#nav {
	display:none;
}

#recipe_of_week {
	float:right;
	margin-top:50px;
}

#recipe_header {
	width:384px;
	height:31px;
	background-image:url(/images/recipe_of_week.gif);
}

#recipe_header p {
	font-size:0.8em;
	text-transform:uppercase;
	color:#FFFFFF;
	padding-left:190px;
	padding-top:5px;
}

#copy {
	padding-left:18px;
	padding-right:8px;
	width:450px;
	float:left;
}

#recipeSubNav{ 
	display:none;
}

#footer {
	display:none;
} 

.border_bottom {
	border:none;
}
