#slideshows {
	background-image: url(backgrounds/blue.GIF);
	background-attachment : fixed;
}
#page {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
#page #header {
	font-family: Splash, Storybook, Subway;
	font-size: 75px;
	font-style: oblique;
	text-align: center;
	vertical-align: middle;
	position: relative;
	line-height: 75px;
	height: 80px;
	text-decoration: inherit;
}
#page #footer {
	font-family: "Bookman Old Style", "Book Antiqua";
	font-size: 16px;
	font-style: normal;
	text-align: center;
	border-top-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: auto;
	margin-bottom: auto;
}
#page #navbar {
	font-family: "Bookman Old Style", "Book Antiqua";
	font-size: 16px;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
#page #body {
	font-family: "Bookman Old Style", "Book Antiqua";
	font-size: 24px;
	font-style: italic;
	text-align: justify;
	padding: 10px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

