html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2B4E15;
	background-color: #EDFBD2;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #71AB48;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
}

html>body #wrapper {
	height: 100%;
}

/* Menu */

#menu {
	width: 778px;
	height: 48px;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	font-size: small;
	color: #33362D;
	text-transform: uppercase;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #4E7D2D;
}

#menu .current_page_item a {
	color: #FFFFFF;
	background-color: #4E7D2D;
}

/* Logo */

#logo {
	width: 778px;
	color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 170px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 25px 0 0 20px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 778px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#home {
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: 450px;
	text-align: center;
}

.box {
	width: 255px;
	float: left;
}

/* Content */

#content {
	float: left;
	width: 494px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2E5117;
}

.post .title a {
	text-decoration: none;
	color: #57A122;
}

.post .entry {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	font-weight: bold;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 26px;
	margin: 0;
	background: #B6E074;
	border: 1px  dotted #4D7C2B;
	font-size: 18px;
	font-weight: normal;
	color: #33362D;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(images/img02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FBD007;
	clear: both;
	height: 100px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
.imgsx {
	padding: 6px;
	float: left;
	border: thin dotted #FEB10B;
	background-color: #2C5215;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.imgstd {
	padding: 6px;
	border: thin dotted #2E5117;
	background-color: #4E7D2D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
s