body {
	padding: 0;
	color: #444444;
	background-color: #2d98d5;
	line-height: 130%;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #fff;
}

#header {
	margin: 0px;
	padding: 0;
	background: #fff url('images/laurabanner.jpg') center no-repeat;
	background-color: #2d98d5;
	height: 250px;
	line-height: 125px;
	text-align: left;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 220%;
	padding-left: 0px;
	letter-spacing: -0.1em;
}

#wrapper-menu {
	
	float: left;
	width:100%;
}

#menu {
	width: 950px;
	margin: 5 auto;
	font-size: 95%;
	white-space: nowrap; 
}

* html #menu { padding-right: 0; } 

#menu ul {
	margin: .3em;
	padding: 0.5em;
	list-style: none;
	float: left;
	width: 920px;

}

#menu li {
	display: inline;
}

#menu li:first-child{
	border-left: 1px solid #fff;
	float: left;
}



#menu a:link, #menu a:visited {
	padding: 0.4em 2em;
	background: transparent;
	color: #2d98d5;
	text-decoration: none;
	float: left;

}

#menu ul li a:hover
{
	background: url('images/star.png') no-repeat;
	color: #2d98d5;
}

#content {
	width: 980px; 
	margin: 0 auto;
	padding: 3em 0.4% 20px 0.8%;
	background: white;
	font-size: 90%;
	text-align: left;
}

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


#footer {
	background: #fff url('images/footer.jpg') center no-repeat;
        width: 1000px; 
	height: 100px;
	margin: 0 auto;
	font-size: 90%;
	text-align: left;
}

h2 {
	color: #2d98d5;
	padding-bottom: 3px;
	border-bottom: 1px solid #2d98d5;
	font-size: 150%;
	letter-spacing: -0.1em;
}

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

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

p { margin-left: 1em; }
