* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../assets/background.jpg) top center no-repeat #2d0300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	font-size: 11px;
}

p {
	line-height: 19px;
	margin-bottom: 10px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	margin: 35px 0 10px 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #73260F;
	margin: -5px 0 15px 0;
}

#header {
	background: url(../assets/header.jpg) no-repeat;
	height: 241px;
	width: 793px;
	margin: 0 auto;
}

#header ul {
	padding: 208px 16px 0 0;
	list-style-type: none;
}

#header ul li {
	float: right;
	display: inline;
}

#header ul li.home a:link, #header ul li.home a:visited {
	background: url(../assets/home.jpg) top left;
	width: 89px;
	height: 33px;
	display: block;
}

#header ul li.home a:hover {
	background: url(../assets/home.jpg) bottom left;
	width: 89px;
	height: 33px;
}

#header ul li.recipes a:link, #header ul li.recipes a:visited {
	background: url(../assets/recipes.jpg) top left;
	width: 116px;
	height: 33px;
	display: block;
}

#header ul li.recipes a:hover {
	background: url(../assets/recipes.jpg) bottom left;
	width: 116px;
	height: 33px;
}

#header ul li.products a:link, #header ul li.products a:visited {
	background: url(../assets/products.jpg) top left;
	width: 212px;
	height: 33px;
	display: block;
}

#header ul li.products a:hover {
	background: url(../assets/products.jpg) bottom left;
	width: 212px;
	height: 33px;
}

#header ul li.locations a:link, #header ul li.locations a:visited {
	background: url(../assets/locations.jpg) top left;
	width: 213px;
	height: 33px;
	display: block;
}

#header ul li.locations a:hover {
	background: url(../assets/locations.jpg) bottom left;
	width: 213px;
	height: 33px;
}

#header ul li.contact a:link, #header ul li.contact a:visited {
	background: url(../assets/contact.jpg) top left;
	width: 127px;
	height: 33px;
	display: block;
}

#header ul li.contact a:hover {
	background: url(../assets/contact.jpg) bottom left;
	width: 127px;
	height: 33px;
}

#content {
	background:url(../assets/body.png) repeat-y;
	margin: 0 auto;
	width: 887px;
}

a:link, a:visited {
	color:#73260F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

#footer {
	background: url(../assets/footer.png) no-repeat;
	height: 91px;
	width: 887px;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 10px;
	clear: both;
}

img {
	border: none;
}