/*
Supersized - Fullscreen Slideshow jQuery Plugin - Version 3.1.3
*/

* { margin:0; padding:0; }
body {
   margin: 0;
   padding: 0;
   background: #e9d7b3;
   font-size:12px;
   overflow-x: hidden;
   text-align:center;
   /*background-image:url(../images/BG.jpg);
	background-repeat:repeat;*/
}


a {text-decoration:none; font-style:italic; color:#000;}

a:hover {
	color:#8ca88b;
	}
	
h1 {
	font-family: 'Josefin Sans', sans-serif;
	color:#2e3c20;
	font-size: 2em; font-weight:400;
	letter-spacing:.01em;
	line-height:.9em;
	margin:20px;
	z-index:1000;
}
	
h2 {
	font-family: 'Josefin Sans', sans-serif;
	color:#2e3c20;
	font-size: 2em; font-weight:400;
	letter-spacing:.01em;
	line-height:.9em;
	margin:5px;
	z-index:1000;

	}
	
h3	{
	font-family: 'Josefin Sans', sans-serif; font-weight:700;

	color:#2e3c20;
	font-size: 1.5em; font-weight:400;
	letter-spacing:.01em;
	line-height:.9em;
	margin:20px;
	margin-top:5px;
	z-index:1000;

	}
	
h4	{
	font-family: 'Josefin Sans', sans-serif;
	color:#2e3c20;
	font-size: 1.5em; font-weight:100;
	letter-spacing:.01em;
	line-height:.9em;
	margin:20px;
	z-index:1000;
	}


h5	{
	font-family: 'Josefin Sans', sans-serif;
	color:#2e3c20;
	font-size: 1.5em; font-weight:400;
	letter-spacing:.01em;
	line-height:1em;
	margin:3px 5px 5px 5px;
	z-index:1000;

	}
	
h6	{
	font-family: 'Josefin Sans', sans-serif;
	color:#2e3c20;
	font-size: 1.5em; font-weight:400;
	letter-spacing:.01em;
	line-height:1em;
	margin:3px 5px 5px 5px;
	z-index:1000;
	clear:both;
	}

.food {
	width:100%;
	padding-bottom:20px;
	text-align:center;
	}


p1 {
	font-family: 'Josefin Sans', sans-serif;
	color:#2e3c20;
	font-size: 2em; font-weight:400;
	letter-spacing:.01em;
	line-height:.9em;
	margin-top:20px;
	z-index:1000;
	}
	
p2	{
	font-family: 'Josefin Sans', sans-serif; font-weight:700;
	color:#2e3c20;
	font-size: 1.5em; font-weight:400;
	letter-spacing:.01em;
	line-height:.9em;
	z-index:1000;
	}

p3	{
	font-family: 'Josefin Sans', sans-serif; font-weight:700;
	color:#2e3c20;
	float:right;
	margin-right:10px;
	margin-top:-17px;
	font-size: 1.5em; font-weight:400;
	letter-spacing:.01em;
	line-height:.9em;
	z-index:1000;
	}
	
.wrapper {
	width:100%;
	padding-bottom:100px;
	margin-top:250px;
	}
	
img	{ border:none; }
.menuimg {
	width:40px;
	height:60px;
	margin-left:75px;
	margin-top:3px;
	}	




