body {
	text-align: center;
	background-color: #eedd82;
	margin: 0 auto;
	background-image: url(background.jpg);
}

h1 {
	color: #b8860b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8860b;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8860b;
	}

h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: #b8860b;
}

h1 a:hover {
	text-decoration: underline;
	color: #b8860b;
}

#splashcontainer {
	width: 757px;
	height: 625px;
	background-color: #000000;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#splashtopcontainer {
	height: 90px;
	width: 757px;
	background-color: #000000;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#splashbottomcontainer {
	height: 25px;
	width: 757px;
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 600px;
	z-index: 1;
}


#splashleftcontainer {
	width: 18px;
	height: 510px;
	background-color: #000000;
	background-image: url(frame-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 1;
	overflow: visible;
}

#splashmiddlecontainer {
	width: 704px;
	height: 510px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #b8860b;
	background-color: #000000;
	margin: 0px;
	position: absolute;
	left: 18px;
	top: 90px;
	z-index: 1;
	text-align: left;/*	overflow: auto; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
/*	line-height: 18px; */
	overflow: auto;
}


#splashmiddlecontainer a:link, #splashmiddlecontainer a:visited, #splashmiddlecontainer a:active {
	text-decoration: none;
	color: #b22222;
	font-weight: bold;
}

#splashmiddlecontainer a:hover {
	text-decoration: underline;
	color: #b22222;
	font-weight: bold;
}

#splashrightcontainer {
	width: 25px;
	height: 510px;
	background-color: #000000;
	background-image: url(frame-right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	position: absolute;
	left: 732px;
	top: 90px;
	z-index: 1;
	overflow: visible;
}

#splashheader {
	width: 704px;
	height: 200px;
}

#splashfooter {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	width: 700px;
	margin: 10px auto;
	font-weight: bold;
}

#splashfooter a:link, #splashfooter a:visited, #splashfooter a:active {
	text-decoration: none;
	color: #000000;
}

#splashfooter a:hover {
	text-decoration: underline;
	color: #000000;
}
