/* CSS Document */
<style type="text/css"><!--
.style1 {
	font-size: xx-large;
	color: #FF0000;
}
body,td,th {
	color: #000099;
}
body {
	background-image: url();
	background-color: #FFFFFF; 
	background-position:center;
	background-attachment:fixed;

}
#Background {
	position:absolute;
	width:730px;
	height:550px;
	z-index:1;
	left: 22px;
	top: 30px;
	background-image: url(../images/watermk.jpg);
}
#HolyTitle {
	position:absolute;
	width:700px;
	height:45px;
	z-index:2;
	left: 10px;
	top: 84px;
}
#HolyNavigation {
	position:absolute;
	width:200px;
	height:355px;
	z-index:2;
	left: 10px;
	top: 150px;
}
#HolyFooter {
	position:absolute;
	width:300px;
	height:25px;
	z-index:2;
	left: 220px;
	top: 500px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
}
#HolyText1 {
	position:absolute;
	width:480px;
	height:250px;
	z-index:4;
	left: 230px;
	top: 150px;
}
#HolyText2 {
	position:absolute;
	width:480px;
	height:335px;
	z-index:3;
	top: 150px;
	left: 230px;
	overflow: auto;
	visibility: hidden;
}
-->
</style>
