body {
	margin: 0;
	font-size: 18px;
	font-family: "museo sans", helvetica;
	background-color: #e3e3e3;
	color: #444;
	text-shadow: #fff 0 1px 0;
	text-align: center;
	line-height: 1.5em;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 15px 0 25px 0;
	padding: 0;
	letter-spacing: -.05em;
	text-shadow: #fff 0 1px 0;
}

h1 {
	text-transform: uppercase;
	font-size: 36px;
}

h2 {
	font-weight: normal;
	font-size: 28px;
	font-style: italic;
}

h1 img {
	vertical-align: bottom;
	margin: 0 10px -10px 0;
}

#ssa-image {
	background-color: #369;
	border-bottom: solid #fff 1px;
	border-top: solid #444 1px;
	background: #369 url(/img/ssa-astronauts.jpg) top center no-repeat;
	height: 252px;
}

#content {
	margin: 30px auto;
	text-align: left;
	width: 600px;
}

#copyright {
	font-size: 13px;
	color: #666;
	margin: 50px auto;
	padding: 2px 0;
	width: 500px;
	background-color: #d3d3d3;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

#copyright p {
	margin: 0;
}

.tagline {
	text-align: center;
}
