body {
	padding: 0;
	margin: 0;
	background-color: #034d03;  }
	
#container {
	background-color: #034d03;
	width: 796px;/* -- edit width here! -- */
	padding: 0;
	margin-left: -398px;
	margin-top: 0px;
	left: 50%;
	position: absolute;    }

#header-page {
	position: relative;
	padding: 0;
	margin: 0;
	width: 796px;		/* -- width of the bacground graphic -- */
	height: 115px;		/* -- height of the bacground graphic -- */
	background-color: #034d03;
	background-image: url(images/interface/BG_header.png); /* -- LINK TO THE HEADER BACKGROUND -- */
	background-repeat: no-repeat;   }
 
#header-page h1{
 	padding: 0;
	margin: 0;
	text-indent: -9999px   }
	
#navbar {
	width: 796px;	/* -- width of the bacground graphic -- */
	padding: 0;
	margin: 0;
	position: relative;
	height: 24px;	/* -- height of the bacground graphic -- */
	background-color: #034d03;
	background-image: url(images/interface/BG_navbar.png);
	background-repeat: no-repeat;    }
	
#navbar ul {
	padding: 5 0 0 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-align: center;   }

#navbar li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;   }

#navbar a:link, #navbar a:visited {
	border: thin solid #343467;
	-moz-border-radius: 6px;  /* -- rounded corner effect -- */
  	-webkit-border-radius: 6px;  /* -- rounded corner effect -- */
	padding:0.1em 0.5em;
	text-decoration: none;
	color: #343467;
	background-color: #fff;
	-moz-box-shadow: 2px 2px 4px #666;  /* -- drop-shadow effect (H V blur-radius color)-- */
  	-webkit-box-shadow: 2px 2px 4px #666;  /* -- drop-shadow effect (H V blur-radius color) -- */
  	box-shadow: 2px 2px 4px #666;  }  /* -- drop-shadow effect (H V blur-radius color) -- */

#navbar a:hover{
	border: thin solid #175179;
	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	padding:0.2em 0.5em;
	text-decoration: none;
	background-color: #9999FF;
	color: #FFFFFF;		}

#content {
	width: 796px;	/* -- edit width here! -- */
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #034D03;
	background-image: url(images/interface/BG_content.png);
	background-repeat: repeat-y;
	text-align: center;  }
	
#content h1 {
	width: 796px;	/* -- edit width here! -- */
	padding: 0;
	margin: 0;
	position: relative;
	background-image: url(images/interface/BG_content_h1.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #336600;
	text-shadow: 1px 1px 2px #999;  }
	
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #336600;
	text-align: left;   }
	
#content a:link, #content a:visited {
	color: #336600;
	font-weight: bold;
	text-decoration: none; }

#content a:hover{
	color:#333399;
	text-decoration: underline; }

#content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #336600;
	text-align: center;   }
	
#content h2{
	margin-bottom: 0;
	padding-bottom: 0;
	border-top: solid 1px #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #660000;
	text-align: left;   }
 
#footer {
	width: 796px;	/* -- edit width here! -- */
	padding: 0;
	margin: 0;
	position: relative;
	height: 30px;
	background-color: #034D03;
	background-image: url(images/interface/BG_footer.png);
	background-repeat: no-repeat;
	background-position: bottom; }
 
#footer ul {
	padding: 0;
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;  }

#footer li {
	display: inline;
	margin-right: 20px;
	list-style-type: none;   }

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #336600;
	font-weight: bold;  }

#footer a:hover{
	color:#333399;
	text-decoration: underline; }
	
blockquote {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	-moz-box-shadow: 3px 3px 5px #666;  /* -- drop-shadow effect (H V blur-radius color)-- */
  	-webkit-box-shadow: 3px 3px 5px #666;  /* -- drop-shadow effect (H V blur-radius color) -- */
  	box-shadow: 3px 3px 5px #666;  }  /* -- drop-shadow effect (H V blur-radius color) -- */
	
.recipe {
	border: 2px solid #336600;
	-moz-border-radius: 15px;  /* -- rounded corner effect -- */
  	-webkit-border-radius: 15px;  /* -- rounded corner effect -- */
	padding: 0.5em;
	margin-top: 10px;
	width: 600px;
	background-image: url(images/bg_recipe.png);
	margin-left: auto; /* centres the div... was 100px-- */
	margin-right: auto; /* centres the div... was 100px-- */
	-moz-box-shadow: 3px 3px 5px #666;  /* -- drop-shadow effect (H V blur-radius color)-- */
  	-webkit-box-shadow: 3px 3px 5px #666;  /* -- drop-shadow effect (H V blur-radius color) -- */
  	box-shadow: 3px 3px 5px #666;    /* -- drop-shadow effect (H V rblur-adius color) -- */  }

.twocolumn {
	border: 2px solid #336600;
	-moz-border-radius: 15px;  /* -- rounded corner effect -- */
  	-webkit-border-radius: 15px;  /* -- rounded corner effect -- */
	padding: 0.5em;
	margin-top: 10px;
	width: 600px;
	background-image: url(images/bg_recipe.png);
	margin-left: auto; /* centres the div... was 100px-- */
	margin-right: auto; /* centres the div... was 100px-- */
	-moz-box-shadow: 3px 3px 5px #666;  /* -- drop-shadow effect (H V blur-radius color)-- */
  	-webkit-box-shadow: 3px 3px 5px #666;  /* -- drop-shadow effect (H V blur-radius color) -- */
  	box-shadow: 3px 3px 5px #666;    /* -- drop-shadow effect (H V rblur-adius color) -- */
	-moz-column-count: 2; /* -- multi-column effect -- */
	-moz-column-gap: 1em;  /* -- multi-column effect -- */
	-webkit-column-count: 2;  /* -- multi-column effect -- */
	-webkit-column-gap: 1em;  /* -- multi-column effect -- */ }
	
.recipe h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #336600;  }
	
.recipe ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1em;
	margin-left: 0.5em;	}
	
.recipe ol{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1em;
	margin-left: 0.5em;	}
	
.recipe li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #336600;
	text-align: left;
	padding-left: 0em;
}

.recipe h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.85em;
	font-weight: bold;
	color: #336600;
	text-align: left;	}
	
.recipe p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 1.0em;
	font-size: 0.9em;
	font-weight: bold;
	color: #336600;
	text-align: left;	}
	
.pullquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/bg_recipe.png);
	border: 3px double #336600;
	-moz-border-radius: 15px;
  	-webkit-border-radius: 15px;
	padding: 0.6em;
	text-align: center;
	color: #336600;
	-moz-box-shadow: 3px 3px 5px #666;  /* -- drop-shadow effect (H V blur-radius color)-- */
  	-webkit-box-shadow: 3px 3px 5px #666;  /* -- drop-shadow effect (H V blur-radius color) -- */
  	box-shadow: 3px 3px 5px #666;  }  /* -- drop-shadow effect (H V blur-radius color) -- */
	
#season p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #336600;
	text-align: center; }