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: 82%;
	height: 200px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #475E8A;
	font-size: 220%;
	padding-left: 10px;
	font-family:georgia;
}

#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 82%;
	margin: 0 auto;
	font-size: 95%;
	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;
	width: 66px;
}

#menu ul li a:hover
{
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #fff;
}

#content {
	width: 80%; 
	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;
}

* html #content { padding-top: 1.8em; } 


#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 80%;
	text-align: right;
	color: #666;
	letter-spacing: 0.1em;
	border-top: 1px solid #bbb;
	font-size: 60%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #475E8A;
	font-size: 120%;
	font-family:georgia;
}

a:link, a:visited {
	color: #687698;
	text-decoration: underline;
}

a:hover
{
	color: #273A60;
	text-decoration: none;
}

p { margin-left: 1em; 
	color:#687698;
	font-size: 95%;
	font-family:georgia;
}