/** html {
	height: 100%;
} **/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #67772E;
	height: 100%;
}
a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #467B12;
}

/**
.bkgd-linkbar {
	background-image: url(/graphics/linkbar-bkgd.jpg);
	background-repeat: repeat-x;
}

.bkgd-body-index {
	background-image: url(/graphics/body-bkgd-index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

.bkgd-body {
	background-color: #FFFFFF;
}
**/
.photo-pad-right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.photo-pad-left {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #023401;
}
#center_container {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#left_side  {
	float: left;
	width: 134px;
	height: 100%;
}
#right_side  {
	float: left;
	width: 134px;
	height: 100%;
}
#center  {
	margin-bottom: 0px;
	background-image: url(images/center_background.jpg);
	background-repeat: repeat;
	width: 742px;
	height: 100%;
	float: left;
}
#center_header   {
	height: 266px;
}
#center_content   {
	min-height: 100%;
	background-image: url(images/center_background.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#center_content_left    {
	float: left;
	width: 570px;
	padding-left: 5px;
}
#center_content_right    {
	width: 128px;
	margin-left: 20px;
	float: left;
}

.bullet_list ul    {
	list-style-type: none;
	list-style-image: none;
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0px;
}
.bullet_list li    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.plantique_logo {
	padding-right: 15px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1E470D;
}
.logo_right {
	padding-right: 0px;
	padding-left: 15px;
	margin-top: 25px;
}
.content_post {
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-color: #6a7530;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 45px;
}
.content_post .post_info {
	margin-bottom: 10px;
}
.content_post .title {
	color: black;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
.content_post .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #67772E;
	font-weight: bold;
}
.post_entry p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	margin-top: 0px;
	font-size: 14px;
	color: #000000;
}
img {
	border-width: 0px;
}
/** WordPress needs these following rules for images **/ 
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
}
p.wp-caption-text {
	
	text-align: center;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #697431;
	
	font-size: 10px;
	
	font-style: italic;
	
}
/** WordPress Calendar **/
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold .75em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #2f4a12;
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	
	text-align: center;
	
	font-size: 10px;
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	
}