#mainContent {
	width: 100%;
	clear: left;
}
#mainContent #aside {
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #464646;
}
#home #mainNav ul #index a {
	color: #FFF;
	font-weight: bold;
	background-color: #390;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}
#aside #mailer {
	background-color: #FC3;
	height: 390px;
	width: 200px;
	padding: 15px;
	box-shadow:2px 2px 5px #333333;
}
#mailer h1 {
	font-family: adobe-garamond-pro-1, adobe-garamond-pro-2, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #464646;
	text-align: center;
	font-weight: lighter;
	line-height: 1em;
}
#mailer h1 .bullet {
	font-size: 1em;
}
#mailer h1 a {
	color: #464646;
}
#mailer h1 a:hover {
	color: #339900;
	clear:both;
}
#mailer label {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	display: block;
	font-size: 0.75em;
	margin-top: 15px;
	color: #000;
	line-height: 1em;
	margin-bottom: 5px;
}
#mailer #fn {
	display: block;
	width: 195px;
}
#mailer #ln {
	display: block;
	width: 195px;
}
#mailer #email {
	display: block;
	width: 195px;
	clear: right;
}
#mailer div #info {
	margin-bottom: 10px;
}
#mailer #txtInput {
	margin: 10px 0px;
	display: block;
	width: 195px;
	clear: right;
}
#mailer #submit {
	color: #FFF;
	background-color: #390;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 25px;
	width: 75px;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	behavior: url(border-radius.htc);
	text-align: center;
}
#mailer #checkbox {
	float:left;
	clear: left;
	margin-top: 15px;
}
#mailer #info {
	float: left;
	width: 170px;
	margin-left: 5px;
	line-height: 1.2em;
}
#aside #about {
	background-color: #F0F0F0;
	width: 210px;
	margin-bottom: 25px;
	box-shadow: 1px 1px 5px #000000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#aside #about h1 {
	font-family: adobe-garamond-pro-1, adobe-garamond-pro-2, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #464646;
	text-align: center;
	font-size: 1.75em;
	line-height: 1.1em;
}
#aside #about h3 {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: .90em;
	color: #390;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
