
			body { 	background-color: #fff; 
					background-image: url(tile.gif); 
					}
			
			#main { align: center; width: 750px; w\idth: 750px; border: solid 1px #000; margin: auto; background-color: #fff; top: 1em; padding-bottom: 8em; }
			
			#content { position: relative; left: 75px; width: 400px; font-family: Helvetica, Arial, san-serif; font-size: 0.8em; text-align: justify; top: 10px; bottom: 10em; }
			#content_1 { position: relative; left: 75px; width: 600px; font-family: Helvetica, Arial, san-serif; font-size: 0.8em; text-align: justify; top: 10px; bottom: 10em; }
			h1 { font-variant: small-caps; font-size: 2em; font-family: Helvetica, Arial, san-serif; font-weight: bold; color: #97b3c8; padding:0; line-height: 1em; letter-spacing: 0.25em; margin: 0   }				
			
			h2 { font-variant: small-caps; font-size: 1.2em; font-family: Helvetica, Arial, san-serif; font-weight: bold; color: #bb8b67; letter-spacing: 0.25em; margin: 0.5em 0 0   
							 }
							
		#thumbBox{ /*Outermost DIV for thumbnail viewer*/
							position: absolute;
							left: 0;
							top: 0;
							width: auto;
							padding: 20px;
							padding-bottom: 0;
							background: #000;
							visibility: hidden;
							z-index: 10;
							cursor: hand;
							cursor: pointer;
							}

		#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
							font: bold 16px Tahoma;
							line-height: 1.1em;
							color: white;
							padding: 5px 0;
							text-align: right;
							}


		#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
							background-color: white;
							}

		#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
							position: absolute;
							visibility: hidden;
							border: 1px solid black;
							background-color: #FFF;
							padding: 5px;
							z-index: 5;
							font-family: Helvetica, Arial, san-serif; 
							font-size: .8em;
							text-align: justify;
							}
		
		p { 				font-family: Helvetica, Arial, san-serif; 
							font-size: 0.9em;
							margin-top: 0.25em; 
							margin-left: 0.5em; 
							}
		
		#thumb { margin: 3px; }
		.thumb { margin: 3px; }
a { color: #bb8b67; text-decoration: underline; }
