body {
	margin: 0 auto 1em auto;
	padding: 0;
	color: #5f6527;
	background-color: #f4f0e4;
	line-height: 200%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
	width: 960px;
}

#wrapper-header {	background: #f4f0e4; }

#header {
	background: #f4f0e4 url('images/top_bg.jpg') right no-repeat;
	width: 90%;
	height: 800px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 70%;
	padding: 5px 10px;
	letter-spacing: -1px;
	font-weight:normal;
	text-align: center;
}

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

#header p {
	color: #ffffff;
	font-size: 1em;
	margin-left: 1em;
	margin-bottom: 1.6em;
}

#header p.green {
	color: #00552e;
	font-size: 1em;
	margin-left: 1em;
	margin-bottom: 1.6em;
}

#header ul {
	color: #ffffff;
	font-size: 80%;
	margin-bottom: 2em;
}

#header ol {
	font-size: 100%;
	margin: 0 2em 2em 2em;
	font-weight:bold;
}

#header li {
	font-size:1.2em;
	color: pink;
	margin-bottom: 1em;
}

#header li.beni {
	font-size:1.2em;
	margin-bottom: 1em;
	color: #bb5548;
}

#header div.description {
	font-size:0.7em;
	line-height: 120%;
	color: #ffffff;
	font-weight:normal;
}

#header div.description-g {
	font-size:0.7em;
	line-height: 120%;
	color: #00552e;
	font-weight:normal;
}

#header strong {
	color: pink;
}

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

#menu {
	width: 90%;
	margin: 0 auto;
	font-size: 95%;
	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: 88%; /* 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: #f4f0e4;
	font-size: 90%;
	text-align: left;
}

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

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 88%;
	text-align: center;
	color: white;
	line-height: 150%;
	letter-spacing: 0.15em;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 60%;
}

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

h3 {
	margin-left: 1em;
	color: #5f6527;
	border-bottom: 1px solid #5f6527;
	font-size: 120%;
	font-weight:normal;
}

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

a:hover {
	color: #red;
	text-decoration: underline;
}

p { margin-left: 1em; margin-bottom: 2em; }

img {
    border-style:none;
}

strong {
	color: red;
}

table {border-collapse:collapse;}
.table-1px td {border:1px solid; margin:0; padding:2px;}
.table-1px th {border:1px solid; padding: 2px; background-color: #e0ebaf; font-weight: normal;}
.table-0px td {border-style:none; padding: 4px;}
.table-0px th {border-style:none; padding: 4px; background-color: #e0ebaf; font-weight: normal;}
