* {
	margin: 0;
	padding: 0;
}

body {
	background:#24230f url('images/greenbg.jpg') repeat-x right top;
	text-align: left;
}

body, input, textarea, select {
	font: normal small Gill Sans, sans-serif, Arial, Georgia, "Times New Roman", Times, serif;
	color: #666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}



blockquote, ul, ol {
	margin-left: 3em;
}



blockquote {
	margin-right: 3em;
	font-style: italic;
}



ul {
	list-style-type: square;
}



a {
	text-decoration: none;
}



a:hover {
	text-decoration: none;
}



hr {
	display: none;
}

img {
	border: none;
}

div.hr {
margin: 0;
padding: 0px;
width: 800px;
height: 1px;
border-top: 2px solid #aaa;
border-bottom: 1px solid #aaa;
clear: both;
}
div.clear {
clear: both;
}
/* Wrapper */

#wrapper {
	padding: 20px 40px;
	width: 800px;
	margin: 15px auto;
   background: #fff;
  -moz-box-shadow: 0px 0px 20px #000;
  -webkit-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
}



/* Header */



#header {
	width: 800px;
	height: 140px;
	position: relative;
    clear: both;
}



#header a {
	text-decoration: none;
	color: #346b00;
	font-size: 14px;
}

#header a:hover {
	text-decoration: none;
	color: #91d03b;
	font-size: 14px;
}

#logo {
	float: left;
	position: absolute;
}

#logo img{
	width: 172px;
	height: 130px;
	padding: 4px;
}

/* Content */

#content {
	width: 800px;
	padding: 20px 0;
	min-height: 300px;
    clear: both;
}

#nomsg {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

#nomsg img {
width:80px; 
height:65px;
}
#postit {
position: absolute;
top: -29px;
right: 152px;
}


/* Menu */

.menu {
}



.menu li {
float: left;
list-style-type: none;
}

.menu li.current_page_item a {
color: #91d03b !important;
text-weight:bold !important;

}

#menu {
float: right;
margin-top: 80px;
}

#menu li {
padding: 30px 40px 0;
background: url('images/fade-divider.png') no-repeat right top;
}

#footermenu li {
padding: 0px 10px 0;
border-right: solid 1px #888;
}



/* Footer */



#footer {
    clear: both;
	width: 800px;
	padding-top: 24px;
	font-size: 11px;
	color: #888;
	border-top: solid 1px #ccc;
}



.left {
	float: left;
}



.right {
	float: right;
}



#footer a {
	color: #888;
}



#footer .right {
	text-align: right;
}

/* Home page */
#gallery {
}

#gallery div.in a {
	float: left;
	position: relative;
	width: 254px;
	height: 185px;
	border: solid 1px #ccc;
	margin: 5px;
}
#gallery img {
	position: absolute;
	top: 0;
	left: 0;
	width: 244px;
	height: 175px;
	padding: 5px;
}

#gallery .out {
	display: none;
}

/* Menu page */
#food .section {
	clear: both;
	margin: 15px auto 0px;
	border: solid 1px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 360px;
	padding-bottom:4px;
	background-color:#f1f1f1;
	overflow: hidden;
}

#food .title {
	text-align: center;
	padding: 5px;
	color: white;
	font-size: 11pt;
	background-color: black;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	clear: both;
}

#food .content {
}
#food .item {
	float: left;
	clear: both;
	padding: 4px;
	width: 352px;
	background-color: #d6e9eb;
}
#food .item.odd {
	background-color: #f1f1f1;
}
#food .item dt {
	float: left;
	max-width: 70%;
}
#food .content .description {
	font-size: 11px;
	clear: left;
	float: left;
}

#food .item dd {
	float:right;
	min-width: 50px;
	padding-left: 10px;
	text-align: right;
}

#food .divide {
	background-color: #fff;
	margin-top: 4px;
	padding: 4px;
	text-align: center;
	clear: both;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}


