body
{
color: black;
font-size: 12px;
//font-family: arial, san-serif;
font-family: courier;
//background-color: #f5f5f5;
background-color: #fafafa;
//background-color: #ffffff;
text-align: left; color: #000000;
margin-top: 0px;
margin-left: 0px;
right: 25px;
bottom: 50px;
width: 97%
}

td { }

a:link { color: #669daf; text-decoration: none;}
a:visited { color: #004a62; text-decoration: none;}
a:hover { color: #005c7a; text-decoration: none;}
a:active { color: #337d95; text-decoration: none;}

#overallBox {
text-align: left;
}

#boxLogo {
//	border: solid 1px red;
//	width: 90%;
	height: 50px;
	margin-top: 25px;
	margin-left: 25px; }

#boxMenu {
//	border: solid 1px yellow;
//	position: absolute;
	width: 220px;
//	height: 150px;
	float: left;
	margin-top: 0px;
	margin-left: 25px; }

#Info {
//	border: solid 1px blue;
	position: absolute;
	width: 220px;
//	height: 70%;
	float: left;
	margin-top: 250px;
	margin-left: 25px; }

#boxContent {
//	border: solid 1px purple;
	top: 0;
	margin-top: 0px;
	margin-left: 250px;
//	text-align: left;
	 }



#copyright {
	position: absolute;
//	border: solid 1px indigo;
	width: 150px;
	height: 25px;
	margin-top: 600px;
	margin-left: 25px;
	text-align: left;
	font-size: 10px;
//	display:inline;
	display-text: 2004-2013 Kathryn AG Fletcher.  All rights reserved.
	 }




#CatImage {
	position: absolute;
//	border: solid 1px plum;
	width: 425px;
	height: 250px;
	margin-top: 550px;
	margin-left: -60px; 
	text-align: left;
	z-index: -10;
	overflow:auto;
	background-image: url('JellicleKat-Web.jpg');
	background-repeat:no-repeat;
	}

#MoonImage {
	position: absolute;
//	border: solid 1px powderblue;
	width: 300px;
	height: 300px;
	margin-top: -50px;
	margin-left: 875px; 
	text-align: left;
	z-index: -10;
	overflow:auto;
	background-image: url('Moon-Web.jpg');
	background-repeat:no-repeat;
	}

//Gallery Code:
//--------------------------
.thumbnailsBox {
	max-width: 800px;
	height: 100px;
//	overflow:auto;
    	overflow-x: scroll;
    	overflow-y: hidden;
    	white-space: nowrap;
}
.thumbnails img {
	height: 80px;
	border: 4px solid #555;
	padding: 1px;
	margin: 0 10px 10px 0;
//	overflow:auto;
}

.thumbnails img:hover {
	border: 4px solid #005c7a;
	cursor:pointer;
	max-width: 800px;
}

.preview img {
	border: 4px solid #444;
	padding: 1px;
	max-height: 800px;
	max-width: 800px;
}

//------------------------------------
//.descriptionImg {
//	text-align:left;
//	width: 800px;
//	overflow-x: hidden;
//	overflow-y: scroll;
//	height: 100px;
//	border: 4px solid #555;
//	padding: 1px;	
//}

.previewBox {
//	position: absolute;
//	border: solid 1px indigo;
	width: 800px;
	height: 800px;
//	margin-top: 600px;
//	margin-left: 25px;
//	text-align: left;
	font-size: 10px;

//	display-text: 2004-2013 Kathryn AG Fletcher.  All rights reserved.
	 }