@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #scrollLeft {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 90px;
	height: 790px;
	float: left;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1080px;
	height: 790px;
	background-color: #000;
}
.oneColFixCtr #main {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 790px;
	float: left;
	margin: 0px;
}
.oneColFixCtr #header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 110px;
	color: #EBAB3D;
	background-color: #000;
	font-family: "Edwardian Script ITC";
	font-size: 64px;
	font-style: italic;
	text-align: center;
	margin: 0px;
}
.oneColFixCtr #headtext {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 90px;
	color: #EBAB3D;
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 64px;
	font-style: italic;
	text-align: center;
}
.oneColFixCtr #headnavbar {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 20px;
	color: #EBAB3D;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	float: right;
}
.oneColFixCtr #scrollRight {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 90px;
	height: 790px;
	float: right;
}
.oneColFixCtr #pictext {
	padding: 20; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 600px;
	background-image: url(Parchment_04_900x600.jpg);
	font-size: 12px;
	margin: 0px;
	white-space: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtr #slideshow {
	height: 240px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	width: 360px;
	position: relative;
}
.oneColFixCtr #footer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 900px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBAB3D;
	background-color: #000;
	font-size: 12px;
	text-align: center;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
