body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #333333;
	line-height: 100%;
	opacity: 1;
	background-color: #fdffea;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper-header {	background: ;
	background-color: #CCCC00;
}

#header {
	width: 75%;
	height:130px;
	margin: 0 auto;
	text-align: left;
	line-height: normal;
	padding-left: 20px;
	background-image: url(images/newbanner4.jpg);
}

#header-text-menu {
	background-color: #fdff59;
}

#header-text h1 {
	background-color: #fdff59;
	width: 75%;
	margin: auto;
	font-size: 175%;
	font-variant: small-caps;
	padding: .3em;
	text-align: center;
}

#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	margin: 0 auto;
	font-size: 110%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;
	width: 75%;
	height: 100%;
	padding-top: .2em;
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;

}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #ff007e url(images/menu-hover.png) repeat-x;
	color: #008400;
}

#content {
	width: 75%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
	color: #666;
	float: none;
}

#content p a {
	color: #666;
	font-size: 100%;
	font-weight: bold;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#wrapper-footer {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
}

#footer {
	width: 75%;
	text-align: center;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	font-size: 80%;
	border-color: #a0c80e;
	border-width: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 65px;
}

#footer p {
	font-size:100%;
	margin: 0;
	padding: .2em;
	color: #333;
}

#footer p a.botlink {
	color: #333;
	font-size: 1em;
	text-decoration: underline;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 110%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
	font-size: 80%;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p { margin-left: 1em;
}

#footer a:link, a:visited  {

	color: #fff;
}

p img {
	float: left;
	padding: 1px;
	border: 1px solid #000;
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}

#pumpkin {
	color: #000;
	text-align: center;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fdffea;
	padding-top: 40px;
}

#pumpkin a.style1 {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 0;
	background-color: #88ac0b;
}
