html, body {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #e5e5e5; /* ebebeb */
	color: #333;
	font-family: 'Merriweather', Georgia, 'Helvetica Neue', 'helvetica-neue', helvetica, arial, verdana, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	}
#wrapper {
	margin: 40px auto 80px;
	padding: 40px 10px 100px 10px; /* 10px 20px 100px 20px */
	width: 800px;
	min-height: 500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.35);
	}
#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: 38px;
	margin: 20px auto 10px;
	text-shadow: #bdbdbd 1px 1px 1px;
	}
h2 {
	font-size: 30px;
	margin: 10px auto;
	line-height: 1.5em;
	text-shadow: #eee 1px 1px 1px;
	}
h3 {
	font-size: 24px;
	margin: 10px auto;
	line-height: 1.5em;
	text-shadow: #eee 1px 1px 1px;
}
h1, h2, h3 {
	font-weight: 400;
	font-family: 'Merriweather', 'Helvetica Neue', 'helvetica-neue', helvetica, arial, sans-serif;
	}
p {
	width: 520px;
	font-size: 20px;
	line-height: 24px;
	margin: 25px auto 20px;
	font-weight: normal;
	}
img {
	max-width: 700px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px auto;
	border: 1px solid #e3e3e3;
	}
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.footer {
	color: #999;
	text-align: center;
	}
.grey {
	color: #999;
	}
p.smallgrey {
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 0.9em;
	}
hr {
	height: 1px;
	width: 450px;
	background: #dedede;
	display: block;
	margin: 20px auto;
	clear: both;
	text-align: center;
	border: 0;
	} 
a:link, a:visited {
	text-decoration: none;
	color: #7592af;
	}
a:hover, a:active {
	text-decoration: none;
	color: #c50;
	}
#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;
	}
