body {
	width: 1040px;
	background-color: white;
	color: black;
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	margin: 5px auto;
	font-size: 20px;
	font-weight: bold;
}
#top {
	text-align: right;
}
#nav {
	text-align: left;
	float: left;
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	color: gray;
}
#nav #toplevel {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
#nav ul {
	list-style-type: square;
}
#nav .current {
	color: black;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a {
	color: gray;
	text-decoration: none;
}
#mainbox {
	height: 20%;
	padding: 5px;
	padding-left: 10px;
	margin-left: 200px;
	font-family: "Comic Sans MS", sans-serif;
	color: black;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}
#mainboxtext {
	height: 25%;
	padding: 5px;
	padding-left: 10px;
	margin-left: 200px;
	font-family: "Comic Sans MS", sans-serif;
	color: black;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	border: 3px solid gray;
}
#copyright {
	font-family: "Comic Sans MS", sans-serif;
	text-align: right;
	font-size: 10px;
	width: 100%;
	color: gray;
}
#mainbox img {
	border: 3px solid black;
}
#changesel img {
	border: 0px solid black;
}
#pagenotify {
	color: gray;
	font-size: 12px;
	font-family: "Tahoma", serif;
}
h1 {
	text-align: center;
	font-variant: small-caps;
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	font-size: 35px;
}
h2 {
	text-align: center;
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	font-size: 20px;
}
h3 {
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	font-size: 17px;
}
h4 {
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	font-size: 15px;
}
h5 {
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	font-size: 13px;
}
h6 {
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	font-size: 10px;
}
.bradley {
	font-size: 16px;
	font-family: "Bradley Hand ITC", "Comic Sans MS", cursive;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.introlist {
	list-style-type: none;
}
.imagefloater {
	clear: right;
	float: right;
	margin-left: 3px;
}
.imagefloater img {
	border: 3px solid black;
}