body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #475E8A;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #475E8A;
}

#header {
	background: #fff url('../images/header.jpg') right no-repeat;
	width: 80%;
	height: 200px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #475E8A;
	padding-left: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: xx-large;
	line-height: normal;
	font-weight: bold;
}

#wrapper-menu {
	background: #88ac0b url('../images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 80%;
	margin: 0 auto;
	font-size: 9pt;
	white-space: nowrap;
	padding-right: 2px;
}

* html #menu { padding-right: 0; }

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	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 #fff;
}

#menu ul li a:hover
{
	background: #b6e41c url('../images/menu-hover.png') repeat-x;
	color: #fff;
}

#content {
	width: 78%; 
	margin: 0 auto;
	padding: 1em 1% 1em 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } 


#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 78%;
	text-align: right;
	color: #666;
	letter-spacing: 0.1em;
	border-top: 1px solid #bbb;
	font-size: 80%;
}

h2 {
	color: #475e8a;
	padding-bottom: 3px;
	border-bottom: 1px solid #475E8A;
	font-size: 150%;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
}

a:link, a:visited {
	color: #687698;
	text-decoration: underline;
}

a:hover
{
	color: #273A60;
	text-decoration: none;
	text-align: center;
}

p {
	margin-left: 1em;
	color:#687698;
	text-align: left;
}
