body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	
#container {
	background-color: #330000;
	margin: 50px auto 0px auto;
	padding: 0px;
	width: 940px;
	}
	
#header {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	z-index: 1;
	}
	
#navbar {
	background-image: url('images/navbar_transparent.png');
	top: 275px;
	height: 35px;
	width: 940px;
	z-index: 12;
	position: absolute;
	padding: 20px 20px 25px 20px;
}
	
#navbar ul {
	margin-left: -20;
	}
	
#navbar li {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 13px;
	color: #663333;
	width: 12%;
	float: left;
	padding: 0;
	text-align: center;
	list-style: none;
	}

#navbar strong {
	color: #E0B30F;
	font-style: bold;
	}

p.content, p.recipetitle, p.recipestep {
	font-family: Georgia, Times, Serif;
	font-style: roman;
	font-size: 15px;
	color: #fff;
	line-height: 2;
	text-align: justify;
	}
	
p.recipetitle {
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 0px;
	}

p.recipestep {
	color: #fc0;
	font-style: italic;
	}
	
p.recipe {
	font-family: Helvetica, Arial, Sans-Serif;
	font-style: roman;
	font-size: 13px;
	color: #fff;
	line-height: 1.5;
	text-align: justify;
	white-space: pre-wrap;
	margin-top: -15px;
	}

ul.products {
	font-family: Helvetica, Arial, Sans-Serif;
	font-style: roman;
	font-size: 13px;
	color: #fff;
	margin: -15px auto auto -7px;
	line-height: 1.5;
	}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	color: #663333;
	}

a.nav:hover {
	text-decoration: none;
	color: #E0B30F;
	}
	
#content {
	top: 355px;
	float: left;
	background-color: #330000;
}

#left {
	width: 500px;
	padding: 80px 50px 25px 50px;
	float: left;
}

#right {
	width: 240px;
	float: right;
	padding: 30px 50px 25px 50px;
	float: left;
	position: relative;
}

#history {
	width: 840px;
	padding: 80px 50px 25px 50px;
	float: left;
}

#bottom {
	clear: both;
	float: left;
	width: 940px;
	height: 50px;
	background-color: #fff;
}	

#shadow {
	position: absolute;
	width: 940px;
}

p.footer, p.google {
	padding-top: 20px;
	border-width: 1px 0 0 0;
	border-color: #FFF;
	border-style: dotted;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	line-height: 1.4;
	}

a.footer:link, a.footer:visited, a.footer:active, a:link, a:active, a:visited {
	color: #FC0;
	text-decoration: none;
	}

a.footer:hover {
	color: #FFF;
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-color: #FFF;
	border-style: dotted;
	}

 a:hover	{
	color: #FFF;
	text-decoration: none;
	}
	
img {
	border: 0;
	}

img.recipe {
	border: 2px;
	border-color: #FFF;
	border-style: solid;
	}

img.title {
	margin: -45 0 20 -20;
	padding:0;
	z-index: 11;
	position: absolute;
	}
	
#calendar {
	width: 210px;
	height: 70px;
	margin-bottom: 40px;
	padding: 0px;
	}
	
.calendar {
	width: 100px;
	float: left;
	}

.date {
	background-color: #44312D;
	font-family: helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #FFF;
	width: 100px;
	text-align: center;
	padding: 5px 1 5px 1;
	border: 1px;
	border-color: #FFF;
	border-style: solid;
	}

.time {
	font-family: georgia, times, serif;
	background-color: #fff;
	font-size: 17px;
	font-style: italic;
	font-color: #000;
	width: 100px;
	text-align: center;
	padding: 15px 1 15px 1;
	border: 1px;
	border-color: #000;
	border-style: solid;
	}

.products {
	width: 220px;
	padding: 0 25px 10px 5px;
	margin-top: -15px;
	float: left;
	}