* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	width: 975px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 955px;
	color: #333;
	padding: 10px;
	height: 80px;
	margin: 0px;
	background-image: url(../images/nlcheader.gif);
	background-repeat: no-repeat;
}
#content {
	width: 935px;
	color: #333;
	height: auto;
	background-image: url(../images/nlcheader-02.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#footer {
	color: #333;
	width: 935px;
	background-image: url(../images/nlcheader-03.gif);
	height: 70px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

ul#menu { width: 500px; height: 23px; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; padding: 0; float: right; background-image: url(../images/menu-bg.gif); background-repeat: repeat-x; background-position: left top; margin-top: 60px; margin-right: 30px; margin-bottom: 0; margin-left: 0; }
ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
ul#menu li a { height: 23px; color: #777; text-decoration: none; display: block; float: left; line-height: 100%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("../images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
p.left {
	float: left;
}
#footer p {
	color: #628B44;
	font-size: 95%;
	margin-right: 20px;
}
a {
	color: #628B44;
}
a:hover {
	color: #7A9A45;
}
h1 {
	font-size: 150%;
	color: #628B44;
	font-family: "Lucida Grande", Verdana, sans-serif;
	
}
h2 { font-size: 120%; text-transform: uppercase; color: #09496F; font-weight: bold; }
img.right {
	float: right;
	margin-left: 10px;
}
img.centre {
	text-align: center;
	padding-right: 443px;
	padding-left: 443px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
