@charset "utf-8";
#navigation ul li a#recipes {
	background-position:0px 0px;
}
#column2 {
	background-image:url(../images/maroon/banner.jpg);
	background-repeat:no-repeat;
		
}
.recipeimageholder {
	background-image:url(../images/maroon/recipe_image.jpg);
	background-repeat:no-repeat;
	width:122px;
	height:115px;
}
.recipeimage {
	width:81px;
	height:81px;
	overflow:hidden;
	background-repeat:no-repeat;
	position:relative;
	top: 20px;
	left: 30px;
}
p#recipeitem {
	height:10px;
	border-top: 1px dotted #D8D8D8;
	text-align:right;
	margin-right:5px;
}
.image {
	margin-top:18px;
	margin-left:29px;
}
#leftcol {
	width:140px;
	float:left;
}
#rightcol {
	float:right;
	width:390px;
}
.columns {
	width: 530px;
	float: left;
	margin: 0px 0px 20px 0px;
	
}