body {
	background-color: #bfbfbf;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: small;
}

h1 {
	text-shadow: 1px 1px 3px #7f7f7f;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #3f3f3f;
	margin: 0px;
	text-align: center;
}

.intro {
	font-size: 1.1em;
	color: #7f7f7f;
	font-style: italic;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#nav {
	font-weight: bold;
	background-color: #6087ba;
	text-align: center;
}

#nav a {
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 10px;
	color: black;
	text-decoration: none;
	margin-bottom: -1px;
	margin-left: 0px;
	display: inline;
}

#nav a:hover {
	color: #f7bd5c;
}

#nav a:first-child {
}

#nav a.selected {
	color: white;
	border-bottom-color: white;
}

#content {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #7f7f7f;
	border-style: solid;
	padding: 20px;
	background-color: white;
}

span.copyright {
	display: block;
	text-align: right;
	font-size: x-small;
}

em {
	font-weight: bold;
	color: #6087ba;
}

.center {
	text-align: center;
}

#story {
	font-style: italic;
	font-size: small;
}

table {
	border-collapse: collapse;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

