body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	background-image: url(images/bckgrnd.gif);	
	color: black;
	padding: 5px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 40px;
	margin-top: 30px;

	
}

#wrapper {
	background-color: #ffffff;
	color: black;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px;
	width: 620px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#headerimg {position: absolute; top: 25px; left: 90px;} 

#header-name {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
	/* width: 200px; */
	font-size: 1.4em;
}

#header-name a:link, #header-name a:visited {
	text-decoration: none;
	color: black; 
}

#header-name a:hover {
	text-decoration: none;
	background-color: blue;
	color: white; 
}

#header-description {
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 0px;
	text-align: right;
	font-size: 1.0em;
}

#header-nav {

	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #feed76;
}

#header-nav li {
	display: inline;
	background-color: #feed76;
	color: #050845;
	margin-left: auto;
	margin-right: auto;
}

#header-nav a:link, #header-nav a:visited {
	text-decoration: none;
	color: black; 
}

#header-nav a:hover {
	text-decoration: none;
	background-color: blue;
	color: white; 
}

#splash {
	margin-left: 40px;
}

#splash-header-name {
	padding-top: 5px;
	padding-left: 70px;
	text-align: left;
	font-size: 2.4em;
}

#splash-header-description {
	padding-top: 0px;
	padding-left: 300px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 1.3em;
}

#splash-nav {

	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 15px;
	margin-right: 0px;
	background-color: #feed76;
	font-size: 95%;
}

#splash-nav li {
	display: inline;
	background-color: #feed76;
}

#splash-nav a:link, #splash-nav a:visited {
	text-decoration: none;
	color: black; 
}

#splash-nav a:hover {
	text-decoration: none;
	background-color: blue;
	color: white; 
}
#content {
	margin: 15px;
	padding: 0px;
}

.bold-text {
	font-weight: bold;
}
