body {
	width: 65%;
	margin: auto;
	background-color: #ffffff;
}

header {
	margin: auto;
	text-align: center;
}

header img {
	max-height: 100px;
}

.media-links {
	float: right;
}

.media-links img {
	margin: 65px 5px 0 5px;
}

.navbar {
	text-align: center;
	color: #ff8e1c;
}

.navbar a {
	color: inherit;
	font-family: impact, sans-serif;
	text-decoration: none;
}

.navbar li {
	display: inline-block;
	width: 18%;
}

#imagereel {
	margin: 50px auto 0 auto;
	height: 400px;
	max-width: 900px;
	/* https://stackoverflow.com/a/11552460 */
	background-position: center center;
	background-repeat: no-repeat;
}

#img-load-area {
	display: none;
}

.homecontent {
	display: inline-block;
	margin: auto;
	padding: 5px;
	vertical-align: top;
}

.summary {
	width: 58%;
	color: #605e5e;
}

.twitter {
	width: 38%;
}

h1 {
	font-family: impact, sans-serif;
	color: #ff8e1c;
}

footer {
	color: #ff8e1c;
	font-size: 9pt;
}

.imgpage img { /* sponsors, image page, etc. wherever we need to show a bunch of images. */
	display: inline-block;
	margin: 10px;
}

.rs_links {
	float: left;
	font-size: 16pt;
}
