#recipe-list {
	float: left;
	width: 140px;
	border: 1px solid #f9d8b8;
}
#recipe-list h2{
	margin: 10px 10px 0px 10px;
	font-size: 100%;
	color: #006600;
}
#recipe-list .heading {
	float: left;
	padding: 5px 30px 10px 30px;
	color: #d04c02;
	font-size: 100%;
	font-weight: bold;
}
#recipe-list .item {
	float: left;
	padding: 1px 10px 10px 48px;
	color: #006600;
	font-size: 80%;
}
#selected-recipes {
	float: left;
	width: 595px;
	border: 1px solid #f9d8b8;
}
#selected-recipes a{
	text-align: center;
	margin-right: .2em;
	margin-left: 20px;
	padding-top: .4em;
}
#selected-recipes a.link1{
	color: #006600;
	font-weight: bold;
	font-size: 145%;
	text-align: center; 
	margin-left: 210px;	
}
#selected-recipes a.link2{
	color: #006600;
	font-weight: bold;
	font-size: 120%;
    	text-decoration: underline;
    	margin-left: 210px;
}
#community-content{
	width: 750px;
}
#community-content #top{
	text-align: right;
}
#top p{
	font-weight: bold;
}

#selected-recipe-list {
	margin:0 auto;
	overflow: hidden;
	background: white;
	font-family: "Verdana","sans serief"
}
#selected-recipe-list #recipes {
	margin: 0 80px;
	color: #cc4c02;
}
#selected-recipe-list li{
	width: 372px;
	margin: .4em 0;
	padding: 12px 0px 15px 0px;
}
#selected-recipe-list #recipes p {
	margin-left: 5 px;
}
#selected-recipe-list #recipes li .wrap {
	float: left;
	width: 372px;
	padding: 25px 10px 15px 0px;
	background: url("imgs/search-recipe-botm-color-medium-recipes.PNG") bottom left no-repeat;
}
#selected-recipe-list li.alt1 {
	float: left;
	background: url("imgs/search-r-wrap-top-grad-medium-recipes.PNG") top left no-repeat;	
}
#selected-recipe-list img{
	float: left;
	width: 125px;
	height: 115px;
	margin-left: 20px;
	margin-top: -20px;
	padding: 5px;
	border: 1px solid #2e6025;
}

#selected-recipe-list strong {
	margin-right: .2em;
	margin-left: 30px;
}
#selected-recipe-list h4{
	color: #cc4c02;
	font-weight: bold;
	font-size: 120%;    
	text-align: center;
}
#community-content a {
	padding: 30px 10px 10px 10px;
	color: #d04c02;
	font-size: 100%;
	text-align: center;	
}
#selected-recipe-list h3{
	color: #006600;
	font-weight: bold;
	font-size: 105%;
	valign:top;
}
