@charset "utf-8";
/* CSS Document */
<style type="text/css">
	body{
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #f7f2d3;
	}

	a:link {
 		color: #756660;
		font-weight: bold;
	}
	a:visited {
 		color: #756660;
		font-weight: bold;
	}

	.menuBar {
		font-weight: bold;
		color: #6e2142;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: medium;
	}
	.menuBar a:link {
		color: #6e2142;
	}
	.menuBar a:visited {
		color: #6e2142;
	}

	.horizBar {
		font-weight: bold;
		color: #6e2142;
		background-color: #756660;
		background: url(img/title_bg.png);
		clear: both;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: medium;
	}

	* {
		margin: 0;
	}
	html, body {
		height: 100%;
	}
	.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -5.5em;
	}
	.headingRecipes	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: medium;
		font-weight: bold;
		color: #6e2142;
	}
	.footer, .push {
		height: 5.5em;
	}
</style>