/*Begin hack to hide all CSS from Netscape 4 */
/*/*/
body{ 
	background: #B7C6FB;
	position: relative;
	margin: 0;
	padding: 0;
}

A 			{ color: #000; text-decoration: underline; }
A:link		{ color: #000; text-decoration: underline; }
A:visited	{ color: #000; text-decoration: underline; }
A:active	{ color: #000;  }
A:hover		{ color: black; background: #FFFF99; }


#mainBox{
	background: #FFEBF0;
	font-family: arial, sans-serif;
	padding: 0;
	border: solid 1px silver;
	position: absolute;
	left: 11em;
	right: 10em;
}

.stuffInMain{ 
	font-family:arial, sans-serif; 
}
.stuffInMainTitle h3{
	font-family:arial, sans-serif;
	font-size: smaller;
	text-align: center;
	border: dotted 1px silver;
	padding: 1px;
}
.stuffInMainBoxInnerForLinks{
	font-family:arial, sans-serif;
	width: 50%;
	padding: 1em;
}
.stuffInMainBoxInnerForRambling{
	font-family:arial, sans-serif;
	width: 40%;
	padding: 1em;
	float: right;
}

.stuffInMainLinks{ 
	font-family:arial, sans-serif;
	font-size: smaller;
	padding: 3px;
}
.photoBox{
	border: dotted 1px silver;
	padding: 2px;
	margin: 6px;
}

.photoBoxDesc{
	padding: 4px;
	text-align: center;
}

#aboutMeBox{
	padding: 1em;
}

#title{
	font-family: arial, sans-serif;
	text-align: center;
	background: #DDFBEB;
	border: dotted 1px silver;	
	margin: 0.5em;
	
}

.linksBox{
	position: absolute;
	width: 8.5em;
	left: 1em;
	top: 1em;
	padding: 0;
}

.linksTitle h3{
	text-decoration: none;
	font-size: smaller;
	font-family: arial, sans-serif;
	background: #DDFBEB;
	border: dotted 1px silver;
	padding: 2px;
}

.linksBoxLinks{
	font-family: arial, sans-serif;
	font-size: smaller;
	padding: 1px;
}

.linksBoxLinksIndent{
	font-family: arial, sans-serif;
	text-indent: 1em;
	padding: 1px;

}

#linkHighlighted{ background: white;}


ul.photoThumbnails {
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.photoThumbnails li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: none;
}

/* End Netscape 4 hack */
