 /**************************\
|       Layout Element       |
 \**************************/

body {
	font-size: 62.5%;
	text-align: center;
	font-family: Arial, SanSerif;
	background-color: #00549a;
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-image: url(../images/headerFill.png);
	}

#container {
	margin: 0 auto;
	text-align: left;
	width: 80em;
	}

 /**************************\
|       Text Elements        |
 \**************************/

p, a {
	font-size: 1.2em;
	}

h3, h4 {
	font-weight: bold;
	}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

small {
	font-size: .8em;
	}

	
 /**************************\
|     Header / Navigation    |
 \**************************/

#header {
	background-image: url(../images/headerFill.png);
	background-repeat: repeat-x;
	width: 800px;
	position: absolute;
	margin: 0 auto;
	height: 140px;
	background-position: bottom;
	}

#header .logo {
	position: absolute;
	height: 140px;
	width: 45em;
	background-image: url(../images/header.png);
	background-position: left bottom;
	margin-left:-8em;
	}

#nav {
	position: absolute;
	top: 7.5em;
	left: 22.5em;
 	padding: 1em;
 	}

#nav li {
 	display: inline;
 	list-style-type: none;
 	float: left;
 	}

#nav a {
 	color: white;
 	text-decoration: none;	
 	text-align: center;
 	border-top: solid 1px white;
 	border-bottom: solid 1px white;
 	display: block;
 	padding: 1em 1.5em;
 	margin-top: .2em;
 	}

#nav a:hover {
	background-image: url(../images/navLiFill.jpg);
	border: solid white 1px;
	padding: 1.2em 1.42em;
	margin-top: 0em;
 	}
 	
#nav a#currentpage {
	background-image: url(../images/navLiFill.jpg);
	padding: 1em 1.5em;
	margin-top: .2em;
 	}

#nav a:hover#currentpage {
	background-image: url(../images/navLiFill.jpg);
	padding: 1.2em 1.42em;
	margin-top: 0em;
 	}

#nav .first,
#nav .first:hover,
#nav .first:active,
#nav .last,
#nav .last:hover,
#nav .last:active {
 	padding: 0 .5em;
 	border-top: solid 1px white;
 	border-bottom: solid 1px white;
 	height: 3.64em;
 	margin-top: .2em;
 	}

 /**************************\
|          Content           |
 \**************************/

#contentFrame {
	width: 800px;
 	overflow: auto;
 	position: relative;
 	top: 140px;
 	background-image: url(../images/backgroundFill.png);
 	background-repeat: repeat-y;
 	margin: 0 auto;
 	}

#content {
	overflow: auto;
	padding: 1em 5em;
	}

#blurb {
	float: left;
	width: 340px;
	}
	
#blurb p {
	color: gray;
	font-size: 1.4em;
	font-family: "Times New Roman";
	font-style: italic;
	line-height: 1.75em;
	font-weight: bold;
	padding: .5em 1em 1em 0em;
	}
	
#missionStatement {
	float: left;
	width: 340px;
	text-align: left;
	margin-top: 2em;
	}

#missionStatement h3 {
	padding: 0em 3.5em .5em 2em;
	}
	
#missionStatement p {
	text-align: justify;
	padding: .5em 0em 2em 2em;
	line-height: 1.2em;
	}

 /**************************\
|	    Product List         |
 \**************************/

#zebra {
	margin: 1em 11em;
	width: 50em;
	}

#zebra td {
	padding: .5em .5em;
	font-size: 1.1em;
	}

#zebra a {
	font-size: 1em;
	}

#zebra .category {
	background-color: #add8e6;
	}

#zebra .category td {
	font-weight: bold;
	}

 /**************************\
|	       Recipes           |
 \**************************/

#recipes {
	text-align: left;
	}

#recipes img {
	margin-bottom: 1em;
	}

#recipes ul, #recipes p {
	margin: 0 0 .5em;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	width: 40em;
	}

#recipes li {
	list-style: disc;
	margin-left: 1.25em;
	}

#recipes h3, #recipes h4 {
	padding: .5em 0 .5em;
	}

#recipes h3 {
	font-size: 1.6em;
	border-top: solid 2px gray;
	border-bottom: solid 2px gray;
	margin: .5em 0;
	}

#recipes h4 {
	font-size: 1.4em;
	letter-spacing: .1em;
	}

 /**************************\
|	       Contact           |
 \**************************/
 
 #contact {
 	width: 34em;
 	background-color: #add8e6;
 	border: solid 2px gray;
 	margin: 0em auto;
 }

 #contact table {
 	margin: 1em 1em 0em 1em;
 }
 
 #contact .fieldName, #contact a {
 	text-align: right;
 	padding: .25em 1em 0em 0em;
 	font-weight: bold;
 	font-size: 1.1em;
 	vertical-align: top;
 	width: 100%;
 	}

 #contact a {
 	text-align: right;
 	padding: .25em 0em 0em 0em;
 	font-weight: bold;
 	font-size: 1.1em;
 	vertical-align: top;
 	width: 100%;
 	}
 	
#contact td {
	padding-bottom: 1em;
	}
	
#contact p {
	text-align: center;
	margin: .5em;
	}
	
#creditfooter {
	display: none;
	}

 /**************************\
|	        News             |
 \**************************/

.feedburnerFeedBlock {
	text-align: left;
	}
 
.feedburnerFeedBlock .headline {
	font-weight: bold;
	font-size: 1.2em;
	border-top: solid 2px gray;
	border-bottom: solid 2px gray;
	margin: .5em 0;
	font-size: 1.4em;
	letter-spacing: .1em;
	padding: .5em 0 .5em;
	display: block;
	}

.feedburnerFeedBlock .headline a {
	}

.feedburnerFeedBlock .date {
margin-top: .25em;
font-size: 1.4em;
font-weight: bold;
color: gray;
}

.feedburnerFeedBlock div {
margin: .5em 0em 3em;
font-size: 1.2em;
}