body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #686868;
}

#container {
	position: relative;
	width: 800px;
	background-color: white;
	margin: 20px auto;
	padding-top: 20px;
	padding-bottom: 40px;
	border: 1px solid #9b0000;
}

#navbar {
	text-align: center;
	background-color: black;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

#navbar a {
	font-size: medium;
	color: #a3a3a3;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 25px;
	letter-spacing: 1px;
}

#navbar a:hover {
	color: white;
	background-color: #9b0000;
}

#content {
	text-align: center;
}

#credit {
	font-size: small;
	color: black;
}
#placard {
}

#motto {
	font-weight: bold;
	font-size: 24px;
	color: #294700;
	text-shadow: #919191 0 2px 2px;
}

#footer {
	text-align: center;
	padding-top: 40px;
}

#copyright {
	color: #cacaca;
	font-size: small;
}

