body {
	background: #ffffff;
	font-family: Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	color: #2a2f32;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: #51A11C;
	text-decoration: underline;
}

a:hover {
	color: #8Bdc55;
}

#pagelayout {
	width: 796px;
	margin: 0px auto;
}


.pagelayout p {
	margin: 0px;
	margin-top: 0px;
	font-size: 20px;
	line-height: 18px;
}

#header {
	width: 796px;
	height: 105px;
	position: relative;
}

#logo {
	margin-top: 44px;
}

#collage {
	height: 213px;
	font-size: 1px;
}

#collage {
	height: auto;
	font-size: 1px;
	margin-bottom: 0px;
}

#content {
	width: 584px;
	border: 1px sold blue;
	float: left;
	padding-left: 30px;
}

/********** NAVIGATION **********/

#navigation {
	list-style: none;	
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 625px;
	background: url(images/navigation-background.gif) repeat-x;
	position: absolute;
	top: 45px;
	left: 164px;
}

#navigation li {
	float: left;
}

#navigation .seperator {
	width: 1px;
	height: 22px;
	background: url(images/navigation-divider.gif) no-repeat;
}

#navigation .sep {
	width: 1px;
	height: 23px;
	background: url(images/sep.gif) no-repeat 0px 0px;
}

#navigation li a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4d683c;
	text-decoration: none;
	height: 23px;
	background: white;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-bottom: 2px solid white;
	padding: 2px 3px 2px 3px;
}

#navigation li a.current {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4d683c;
	text-decoration: none;
	height: 23px;
	border-bottom: 0px solid red;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 5px 7px 3px 7px;
	background: url(images/tab.gif) 0px 0px;
}

#navigation li a.current:hover {
	color: #4d683c;
	border-bottom: 0px solid white;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 5px 7px 3px 7px;
	background: url(images/tab.gif) 0px 0px;
}

#navigation li a:hover {
	color: #ffffff;
	background: #6DB43E;
}



/********** SUB NAVIGATION **********/


#submenu {
	width: 175px;
	margin: 0px;
	font-family: Verdana, sans-serif;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	float: left;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu li a {
  	height: 100%;
	text-decoration: none;
	font-weight: normal;
}
	
#submenu li a.level2 {
	color: #4D683C;
	display: block;
	padding: 5px 5px 5px 15px;
}
	
#submenu li a.level2:hover {
	color: #ffffff;
	padding: 5px 5px 5px 15px;
	background: #6DB43E;
}

#submenu li a.level1 {
	color: #4D683C;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 15px;
	background: url(images/subnav-background.gif) no-repeat 0px 7px;
}

#submenu li a.level1:hover {
	color: #ffffff;
	display: block;
	padding: 5px 5px 5px 15px;
	background: #6DB43E url(images/subnav-background.gif) no-repeat 0px 7px;
}

#submenu .seperator {
	margin: 0px;
	padding: 0px;
	background: blue;
	font-size: 1px;
	min-height: 3px;
	background: url(images/subnav-seperator.gif) repeat-x;
}

#submenu .seperator-solid {
	margin: 0px;
	padding: 0px;
	background: blue;
	font-size: 1px;
	min-height: 3px;
	background: url(images/subnav-seperator-solid.gif) repeat-x;
}



/********** FOOTER **********/

#footer {
	width: 789px;
	height: 30px;
	margin: 0px auto;
	padding-bottom: 15px;
	background: url(images/footer-background.gif) repeat-x 0px 15px;
	clear: both;
	position: relative;
	
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #6f845f;
}

#footer ul {
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	padding-right: 20px;
}

#footer a {
	color: #6f845f;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #8Bdc55;
	text-decoration: underline;
}

#copyright {
	position: absolute;
	top: 20px;
	right: 1px;
}



/********** TEXT & IMAGES **********/

h1 {
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #347C2B;
	font-weight: normal;
}

h2 {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #347C2B;
	font-weight: bold;
}

h3 {
	margin: 20px 0px 5px 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #347C2B;
	font-weight: bold;
}

p {
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	line-height: 18px;
}

p img {
	float: right;
	margin: 0px 0px 10px 10px;
}

dt {
	font-weight: bold;
	font-size: 14px;
	color: #347C2B;
	margin: 0px 0px 10px 0px;
}

dd {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 12px 20px;
}

dd img {
	float: right;
	margin: 0px 0px 10px 10px;
}
/********** APPETIZERS **********/

#appetizers {
	position: relative;
	width: 796px;
	height: auto;
}

.appetizer {
	float: left;
	margin-right: 7px;
}

#last {
	margin-right: 0px;
}

.appetizer .content {
	width: 192px;
	height: 175px;
	background: #ffffff url(images/appetizer-background.gif) no-repeat;
}

.appetizer p {
	margin: 12px;
	margin-top: 0px;
	font-size: 11px;
	line-height: 18px;
}

