html, body {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #e8e8e8;
	color: #111;
	font-family: 'Helvetica Neue', 'helvetica-neue', helvetica, arial, verdana, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	}
#wrapper {
	margin: 60px auto 0;
	padding: 10px 0 40px;
	width: 700px;
	min-height: 500px;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	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 2px 2px rgba(0, 0, 0, 0.35);
	}
#header {
	margin: 20px auto;
	text-align: center;
	width: 700px;
	font-style: normal;
	color: #fff;
	padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
.video {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
#photo {
	text-align: center;
	margin: 0 auto 20px;
	display: block;
	}
p.nav {
	color: #ccc;
	}
h1 {
	font-size: 30px;
	letter-spacing: .02em;
	margin: 20px auto 20px;
	text-shadow: #bdbdbd 1px 1px 1px;
	}
h2 {
	font-size: 15px;
	line-height: 20px;
	margin: 12px auto;
	font-weight: normal;
	}
h1, h2 {
	font-weight: 400;
	font-family: 'Helvetica Neue', 'helvetica-neue', helvetica, arial, sans-serif;
	}
h1.cherry-cream-soda-regular {
  font-family: "Cherry Cream Soda", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  letter-spacing: 0px;
}
h1.color {
	color: #27A6F5;
}
p {
	width: 540px;
	font-size: 18px;
	line-height: 28px;
	margin: 20px auto 20px;
	font-weight: normal;
	}
img {
	margin: 10px auto;
	}
p.img {
	font-size: 14px;
	line-height: 12px;
	margin: 15px auto 20px;
	text-align: center;
	color: #777;
	}
p.footer {
	color: #999;
	text-align: center;
	}
hr {
	height: 1px;
	width: 70%;
	background: #ddd;
	display: block;
	margin: 20px auto;
	clear: both;
	text-align: center;
	border: 0;
	}
a:link, a:visited {
	text-decoration: none;
	color: #bf5700;
	}
a:hover, a:active {
	text-decoration: none;
	color: #999;
	}