/* Styling for body */
	body
	{
		font-family: Times, Times New Roman, serif;
		font-size: 1em;
		text-align: justify;
		width: 1000px;
	}
		
/* Margins for text-heavy areas */
	.text
	{
		font-size: 1em;
		margin-top: 3em;
		margin-right: 5%;
		margin-left: 5%;
		text-align: justify;
	}

/* Styling for Index paragraph */
	#background
	{
		background-image: url(cukes&dill.jpg);
		width: 985px;
		height: 600px;
	}

	.index
	{
		clear: both;
		text-align: center;
		vertical-align: middle;
		margin: 5% 15% 0px 15%;
		line-height: 1.3em;
		font-size: 1em;
		font-family: Times, serif;
	}
		
/* Styling for mission paragraph */
	p.mission
	{
		font-size: 1em;
		margin-left: 10%;
		margin-right: 10%;
		text-align: center;
		width: 80%;
	}
		
/* Emphasis within a paragraph */
	p em {
		font-size: 1.15em;
		font-style: italic;
		}
		
/* Emphasis within a list item */
	li em
	{
		font-size: 1em;
		font-weight: bold;
	}		
		
/* Small within a paragraph */
	p small {
		font-size: 0.8em;
		}
		
/* Ingredients Page */
	.farms {
		font-size: 1em;
		font-weight: bold;
		}
		
	.veggies {
		font-size: 1em;
		font-style: italic;
		}
		
/* FAQs */
	.faq {
		font-style: italic;
		color: green;
		}
		
/* Sources */
	.sources {
		font-family: Verdana, sans-serif;
		font-size: 0.6em;
		}	
	
/* Title of pages */
	h1
	{
		font-style: italic;
		font-size: 2em;
		text-align: center;
	}

/* Sub titles */
	h2 {
		font-style: bold; 
		font-size: 1.25em; 
		text-align: left
		}

/* ------------ */
	h3 {
		font-style: bold; 
		font-size: 14pt
		}

/* Menu */
	h4
	{
		font-size: 1.2em;
		text-align: center;
		padding: .25em;
		word-spacing: 1em;
	}	
		
	h4 em
	{
		font-size: 1.5em;
		font-style: italic;
		word-spacing: 0em;
	}

/* ---------- */
	h5 {
		font-style: italic; 
		font-size: 18pt
		}

/* Contact Information */
	h6
	{
		font-family: Georgia, serif;
		font-weight: normal;
		font-style: normal;
		font-size: 0.8em;
		text-align: center;
	}

	blockquote
	{
		margin-top: 50px;
		margin-left: 150px;
		margin-right: 150px;
		margin-bottom: 0px;
		padding: 10px;
		font-size: 1em;
		font-style: italic;
		color: #6C3;
		font-weight: normal;
	}

	.copyright
	{
		clear: both;
		font-size: 0.5em;
		font-family: Verdana, sans-serif;
	}
		
	.spacer	{
		clear: both;
		}
		
	.float_left	{
		float: left;
		margin: 10px 10px 10px 10px;
		}
		
	.float_right	{
		float: right;
		margin: 10px 5px 5px 10px;
		}
		
