body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px auto;
	padding: 10px 0px 0px;
	background-color: #000000;
	text-align: center;
}
.wrapper {
	background-repeat: no-repeat;
	height: 567px;
	width: 756px;
	margin: auto;
	padding: 0px;
	background-color: #A4C8CF;
}


#food.wrapper{
	height: 567px;
	width: 756px;
	background-color: #A4C8CF;
	text-align: center;
	background-repeat: repeat-x;
	background-image: none;
}
#decornav.wrapper {
}
#home.wrapper {
	background-image: url(images/bkg01.jpg);
	background-repeat: no-repeat;
}

#contact.wrapper  {
	background-color: #A3C8D0;
	height: 567px;
	width: 756px;
	margin: auto;
	padding: 0px;
	background-image: none;
}













td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

/* =Navigation
----------------------------------------------------------------------*/

.wrapper .navbar {
	height: 50px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
.content {
	margin: 0px;
	padding: 33px 0px 0px;
	height: 504px;
	width: 756px;
	text-align: center;
}

#food.content {
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#foodnav.content {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
}

#gardennav.content {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-left: 0px;
}

#contactpage.content {
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#nav {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}


#nav a
{
	border-top: none;
	border-bottom: 4px none;
	color: #ad331f;
	display: block;
	padding: 10px 0;
	width: 90px;
	text-decoration: none;
}

#nav a#interior {
	width: 140px;
}

#nav a:hover
{
	color: #044752;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav a.current
{
	background: url(img/arrow.gif) no-repeat center top;
	color: #044752;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li
{
	background: transparent url(img/nav.gif) repeat-x;
	border-style: none;
	display: inline;
	float: left;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
img.margintop {
	padding: 0px;
	margin-top: 60px;
}
