html, body {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #E0E4E9; /* ebebeb */
	background-image: url("./topography.png");
	background-repeat:repeat;
	background-position: top left;
	background-attachment: fixed;
	color: #333;
	font-family: 'Merriweather', 'Georgia', 'Palatino', serif;
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	}
	
b {font-weight: 700;}

#wrapper {
	margin: 40px auto 0;
	padding: 40px 100px 100px 100px; /* 10px 20px 100px 20px */
	width: 700px;
	min-height: 500px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
	}
#nav {
	width: 500px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	}
.scrollup {
	font-size: 20px;
	font-weight: 800;
	border: 0;
	padding: 4px 6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eee;
	}
.homebutton {
	font-size: 20px;
	font-weight: 800;
	border: 0;
	padding: 4px 6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eee;
	}
h1 {
	font-size: 34px;
	margin: 20px auto 10px;
	text-shadow: #bdbdbd 1px 1px 1px;
	}
h2 {
	font-size: 26px;
	margin: 10px auto;
	line-height: 1.5em;
	text-shadow: #eee 1px 1px 1px;
	text-align: left;
	}
h3 {
	font-size: 24px;
	margin: 10px auto;
	line-height: 1.5em;
	text-shadow: #eee 1px 1px 1px;
}
h1, h2, h3 {
	font-weight: 300;
	font-family: 'Merriweather', 'Georgia', 'Palatino', serif;
	color: #313131;
	}
p {
	/* width: 640px; */
	font-size: 18px;
	line-height: 32px;
	margin: 20px auto 20px;
	font-weight: normal;
	text-align: left;
	}
img {
	width: 700px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 5px auto;
	border: 1px solid #e3e3e3;
	}
img.home {
	width: 50px;
	border: none;
	margin: 0 auto;
}
p.img {
	width: 500px;
	font-size: 15px;
	line-height: 15px;
	margin: 0px auto 20px;
	padding: 10px;
	text-align: center;
	color: #333;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
p.sig {
	font-family: 'helvetica neue', Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	font-size: 1em;
	color: #707d8a;
	text-align: left;
	}
img.left {
	float: left; 
	width: 160px; 
	margin: 10px 20px 5px 0;
	border: none;
	}

p.footer {
	color: #999;
	text-align: center;
	}
.grey {
	color: #999;
	}
hr {
	height: 1px;
	/* width: 500px; */
	background: #dedede;
	display: block;
	margin: 20px auto;
	clear: both;
	text-align: center;
	border: 0;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #5091cf;
	}
a:hover, a:active {
	text-decoration: none;
	color: #ff6361;
	}
#nav a:link, #nav a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	color: #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #dedede;
	padding: 6px 100px;
	border: 0px solid #000;
	}
#nav a:hover, #nav a:active {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #9ab;
	padding: 6px 100px;
	border: 0px solid #000;
	}
