body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #222;
}

#header {
	background: #222 url('../images/banner.jpg') center no-repeat;
	width: 760px;
	height: 64px;
	line-height: 64px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 30px;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	padding-left: 20px;
	letter-spacing: 0px;
}

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

#menu {
	width: 760px;
	margin: 0 auto;
	font-size: 12px;
	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;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* 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.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('../images/menu_hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 720px;
	margin: 0 auto;
	padding: 2.5em 20px 20px 20px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 14px;
	text-align: left;
}

#forum {
	line-height: 100%;
}

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

#footer {
	margin: 0 auto;
	padding: 2px 10px;
	width: 740px;
	text-align: right;
	color: white;
	letter-spacing: 0em;
	background: #88ac0b url('../images/menu_background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 12px;
}

h2 {
	color: #666;
	padding-bottom: 1px;
	border-bottom: 1px solid #88ac0b; /* #a0c80e; */
	font-size: 18px;
	letter-spacing: 0px;
}

*.download {
	border-top: 1px solid #88ac0b; /* #a0c80e; */
	padding-top: 15px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a.anchor {
	color: #666;
}

p, .table {
	/* margin-left: 1em; */
	/* margin-right: 1em; */
	padding-left: 1em;
	padding-right: 1em;
}

p  + h2 {
	margin-top: 25px;
}
