
		body { 
			font-size: 62.5%; /* Resets 1em to 10px */
			margin-top: 0px; margin-bottom: 0px;
			padding-top: 0px;
			background-color:#FFFFFF;
		}

/* BODY CONTAINER */

		#container {
			width: 760px;
			margin: 0 auto;
			margin-bottom: 0px;
			font-family: /*Lucida Grande, Tahoma, */Verdana, Arial, Helvetica, sans-serif; 
			font-size: 1.2em;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
		h1 {
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			font-size: 1.6em;
			color: #274722;
			margin-bottom: 5px;
			/*background-color: #FFF;*/
		}
		
		h2 {
			color: #666666;
			font-size: 1.2em;
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		a {
			color:#95A730;
			text-decoration: none;
		}

		a:hover {
			color:#58631d;
			text-decoration: underline;
		}

		
		#searchform {
			float:right;
			margin-top: 10px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}

		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			/*border-bottom: 4px solid #948979;*/
			padding: 10px 10px 0px 10px;
			clear: both;
			margin-bottom: 20px;
			height: 132px;
			background: url(images/headr.jpg) 0 0 no-repeat;
			background-color: #FFFFFF;
		}
		#header h1 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 22px;
			font-weight: normal;
			margin-top: 0px;
			display: none;
		}
		
		#header h1 a:hover {
			text-decoration:underline;
		}
		
		#header p.headerdescription {
			display: none;
		}

		#header p { 
			margin-top: 0px;
			margin-left: 30px;
			color: #999999;
		}
		#header	input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}

		#header input:hover {
			border:1px solid #999;
			background-color: #f4f4f7;
			color:#666;	
		}
		#header input:focus {
			border:1px solid #999;
			background-color: #f4f4f7;
			color:#333;
		}

/* NAVIGATION BAR */

		#navigation {
			padding-left: 10px;
			font-size: 0.8em;
			float: left;
			width: 118px;
		}
		#navigation img {
			padding-left: 14px;
		}
		#navigation ul {
			margin-top: 0px;
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			padding-right:0px;
		}
	 	#navigation li {
			display: inline;
		}
		#navigation a {
			display: block;
		}
		#navigation h2 {
			font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
			text-decoration: none;
			margin-bottom: 5px; margin-top: 0px;
			background-color: #FFF;
			font-size: medium;
		}

		#navigation a:link, #navlist a:visited {
			color:#95A730;
			text-decoration: none;
		}
		
		#navigation a:hover {
			color:#58631d;
			text-decoration: underline;
		}
		li.current_page_item a {
			color:#c6a800;
		}

		#navigation p {
			margin-top: 40px;
			padding: 5px;
		}
		
		#overline {
			padding-top: 10px;
			border-top: 1px dashed;	
		}
		#linkcat {
			list-style: none;
		}


/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 162px;
			/*border-left: 1px solid #d5d7d2;*/
			padding-left:10px;
			padding-right:10px;
			font-size: 0.8em;
		}
		#sidebar ul {
			margin-top: 0px;
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			padding-right:7px;
		}
	 	#sidebar li {
			display: inline;
		}
		#sidebar a {
			display: block;
		}
		#sidebar h2 {
			font-size: medium;
			margin-top: 0px; margin-bottom: 5px;
		}
		.pagenav li,ul {
			list-style: none;
		}
		.page_item li {
			list-style: none;
		}
		
/* CONTENT ELEMENTS */
		#content {
			width: 392px;
			margin-left: 158px;
			text-align: justify;
		}
								
		
		#content p {
			padding-bottom: 10px;
		}

		#content .articleimg {
			float:right;
			padding:5px;
			border:1px solid #eeeeee;
			margin-left:10px;
			margin-top:10px;
			margin-bottom:15px;
		}
		#content .articleimgleft {
			float:left;
			padding:5px;
			border:1px solid #eeeeee;
			margin-right:10px;
			margin-top:10px;
			margin-bottom:15px;
		}
		#content input {
				background-color: #FFF;
				color: #999999;
				border: 1px solid #CCC;
				font-size: 11px;
				padding: 3px;
		}
		
		#content input:hover {
			border:1px solid #999;
			background-color: #f4f4f7;
			color:#666;
		}
		
		#content input:focus {
			border:1px solid #999;
			color:#333;
		}
		
		.storycontent {
			
		}
		
		.feedback {
			padding-bottom: 10px;
		}
		
		.meta {
			text-align: left;
			font-size: 0.8em;
			color: #CCCCCC;
		}
		
		.date {
			text-align: right;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px; margin-bottom: 0px;
			clear: both;
			text-align: right;
			font-family: Arial;
			font-size: 10px;
			padding: 0px 10px 0px 10px;
		}
		
		#footer p {
			color:#666;
			padding: 0px;
		}
		
/* COMMENT ELEMENTS */
		#commentlist li {
			margin-bottom: 1.5em;
			padding-bottom: 1em;
			border-bottom: 1px solid #700000;
		}
		
		#commentform {
			margin: 1em 0;
			background: #ffffff;
			width: 40em
		}
		
		#commentform textarea {
			background: #ffffff;
			width: 20em
		}
		#commentform textarea:hover {
			background: #f6f4f4;
			border: 1px solid #9d9d9c;
		}
		#commentform textarea:focus {
			background: #f6f4f4;
			border: 1px solid #9d9d9c;
		}
		
		#commentform #email, #commentform #author, #commentform #url {
			font-size: 1.1em;
			background: #ffffff;
			border: 1px solid #d6d3d3;
			width: 180px;
		}
		#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
			font-size: 1.1em;
			background: #f6f4f4;
			border: 1px solid #9d9d9c;
			width: 180px;
		}
		#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
			font-size: 1.1em;
			background: #f6f4f4;
			border: 1px solid #9d9d9c;
			width: 180px;
		}
		
		.pg_nav {
			text-align: center;
		}
		
/* BLOCKQOUTE */
		blockquote {
			border-left: 3px solid #666666;
			margin: 1em 0;
			padding: 10px;
			background: #f4f5f1;
			width: 300px;
		}