html>body {
 font: 0.94em Georgia, serif;
	}

#container
{
width: 90%;
margin: 37px auto;
background-color: #fff;
color: #1E1E1E;
border: 12px solid green;
line-height: 120%;
}

#top
{
padding: 0em;
background-color: #fff;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 20;
margin: 0;
font-family: Verdana;
font-size: 22px;
color: #005E00;
margin-top: 10px;
font-weight: bold;
}


#leftnav
{
z-index:1;
float: left;
width: 165px;
margin: 0;
padding: 0.35em;
}

#rightnav
{
float: right;
width: 175px;
margin: 0;
padding: 0.35em;

}

#content
{
margin: 0 185px 0 190px;
line-height: 1.5em;
border-left: 1px solid gray;
border-right: 1px solid gray;
padding: 0.5em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
text-align: center;
font-family: Georgia, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 0.7em;
background-color: #ddd;
border-top: 1px solid gray;
}

.small_text
{
color: #333333;
text-align: center;
font-family: Georgia, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 0.8em;
line-height: 120%;
}

.legend
{
color: #800000;
text-align: center;
font-family: Georgia, Arial, Helvetica, sans-serif ;
font-weight: bold;
font-size: 1.3em;
line-height: 120%;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

 .vegetarian_logo
{
float: right;
width: 250px;
margin: 0 5px 10px 10px;
background-color: #FFFFFF;
padding: 10px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
font: 8pt  arial, sans-serif;
color: #808080;
}

div.vegetarian_logo img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

 .floatright
{
z-index:-10;
float: left;
margin: 0px 15px 15px 0px;
background-color: #FFFFFF;
color: #808080;
border-right: 1px solid #FFF;
overflow: hidden;
width: 100%;

}

p { margin-top: 0; }

h1, h2, h3, h4, h5 {
	color: #E64A00;
	}

h1
{
font-family: Georgia;
font-size: 20px;
}
	
form
{
margin: 0px auto;
}



/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:90%;
height:290px;
margin: 0px 0 0 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:175px;
position:relative;
border:1px solid #888;
border-width:1px 1px 0 1px;
background:#ffee7b;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}

.menu li {
background:transparent;
height:26px;
}
* html .menu li {margin-left:-16px; margin-left:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:2000; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:175px;
color:#000;
text-indent:5px;
border-bottom:1px solid #888;
background:transparent;
}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#999;}

.menu :hover > a {
color:#fff;
background:#005900;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:100px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#FFFF99;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
background:#edd;
}
.menu ul.top2 {top:25px;}
.menu ul.top3 {top:51px;}
.menu ul.top4 {top:77px;}
.menu ul.top5 {top:103px;}
.menu ul.top6 {top:129px;}
.menu ul.top7 {top:155px;}
.menu ul.top8 {top:181px;}
.menu ul.top9 {top:207px;}
.menu ul.top10 {top:233px;}
.menu ul.top11 {top:259px;}
.menu ul.top12 {top:285px;}
.menu ul.top13 {top:311px;}




<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 1px 1px 0px 1px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 440px;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



table.vegetarian {
z-index:3;
text-align: center;
font-family: Tahoma, Verdana, sans-serif ;
font-weight: normal;
font-size: 0.9em;
color: #fff;
width: 175px;
background-color: #fff;
border: 1px #008B00 solid;
border-collapse: collapse;
border-spacing: 0px;
}

table.vegetarian td {
background-color: #FFF;
color: #000;
padding: 2px;
text-align: left;
line-height: 150%;
border: 1px #C0C0C0 dotted;
font-size: 0.8em;
}

table.vegetarian td.hed {
background-color: #008B00;
color: #fff;
padding: 2px;
text-align: center;
border-bottom: 2px #008B00 solid;
font-size: 0.8em;
font-weight: bold;
}

table.vegetarian a, table.vegetarian a:visited {
font-size: 1.2em;
}


  div.figure {
    float: right;
    width: 35%;
    position: relative;
    border: thin silver solid;
    padding: 0.5em;
    background-color: #FFF1EC;}

  @media all {			/* Avoid a problem with NS 4.7 on Mac? */
    div.figure {margin: 0.5em;}
    }

  div.figure p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;}

  img.scaled {
    border: thin silver solid;
    width: 100%;}

