html {
	min-height: 100%;
	margin-bottom: 1px; 
}

body {
	text-align: center;
	margin: 0;
	padding-bottom: 1.5em;
	background-color: #FFFED7;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	margin: 0 30px 0 0px;
	padding: 0 0 15px 0;
	line-height: 18px;
}

p#last {
	padding-bottom: 150px;
}

h1 {
	margin: 0 0 20px 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #80180F;
	text-transform: uppercase;
}

h2 {
	margin: 28px 0 16px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #337752;
}

h3 {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #80180F;
	text-transform: uppercase;
}

h3.pepper {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #336E00;
	text-transform: uppercase
	text-decoration: underline;
}

h3.featured {
	margin: 0 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #80180F;
	text-transform: uppercase;
	padding-left: 20px;
	background: url(../images/crawdad.gif) left center no-repeat;
}

#main {
	margin: 30px auto 0 auto;
	width: 755px;
	text-align: left;
	background-color: #FFFED7;
}

#mainbody {
	background-image: url(../images/background.jpg);
	background-repeat: repeat y;
	background-position: top left;
}

#header {
	background-color: #EBDCB3;
}

#leftcolumn {
	float: left;
	width: 133px;
	margin: 0;
}

div#foot {
	margin: 6px auto 0 auto;
	width: 755px;
	text-align: left;
	background-color: #993399;
	padding: 6px 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFED7;
	clear:both;
}



#content {
	margin: 0 10px 0 160px;
	padding: 40px 0 0 0;
}

/*#navcontainer {
	background-image: url(../images/navbackground.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-color: #EBDCB3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	padding: 6px 0 6px 0;
}

ul#minitabs {
	list-style: none;
	margin: 0;
	padding: 2px 0 4px 0;
	text-align: center;
	white-space: nowrap;
	line-height: 11px;
}

ul#minitabs li {
	display: inline;
	margin: 0 .2em 0 .2em;
}

ul#minitabs a {
	text-decoration: none;
	padding: 0;
	color: #FFFED7;
}

ul#minitabs a:hover {
	border-bottom: 2px solid #80180F;
	color: #000;
}
*/
#subnav li { 
	list-style: none;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#subnav a {
	text-decoration: underline;
	color: #80180F;
}

#subnav a:hover {
	text-decoration: underline;
	color: #000;
}

#pepper a {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #336E00;
	text-transform: uppercase
	text-decoration: underline;
}

