/* The Neil Grant CSS */

body,td,th {
	font-family: Trebuchet MS,Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: none;
	word-spacing: 0.05em;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 11px;
}
body {
	background-color: #e0dbcb;
	background-image: url(../images/backing.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: none 0px;
}
h1 {
	margin: 20px 20px 20px 40px;
	font-size: 2em;
	font-weight:100;
}
h2 {
	margin: 20px 20px 10px /*2*/0px;
	font-size: 1.5em;
}
h3 {
	background-color: #e8ffe5;
	margin:20px;
	color: #002815;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 2em;
}
/*
p {
	margin: 10px 30px 10px 30px;
	font-size: 1.1em;
}
*/
.footer {
	color:#996600;
	font-size: 10px;
}
#bodyfill {
	background-image: url(../images/ng_23.jpg);
	background-repeat: repeat-y;
}
#bucketfill {
	background-image: url(../images/ng_18.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #996600;
}: