body {
	font-face: "Times New Roman", verdana;
	color: #660000;
	margin: 0;
	background: url('../i/bg.jpg') repeat-x;
	text-align: center;
}
/***** Generic *****/



/***** Header *****/
#header {
	margin: 0 auto;
	width: 800px;
	height: 110px;
}
#logo {
	float: left;
	margin: 31px 0 0 30px;
	width: 504px;
	height: 39px;
	background: url('../i/logo.gif') no-repeat;
}
#contact-info {
	float: right;
	margin: 20px 10px 0 0;
	font-size: 12px;
	text-align: right;
}
/***** Navigation *****/
#nav {
	float: left;
	clear: left;
	width: 800px;
	text-align: left;
	margin: 14px 0 0 20px;
}
#nav ul {
	margin: 0;
	padding-left: 0;
	display: inline;
} 
#nav ul li {
	text-indent: -9000px;
	float: left;
	margin: 0 4px 0 4px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: inline;
}

#nav #home {
	display: block;
	height: 26px;
	width: 51px;
	background: url('../i/button-home.gif') no-repeat 0px -52px;
}
#nav #home:hover {
	background: url('../i/button-home.gif') no-repeat 0px -26px;
}
#nav .home-current {
	display: block;
	height: 26px;
	width: 51px;
	background: url('../i/button-home.gif') no-repeat 0px 0px;
}

#nav #holidays {
	display: block;
	height: 26px;
	width: 71px;
	background: url('../i/button-holidays.gif') no-repeat 0px -52px;
}
#nav #holidays:hover {
	background: url('../i/button-holidays.gif') no-repeat 0px -26px;
}
#nav .holidays-current {
	display: block;
	height: 26px;
	width: 71px;
	background: url('../i/button-holidays.gif') no-repeat 0px 0px;
}

#nav #occasions {
	display: block;
	height: 26px;
	width: 126px;
	background: url('../i/button-special-occasions.gif') no-repeat 0px -52px;
}
#nav #occasions:hover {
	background: url('../i/button-special-occasions.gif') no-repeat 0px -26px;
}
#nav .occasions-current {
	display: block;
	height: 26px;
	width: 126px;
	background: url('../i/button-special-occasions.gif') no-repeat 0px 0px;
}

#nav #miscellany {
	display: block;
	height: 26px;
	width: 84px;
	background: url('../i/button-miscellany.gif') no-repeat 0px -52px;
}
#nav #miscellany:hover {
	background: url('../i/button-miscellany.gif') no-repeat 0px -26px;
}
#nav .miscellany-current {
	display: block;
	height: 26px;
	width: 84px;
	background: url('../i/button-miscellany.gif') no-repeat 0px 0px;
}

#nav #ordering {
	display: block;
	height: 26px;
	width: 153px;
	background: url('../i/button-ordering-information.gif') no-repeat 0px -52px;
}
#nav #ordering:hover {
	background: url('../i/button-ordering-information.gif') no-repeat 0px -26px;
}
#nav .ordering-current {
	display: block;
	height: 26px;
	width: 153px;
	background: url('../i/button-ordering-information.gif') no-repeat 0px 0px;
}

#nav #dietary {
	display: block;
	height: 26px;
	width: 131px;
	background: url('../i/button-dietary-questions.gif') no-repeat 0px -52px;
}
#nav #dietary:hover {
	background: url('../i/button-dietary-questions.gif') no-repeat 0px -26px;
}
#nav .dietary-current {
	display: block;
	height: 26px;
	width: 131px;
	background: url('../i/button-dietary-questions.gif') no-repeat 0px 0px;
}

#nav #about {
	display: block;
	height: 26px;
	width: 83px;
	background: url('../i/button-about-me.gif') no-repeat 0px -52px;
}
#nav #about:hover {
	background: url('../i/button-about-me.gif') no-repeat 0px -26px;
}
#nav .about-current {
	display: block;
	height: 26px;
	width: 83px;
	background: url('../i/button-about-me.gif') no-repeat 0px 0px;
}
/***** Main *****/
#wrapper {
	width: 100%;
	height: 450px;
	background: #ff9999;
}
#content {
	margin: 0 auto;
	width: 800px;
}
#slideframe {
	float: left;
	margin: 35px 0 0 15px;
	border: 4px solid #660000;
	width: 222px;
	height: 217px;
}
#slideshow {
	margin: 0;
	border: 3px solid #fff;
	width: 216px;
	height: 211px;
}
#hometext {
	float: left;
	width: 350px;
	margin: 35px 0 0 16px;
	font-size: 15px;
	text-align: left;
}
#sparkles {
	float: left;
	clear: left;
	width: 190px;
	height: 89px;
	padding: 47px 20px 0 30px;
	margin: 0 0 0 0;
	background: url('../i/sparkles.gif') no-repeat;
	color: #f6f6c3;
}
#lady {
	margin: 0 auto;
	width: 830px;
	text-align: right;
	margin-top: -480px;
}
#footer {
	width: 100%;
	height: 54px;
	overflow: hidden;
}
#slogan {
	margin: 0 auto;
	margin-top: -35px;
	width: 800px;
	height: 50px;
	background: url('../i/slogan.gif') no-repeat 31px 0px;
}
