html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #496C10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AFCE7C;
}
table {
	border-width:thin;
}
.bbw {
	border-bottom-color:#FFFFFF;
	border-bottom:thin;
	border-bottom-style:solid;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin:2px 0;
	padding:2px 3px;
}
select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin:2px 0;
	padding:0 0 0 3px;
	width:200px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}
ul, ol {
}
blockquote {
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
hr {
	display: none;
}
/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(images/img01.jpg) repeat-x left bottom;
}
html>body #wrapper {
	height: auto;
}
/* Menu */

#menu {
	width: 778px;
	height: 30px;
	margin: 0 auto;
	background: #000000;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menumain {
	float:right;
}
#menusub {
	float: left;
}
#menu li {
	display: inline;
}
#menu a {
	float: left;
	height: 20px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #CCCCCC;
}
#menu a:hover {
	background: #333333;
	color: #FFFFFF;
}
#menu .current_page_item a {
	background: #999999;
	color: #000000;
}
/* Logo */

#logo {
	width: 778px;
	margin: 0 auto;
	background: #D2EBAB url(images/img02.jpg) no-repeat;
	color: #3E5C0E;
	height: 88px;
}
#logo img {
	float:left;
	border: 0;
	padding: 0 0 0 10px;
}
#logoText1 {
	padding: 25px 0 0 20px;
	font-size: 3em;
	float: left;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -3px;
}
#logoText2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 33px 0 0 10px;
	letter-spacing: -1px;
	font-weight: normal;
	float: left;
	margin: 0;
	font-size: 2em;
}
#logo a {
	text-decoration: none;
	color: #3E5C0E;
}
/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img03.jpg) no-repeat;
}
/* Content */

#content {
	float: left;
	width: 494px;
}
.bright {
	color: #FFFFFF;
	font-weight: bold;
}
.post {
	padding-bottom: 20px;
}
.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	color:#FFFFFF;
}
.post .title a {
	text-decoration: none;
}
.post .entry {
	padding: 10px 20px 0 20px;
	background: url(images/img04.jpg) no-repeat;
}
.post .meta {
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
	padding:10px 0;
}
.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}
.post .leftlink, .post .comments {
	height: 16px;
	font-size:15px;
	padding:7px 20px;
}
.post .rightlink, .post .rightlink a, .post .comments {
	height: 16px;
	font-size:18px;
	padding: 5px 15px;
	text-decoration:underline !important;
}
.post .rightlink a:hover{
	height: 16px;
	font-size:18px;
	padding: 5px 15px;
	text-decoration:none;
}
.rightimage {
	float: right;
	padding: 5px 20px;
}
.leftimage {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.portright {
	float: right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 0px;
	border-top: 0px;
	padding-right:2px;
	padding-bottom:2px;
	background-color: #a9a9a9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.portleft {
	float: left;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 0px;
	border-top: 0px;
	padding-right:2px;
	padding-bottom:2px;
	background-color: #a9a9a9;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.portfolio {
	text-align:left;
	vertical-align:text-bottom;
}
.portfolio img a {
	text-decoration: none;
	color: #000000;
}
.portfolio img a:hover {
	text-decoration: none;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 20px;
}
#sidebar li ul {
	padding: 20px;
}
#sidebar li li {
	margin: 0;
}
#sidebar p {
	padding: 0 20px;
}
#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background: #B6E074 url(images/img05.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}
/* Search */


/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
}
#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
#footer img {
	padding: 0 20px;
}


.clear {
clear:both;}