body {
	background-image:url(images/style1/background.jpg);
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#445a26;
}

a, a:link {
	color:#566345;
	text-decoration: underline;
}

a:hover {
	color:#333333;
	text-decoration: none;
}

a:visited {
	color:#999999;
	text-decoration:underline;
}

#wrap {
	background-color:#ffffff;
}
#header {
	background-image:url(images/style1/header1.jpg);
}

#header h1 {
	text-align:right;
	color:#ffffff;
	padding: 8px 15px 8px 0;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:30px;
	line-height:normal;
	width:90%;
	margin:0 auto;
	overflow:hidden;
}

#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color:#ffffff;
	text-decoration:none;
}


#header h4 {
	width:90%;
	margin:0 auto;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#ffffff;
	text-align:right;
}

#menu ul li a {
	color: #445a26;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	background-color:#eaf3de;
}

#content {
	background-image:url(images/style1/main-top.jpg);

}

input, textarea {
	background-color:#eaf3de;
	border:1px solid #9ead89;
	color:#444444;
}


#footer {
	background-image:url(images/style1/footer.jpg);
}

