body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../Gfx/base.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 800px;
	margin: auto;
	background-image: url(../Gfx/central.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 260px;
}
#container #navigator {
	float: right;
	width: 200px;
	text-align: left;
	margin-bottom: 10px;
	background-image: url(../Gfx/menu.jpg);
	height: 499px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
}
#container #navigator a {
	display: block;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	margin-bottom: 4px;
	color: #F0F0F0;
	font-family: "Comic Sans MS";
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 110%;
}
#container #navigator ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#container #footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3B330F;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	color: #6F3B0C;
	clear: both;
}
#container #content {
	text-align: justify;
	clear: left;
	margin-right: 210px;
}


#header {
	height: 200px;
}
.pIntro {
	font-size: 125%;
}
#container #content h1 {
	font-size: 150%;
	margin-top: 0px;
	color: #78210D;
}
th {
	background-image: url(../Gfx/base.jpg);
	color: #FFFFFF;
}
.imgLeft {
	border: 3px solid #FFFFFF;
	float: left;
	margin-right: 10px;
}
.imgRight {
	border: 3px solid #FFFFFF;
	float: right;
	margin-left: 10px;
}
.thumbnailer {
	float: left;
	height: 150px;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
