#footer {
	margin-left:-10px;
}
#recipe-list {
	float: left;
	width: 250px;
	border: 1px solid #f9d8b8;
	padding-bottom: 20px;
}
#recipe-list .h2{
	float: left;
	color: #d04c02;	
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;	
}
#recipe-list .h3{
	float: left;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #d04c02;		
}
#recipe-list .heading {
	color: #006600;		
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom:15px;	
	font-size: 110%;
}
#recipe-list .item {
	color: #006600;		
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#selected-recipes {
	float: left;
	width: 475px;
	border: 1px solid #f9d8b8;
}
#selected-recipes .item {
	float: left;
	padding: 1px 1px 10px 40px;
	color: #006600;
	font-size: 80%;
	width: 450px;
}
#selected-recipes p.heading{
	color: #006600;
	font-weight: bold;
	font-size: 145%;
	margin-left: 180px;	
	margin-bottom: 30px;
}
#selected-recipes p{
	color: #cc4c02;
	font-size: 100%;    
	margin-left: 180px;
}

#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 60px;
	color: #cc4c02;
}
#selected-recipe-list li{
	width: 465px;
	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: 465px;
	padding: 25px 10px 15px 0px;
	background: url("imgs/search-recipe-botm-color-recipes.png") bottom left no-repeat;
}
#selected-recipe-list li.alt1 {
	float: left;
	background: url("imgs/search-r-wrap-top-grad-recipes.png") top left no-repeat;	
}
#selected-recipe-list img{
	float: left;
	width: 180px;
	height: 150px;
	margin-left: 20px;
	margin-top: -20px;
}

#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: 120%;	
}

#submit-div {
	width: 7.8em;
	margin: 0 auto;
	clear: both;
	border-right: 2px solid #ab9b80;
	border-bottom: 2px solid #d1bd9d;
}
#submit-div {
	margin-top: 40px;
	margin-bottom: 30px;
}
#submit {
	display: block;
	padding: 1px;
	border: 0px;
	color: #006600;
	font-weight: bold;
	width: 100%;
	font-size: 1em;
	background: #ebe8c6 url("imgs/quick-link.gif") center;
}

.submit_btn {
	color: #006600;
	font-weight: bold;
	font-size: 1em;
	background: #ebe8c6 url("imgs/quick-link.gif") center;	
}

#print-header {
	display:none;
}
#buttons {
	text-align:left;
	padding:5px;
	margin:35px 0 0px 0;
	margin-left: 20px;
}
#email
{
	margin:35px 0 25px 50px;
}
#email e-mail{
	border: 1px #006600;
}
#email label{
	width: 50px;
	color: #006600;	
}
#email .submit_btn{
	width: 80px;
	color: #006600;	
	margin-left: 20px;
}
#email .emailtext{	
	color: #cc4c02;
	font-weight: bold;
}

