html {
	height: 100% ;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #9F7841;
	background:url(images/Top.jpg);
	background-repeat:no-repeat;
}
.LNK {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	font-size: 22px;
}
.LNK:hover {
	background:url(images/HBar.jpg);
	background-repeat:repeat-y;
	border-top-style: inset;
	border-bottom-style: inset;
	font-weight: bold;
	color: #009AAB;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #009AAB;
	font-weight: bold;
}
.xLrgBold {
	font-size: x-large;
	font-weight: bold;
}
.hoverbox {
	cursor: default;
	list-style: none;
}
.hoverbox a {
	cursor: default;
}
.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}
.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0px;
	position: relative;
}
.hoverbox .preview {
	border-color: #000;
	width: 200px;
	height: 200px;
}
#Layer1 {
	position:absolute;
	left:15%;
	top:0px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:80%;
	top:0px;
	width:125px;
	z-index:2;
}