html, body, h1, h2, h3, h4, h5, h6, p, div, span, ul, ol, li, blockquote, a {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

html	{
	background-image: url(/images/site-files/bg.png);
	}
	
body	{
	width: 990px;
	margin: 0 auto;
	background-image: url(/images/site-files/body-bg.png);
	}
	
/* Text Styles */
	
h1	{
	text-indent: -9999em;
	}
	
h2	{
	text-transform: uppercase;
	color: #2f380C;
	font-size: 150%;
	margin: 20px 0 0 20px;
	}
	
h3	{
	font-size: 90%;
	margin: 0 0 0 20px;
	font-style: italic;
	}

h4	{
	margin: 15px 0 -5px 20px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 90%;
	}
	
h6	{
	text-transform: uppercase;
	text-align: center;
	background-color: #2f380c;
	color: white;
	padding: 5px 0;
	font-size: 100%;
	}
	
p	{
	font-size: 80%;
	margin: 10px 50px 0 20px;
	color: #1d2407;
	line-height: 150%;
	}
	
/* Header Styles */

#home #masthead	{
	padding-top: 20px;
	padding-bottom: 10px;}

#masthead img	{
	margin: 0 0 10px 0;
	}
	
/* Wrapper Styles */
	
#wrapper	{
	width: 890px;
	margin: 0 auto;
	}
	
/* Navigation Styles */
	
#navigation	{
	float: left;
	width: 220px;
	}
	
#navigation ul	{
	margin: 15px 0px 0 0;
	padding: 10px 0;
	border-left: 10px solid #2f380C;
	background-color: #adc67b;
	}
	
#navigation ul li	{
	margin: 0 0px 0px 0px;
	padding: 0 0 5px 10px;
	font-size: 90%;
	list-style-type: none;
	background-color: #adc67b;
	}
	
#navigation ul li a:hover	{
	color: #202C07;
	}
	
#navigation .sub li	{
	font-size: 80%;
	list-style-type: none;
	margin: 0 0 0 9px;
	padding: 2px;
	border: none;
	background-color: #adc67b;
	}
	
#navigation .sub li a	{
	text-decoration: underline;
	}
	
#navigation .sub	{
	margin-bottom: 0;
	margin-top: -3px;
	border: none;
	}
	
#navigation p	{
	width: 130px;
	margin: 0 auto;
	text-align: center;
	}
	
#navigation .top	{
	margin-top: 20px;
	}
	
#navigation .bottom	{
	font-size: 50%;
	margin-bottom: 20px;
	}
	
/* Content Styles */

#content	{
	float: left;
	width: 620px;
	margin-left: 10px;
	}
	
#content ul li	{
	display: inline;
	font-size: 80%;
	list-style-type: none;
	padding: 0 5px;
	text-decoration: underline;
	}
	
#content ul	{
	float: right;
	margin: 0 10px 10px;
	}
	
#content .link	{
	color: blue;
	text-decoration: underline;
	}
	
blockquote	{
	margin: 0 0 0 60px;
	}
	
#content img	{
	margin: 10px 20px 3px 20px;
	float: left;
	}
	
/* Contact Page Specific Styles */

#contact h3	{
	margin: 10px 0 0 20px;
	padding: 0;
	font-style: normal;
	font-size: 120%;
	}
	
#contact h4	{
	margin: 5px 0 0 20px;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	}
	
#contact h4 a	{
	text-decoration: underline;
	color: blue;
	}
	
/* Footer Styles */

#footer	{
	clear: both;
	width: 870px;
	background-color: #e7ffcb;
	padding: 70px 0 0 0;
	}
	
#footer h6	{
	font-size: 60%;
	text-transform: none;
	background-color: #e7ffcb;
	color: black;
	width: 400px;
	padding: 5px 0 40px 0;
	margin: 0 auto;
	border-top: 1px solid #adc67b;
	}

#footer p	{
	font-size: 50%;
	text-transform: none;
	background-color: #2f380C;
	color: black;
	width: 100%;
	margin: 0 0 0 -30px;
	padding: 10px 15px;
	text-align: right;
	color: white;
	}	
		
