.textNormal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
.textLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #663300;
	text-decoration: underline;
}
.textH1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #663300;
}
.textH2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
}
.textLinkWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
.textSml {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 18px;
}
a, 
.linkNormal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #663300;
	text-decoration: underline;
}
a:hover,
.linkNormal:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #663300;
	text-decoration: underline;
	background-color: #D2C9AE;
}
.TDtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #F2E7C7;
	background-color: #663300;
	padding-right: 5px;
	padding-left: 10px;
	height: 30px;
	background-position: center;
}

.photoListingBorder {
	border: 3px double #BFB69D;
}


/* ------------------------------------------------------------

	gallery style

------------------------------------------------------------ */


#gallery-btn { height: 25px; position: absolute; width: 60px; height: 25px; top: 308px; left: 395px; }
#gallery-btn dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/ 
#gallery-btn { padding-left: 0px; } 
/**/ /* End Hack */
#gallery-btn { padding-left: 0px; overflow: hidden; } 
#gallery-btn dt { float: left; }
#gallery-btn dt a {
	display: block;
	height: 0px !important;
	height /**/:26px; /* IE 5/Win hack */ 
	padding: 26px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#gallery-btn dt a:hover {
	background-position: 0 -24px;
}
#gallery-btn dt#back,
#gallery-btn dt#back a { width: 24px;  padding-right:1px; background-image: url(/images/gallery/button_back_gallery.png); }

#gallery-btn dt#forward,
#gallery-btn dt#forward a { width: 25px; background-image: url(/images/gallery/button_forward_gallery.png); }

#gallery-btn dt#last,
#gallery-btn dt#last { width: 25px; background-image: url(/images/gallery/button_forward_gallery.png); background-position: 0 -24px; }


#gallery-btn dt#spacer,
#gallery-btn dt#spacer a { width: 4px; background-image: url(/images/spacer.gif); }

/* Gallery Buttons End */

.gallery	{
	position: absolute; 
	top: 0px; 
	left: 0px;
	padding: 0px;
	margin: 0px; 
	width: 447px; 
	height: 333px;
	}
	
#galleryImage	{
	position: absolute;
	height: 301px; 
	width: 447px; 
	text-align:center; 
	margin-bottom: 33px; 
	overflow: hidden;
	border: 1px solid #cccccc; 
	}
	
#captionBg	{
	position: absolute;
	height:25px;
	width: 397px;
	top: 308px;
	overflow:hidden;
	}
	
#caption	{
	font-family: "Trebuchet MS", Veranda, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	position: absolute; 
	height:25px; 
	width: 397px; 
	top: 314px; 
	left: 10px;
	}
	
#desc	{
	font-family: "Trebuchet MS", Veranda, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	position: absolute; 	 
	top: 314px; 
	left: 140px;
	}

#photoholder {
	width: 447px;
	height: 301px;
	background: #FFF url('/images/gallery/loading.gif') 50% 50% no-repeat;
	background-repeat:no-repeat;
	overflow: hidden;
	border: 1px solid #cccccc; 
	}
	

#thephoto {
	width: 447px;
	height: 301px; 
	border: 1px solid #cccccc; 
	}