BODY {
		padding: 0px;
		margin: 0px;
		background-color: #000000;
		font-family: Verdana;
		font-size: 14px;
		color: #ffffff;
}
TD {
		font-size: 14px;
		vertical-align: top;
		line-height: 150%;
}
IMG {
		border: 0px;
}
H1 {
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 0px;		
}
H2 {
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		margin-top: 0px;
		margin-bottom: 10px;		
}
A {
		color: #ffffff;
		font-weight: bold;
}
A:hover {
		color: #a67f44;
		text-decoration: none;
}
INPUT.text {
		width: 140px;
		height: 15px;
		border: 0px;
		font-size: 10px;
}
.Centered {
		width: 1000px;
		height: 768px;
		background-image: url(images/king_solomon_amulet.jpg);
		background-repeat: no-repeat;
		background-position: top center;
}
.Centered TD {
		padding-top: 53px;
		padding-left: 150px;
		text-align: left;
}
.Centered TABLE {
		margin-left: 0px;
}
.Centered TABLE TABLE {
		margin-left: 10px;
}
.CenteredBottom {
		width: 1000px;
		height: 120px;
		background-image: url(images/Footer.jpg);
		background-repeat: no-repeat;
		background-position: top center;
}
.Logo {
		text-align: left;
		font-size: 40px;
}
.Logo A {
		text-decoration: none;
}
.TopTable {
		margin-top: 80px;
		width: 720px;
		height: 24px;
		border-collapse: collapse;
}
.TopTable TD {
		padding: 0px;
		text-align: center;
}
.TopTable A {
		text-decoration: none;
}
.MainTable {
		width: 700px;
		border-collapse: collapse;
}
.MainTable TD {
		padding: 15px;
}
.BottomLinks {
		width: 720px;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		padding-bottom: 20px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 160px; /*position where enlarged image should offset horizontally */

}

.Type {
      text-align: right;
	  font-size: 6px;
	  font-weight: bold;

}

.this_page pre {font-size: 30px; font-style:italic; font-color:red; font-weight: bold;}
.more_pages a {font-size: 30px; text-decoration:none;}
.more_pages a:hover {font-color: red; text-decoration:underline;}
