body {
	margin: 0;
	padding: 0;
	background: #d0e099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
}

h1, h2, h3, h4  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5B7817;
                text-transform: uppercase;
                letter-spacing: 1px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 12px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #704A21;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 960px;
	height: 155px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

/* Logo */

#logo {
	float: right;
	margin: 0;
	padding-top: 20px;
	color: #488420;
                font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo p {
                font-size: 14px;
                letter-spacing: 1px;
                font-style: italic;
                font-weight: bold;
}

#logo h1 {
	font-size: 29px;
                font-weight: bold;
                font-style: italic;
                letter-spacing: 3px;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 45px;
}

#search form {
	float: right;
	margin: 0;
	padding: 10px 10px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 14px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 17px;
	margin-left: 10px;
	padding: 0px 7px;
	background: #000000;
	color: #dae8b6;
                text-transform: uppercase;
}

/* Menu */

#menu {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	margin-top: 4px;
	margin-right: 3px;
	padding: 7px 30px 7px 30px;
	background: url(images/img03.jpg) no-repeat left 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dae8b6;
	border: none;
                text-transform: uppercase;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
}

#page-bgtop {
	padding: 20px 25px;
	background: url(images/img02.jpg) repeat-x left top;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 0;
}

.post {
	margin-bottom: 25px;
	border-bottom: 1px dashed #BCDD4D;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #8AB52B;
}

.post .title a {
	color: #5B7817;
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	background: url(images/img06.jpg) no-repeat left 15px;
	padding-left: 10px;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: 2px;
	color: #5B7817;
                font-size: 13px;
}

#sidebar p {
	margin: 0 0px;
	padding-bottom: 20px;
	text-align: justify;
                font-size: 10px;
}

#sidebar a {
	color: #704A21;
	border: none;
                text-transform: uppercase;
                font-size: 12px;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Footer */

#footer {
	width: 960px;
	background: #474036;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #E1F5A6;
                padding-left: 30px;
                padding-right: 30px;
}

#footer a {
	color: #5B7817;
}

#legal {
	float: left;
}

#links {
	float: right;
	margin-left: 20px;
}
