@charset "utf-8";
#container {
	position: relative;
	width: 900px;
	height: 100%;
	z-index: 1;
	background-color: #a2d39c;
	top: 0;
	bottom: 0;
	margin: auto;
}

#navigation {
	position: absolute;
	width: 150px;
	height: 605px;
	z-index: 2;
	background: #a2d39c;
	left: 0px;
	top: 0px;
}

#heading {
	position: absolute;
	width: 750px;
	height: 60px;
	z-index: 2;
	left: 150px;
	top: 0px;
	background: #a2d39c;
}

#content {
	position: absolute;
	width: 740px;
	height: 100%;
	z-index: 2;
	left: 150px;
	top: 60px;
	background: white;
	padding: 5px;
	bottom: 0px;
}

#nav_logo {
	position: absolute;
	width: 150px;
	height: 125px;
	z-index: 3;
	background: #a2d39c;
	left: 0px;
	top: 0px;
}
#nav_home {
	position: absolute;
	width: 150px;
	height: 80px;
	z-index: 3;
	left: 0px;
	top: 125px;
}
#nav_about {
	position: absolute;
	width: 150px;
	height: 80px;
	z-index: 3;
	left: 0px;
	top: 205px;
}
#nav_gallery {
	position: absolute;
	width: 150px;
	height: 80px;
	z-index: 3;
	left: 0px;
	top: 285px;
}
#nav_ordering {
	position: absolute;
	width: 150px;
	height: 80px;
	z-index: 3;
	top: 365px;
	left: 0px;
}
#nav_contact {
	position: absolute;
	width: 150px;
	height: 80px;
	z-index: 3;
	left: 0px;
	top: 445px;
}
#nav_links {
	position: absolute;
	width: 150px;
	height: 80px;
	z-index: 3;
	left: 0px;
	top: 525px;
}
h1 {
	font: bold 24px Tahoma, Geneva, sans-serif;
	color: #060;
	text-align: center;
}
.footer {
	font-size: smaller;
	text-align: center;
}

body {
	background: #FFF url(back.jpg);
	margin: 0px;
}
td {
	vertical-align: top;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	color: #600;
}
.francie {
	color: #600;
	background: #9F9;
}



p, td, li {
	font: 11pt "Comic Sans MS", Arial, sans-serif;
	color: navy;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline overline;
	background: #FF9;
}
