body { 
	background-color:#86B945;
	color:#2F5500;
}
a:link, a:visited {
	color: #FCF9C7;
}
a:hover, a:active {
	color: #667F3B;
}
#pageholder {
	background-image:url(images/green-home-bg.jpg);
}

/*-----------------------------------------------------------*/
/*--- make page fixed width and centred with a background ---*/
body { 
	font-family:Arial, Helvetica, sans-serif;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	width:760px;
}
/*----- CSS to define the default sizes of text content -----*/
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-weight:bold;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
p {
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
a:link, 
a:visited,
a:hover,
a:active {
	text-decoration: underline;
}
/*---- CSS rules to set up the style for the page holder ----*/
#pageholder {
	background-repeat:no-repeat;
	height:520px;
}
#navbar {
	margin-left:200px;
	padding-top:58px;
	height:30px;
	width:560px;
	text-align:left;
}
#navbar ul {
	border:0px;
	margin:0px;
	padding: 5px 0px 0px 0px;
}
#navbar li {
	border:0px;
	display: inline;
	margin:0px;
	padding: 0px 8px 0px 0px;
}
#navbar a:link,
#navbar a:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
}
#navbar a:hover  {
	text-decoration: underline;
}
#footer {
	font-size:8px;
	padding-top:370px; 
}