#middle {
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	padding-top: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 44px;
	letter-spacing: 3px;
	color: #b20000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	margin-left: 250px;
	line-height: 2em;
}
#maincontent a:link {
	color: #FF8E06;
	border-bottom-style: none;
	text-decoration: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#maincontent a:hover {
	font-size: 14px;
	color: #02FF49;
	text-decoration: underline;
}
#left {
	width: 200px;
	margin-right: 20px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 1024px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/*navigation bar*/
#navcontainer {
	background: #ffffff none repeat scroll 0 0;
	height: 20px;
	width: 900px;
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 110px;
}
#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
/*list-style: none; and display: inline; are repeated in both the #nav and #nav li selectors. This was to keep IE5/Win happy. */
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
}
#nav a:hover {
	background-position: 0 -20px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -40px;
}
#thome a {
	width: 150px;
	background: url(../images/nav/home.jpg) top left no-repeat;
}
#tabout a {
	width: 150px;
	background: url(../images/nav/about.jpg) top left no-repeat;
}
#tseasonal a {
	width: 150px;
	background: url(../images/nav/seasonal.jpg) top left no-repeat;
}
#trecipes a {
	width: 150px;
	background: url(../images/nav/recipes.jpg) top left no-repeat;
}
#tdirections a {
	width: 150px;
	background: url(../images/nav/directions.jpg) top left no-repeat;
}
#tgiving a {
	width: 150px;
	background: url(../images/nav/giving.jpg) top left no-repeat;
}

#right {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-left: 20px;
}
.drop:first-letter {
	font-size: 2.5em;
	float: left;
	line-height: 0.9em;
	margin: 0.13em 0.13em 0.13em 0;
}
#sidebar {
	width: 210px;
	margin-right: 0px;
	position: absolute;
	top: 185px;
	left: 10px;
	background-color: #FF8E06;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 22px;
}
#sidebar a:hover {
	color: #0EB13C;
	text-decoration: none;
}
#sidebar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.image {
	padding: 5px;
	display: block;
	text-align: center;
}
#footer {
	width: 996px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(../images/greenpx.jpg);
	background-repeat: repeat;
	clear: both;
	position: relative;
	top: 102px;
	left: 4px;
}