#aside #bio {
	background-color: #FFC;
	width: 200px;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 5px #000000;
}
.author {
	font-family: cora-1, cora-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	margin-bottom: 5px;
	text-align: left;
}
#aside #bio h1 {
	font-family: adobe-garamond-pro-1, adobe-garamond-pro-2, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #464646;
	text-align: center;
	font-size: 1.75em;
}
#bio img {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 20px;
	float: left;
}
#bio p {
	margin-bottom: 10px;
}
#aside #bio h3 {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #464646;
	text-align: center;
	margin-bottom: 10px;
}
#aside #bio h2 {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #464646;
	text-align: center;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F0F0F0;
}
#contentHeader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	height: 150px;
}
#contentHeader h3 {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#content_inner {
	margin: 20px;
}
#toc {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#toc ul li a {
	color: #390;
}
#toc ul li a:hover {
	color: #464646;
}
#imgLinks {
	float: right;
	width: 290px;
}
#imgLinks .inside_left {
	float: left;
	height: 145px;
	width: 100px;
	margin-right: 30px;
	margin-left: 10px;
	overflow: hidden;
}
.inside_left a img {
	text-decoration: none;
	float: left;
}
.inside_left a p {
	color: #F00;
	text-align: center;
}
.inside_left a:visited p {
	color: #999;
}
.inside_left a:hover p {
	color: #390;
}
#imgLinks .inside_right {
	float: left;
	height: 145px;
	width: 100px;
	overflow: hidden;
}
.inside_right a img {
	text-decoration: none;
	float: left;
}
.inside_right a p {
	color: #F00;
	text-align: center;
}
.inside_right a:visited p {
	color: #999;
}
.inside_right a:hover p {
	color: #390;
}
#imgLinks h3 {
	float: left;
	width: 50px;
}
#content h1 {
	font-family: adobe-garamond-pro-1, adobe-garamond-pro-2, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #390;
	font-weight: lighter;
	margin-top: 15px;
	line-height: 1.2em;
}
#content_inner #stories {
	clear: both;
}
#stories h2 {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.1em;
	color: #333;
	font-weight: lighter;
}
.feature-story {
	margin-top: 15px;
}
h2.feature-story {
	margin-bottom: 15px;
}
#stories h3 {
	margin-bottom: 15px;
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#feature h3 {
	margin-bottom: 15px;
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.multicol {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-moz-column-fill: balance;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-webkit-column-fill: balance;
	column-count: 2;
	column-gap: 1em;
	column-fill: balance;
	height: 85%;
	width: 100%;
}
.multicol p {
	margin-bottom: 10px;
}
#img_container {
	height: 250px;
	width: 245px;
	float: right;
	margin-left: 15px;
}
#img_container2 {
	height: 400px;
	width: 245px;
	float: right;
	margin-left: 15px;
}
#img_container img {
	float: right;
}
.img_caption {
	font-size: 0.8em;
	line-height: 1.25em;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	width: 100%;
	margin-bottom: 15px;
}
.last #img_container {
	height: 325px;
}
.multicol ol {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #464646;
	list-style:decimal;
}
.multicol li {
	margin-left: 20px;
}
.multicol a:link {
	color: #F33;
}
strong {
	font-weight: bold;
}
.multicol a:visited {
	color: #999;
}
.multicol a:hover {
	color: #390;
}
.below10px {
	margin-bottom: 10px;
}
blockquote {
	font-family: adobe-garamond-pro-1, adobe-garamond-pro-2, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.35em;
	line-height: 1.4em;
	color: #390;
	margin-top: 10px;
	margin-bottom: 10px;
}
#poetry {
	float: left;
	width: 320px;
	margin-right: 20px;
	height: 680px;
	overflow: hidden;
}
#poetry h2 {
	font-size: 1.25em;
	line-height: 1em;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#poetry p {
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.55em;
}
/*
#poet {
	float: left;
	width: 120px;
	padding: 15px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#339900), to(#FFFFFF));
	background-image: -moz-linear-gradient(0% 100% 90deg,#FFFFFF, #339900);
	margin-top: 20px;
	background-color: #FFCC00;
}
*/
#poet img {
	float: left;
	margin-bottom: 15px;
}
#poet h2 {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.25em;
	text-align: center;
	color: #000;
	margin-bottom: 5px;
}
#poet p {
	margin-bottom: 10px;
}
#poet p a:link {
	color: #F00;
}
#poet p a:visited {
	color: #360;
}
#poet p a:hover {
	color: #390;
}
.poemButton {
	color: #FFF;
	background-color: #390;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 25px;
	width: 85px;
	text-align: center;
	margin-left: 15px;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
}
.divider {
	width: 510px;
	margin-top: 15px;
}
#ads .bigAds {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FFF;
	margin-bottom: 30px;
}
#ads .bigAds h2 {
	font-size: 1.25em;
	line-height: 1.3em;
	color: #F00;
	text-align: center;
	padding-top: 10px;
}
#ads .bigAds h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #000;
	text-align: center;
	padding: 5px;
}
#ads .bigAds h3 {
	text-align: center;
	padding: 5px;
}
#ads .bigAds .red {
	color: #F00;
}
#ads .bigAds .red4phone {
	color: #F00;
	font-size: .85em;
	padding-bottom: 5px;
}
#livingFoods {
	background-color: #000;
	margin-bottom: 30px;
	overflow: visible;
	bottom: 20px;
	padding-bottom: 20px;
}
#livingFoods img {
	margin-bottom: 5px;
}
#livingFoods h3 {
	font-family: franklin-gothic-urw-1, franklin-gothic-urw-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #9C0;
	text-align: center;
	padding: 5px;
}
#livingFoods h3 a {
	color: #FC0;
}
#livingFoods h3 a:hover {
	color: #F00;
}
