body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1F7E1;
}
#menu {
	width: 210px;
	background-image: url(../images/menu-images/side-border.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#footer {
	background-image: url(../images/home-images/bottom-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 99px;
	padding-left: 40px;
	margin: 0;
	padding: 0;
	padding-right: 40px;
	vertical-align: bottom;
}
.copyright {
	font-size: 10px;
	color: #44813C;
	text-align: center;
	padding-left: 45px;
}
#mainContent {
	vertical-align: top;
	margin: 0px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/home-images/topBorder.gif);
	background-repeat: repeat-x;
}
.recipeTable {
	width: 241px;
	margin-left: 20px;
	border-right-color: #A4D757;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #A4D757;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-left-color: #A4D757;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 30px;
}
.recipe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.recipe td {
}
.recipe p {
	margin: 0;
	margin-bottom: 6px;
}
.recipe a:link, .recipe a:visited {
	color: #86BF35;
	text-decoration: none;
}
.recipe a:hover, .recipe a:active {
	color: #EB7846;
	text-decoration: none;
}
