body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #f0f0f0;
	line-height: 125%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #304878; }

#header {
	background: #304878 url('images/flag1.jpg') left no-repeat;
	width: 75%;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	border-left: 1px solid #304878;
	border-right: 1px solid #304878;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #C00000;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 75%;
	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 #ffffff;
	border-right: 1px solid #ffffff;
	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 #ffffff;
}

#menu a:hover {
	background: #304878;
	color: #ffffff;
}

#content {
	width: 73%; /* 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: 80%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #304878;
	border: 1px solid #304878;
	font-size: 65%;
}

h2 {
	color: #304878;
	padding-bottom: 3px;
	border-bottom: 1px solid #C00000;
	font-size: 150%;
	letter-spacing: -1px;
}

p { margin-left: 1em; }

.paranospace { line-height: 100%; text-align: left; margin: 0; }


A.footerlink:link { color: #FFFFFF; text-decoration: none; }
A.footerlink:visited { color: #FFCC3A; text-decoration: none; }
A.footerlink:active { color: #FFFFFF; text-decoration: underline; }
A.footerlink:hover { color: #FFFFFF; text-decoration: underline; }

