p, td, li, div 
{
   font-family: Georgia,"Nimbus Roman No9 L",serif;
   font-size: 14px;
}
h1
{
	text-align:center;
	font-size:24px; 
	font-family: "IM Fell DW Pica SC";
	margin:10px;
	width:100%;
}

body {background-color:#F8F7F1; margin:0px;}

.txt10      {color:#000000; font-size: 10px; font-weight: normal;}
.txt10Bold  {color:#000000; font-size: 10px; font-weight: bold;}
.txt13      {color:#000000; font-size: 13px; font-weight: normal;}
.txt13Bold  {color:#000000; font-size: 13px; font-weight: bold;}
.txt16      {color:#000000; font-size: 13px; font-weight: normal;}
.txt16Bold  {color:#000000; font-size: 13px; font-weight: bold;}

.thumbBlock 
{
	border:1px solid #000000;
	margin:5px;
	padding:5px; 
	position:relative;
}

.thumbContainer
{
	float:left;
	min-width:272px;
	margin-left:15px;
	position:relative;
}
.thumbTitle
{
	width:272px;
}
.thumbSold
{
	position:absolute;
	z-index:1;
	bottom:0px;
	right:0px;
}
.margin {width:auto;}
.floatLeft {float:left;}
.floatRight {float:right;}

/* Default Link */
A:link    {color:#000000; font-size: 12px;  text-decoration: underline }
A:visited {color:#000000; font-size: 12px;  text-decoration: underline }
A:hover   {color:#000000; font-size: 12px;  text-decoration: none }

/* Link No Underline*/
a.linkNoLine:link     {color:#4c4c4c; font-size: 12px;  text-decoration: none }
a.linkNoLine:visited  {color:#4c4c4c; font-size: 12px;  text-decoration: none }
a.linkNoLine:hover    {color:#5D0000; font-size: 12px;  text-decoration: none }


/* header styles */
.headerTitle 
{
	text-align:center;
	margin:50px 0px 2px 0px;
	}
.headerTitle a {
	font-size: 24px; 
	text-align:center; 
	text-transform:uppercase; 
	letter-spacing:1px;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif; 
	text-decoration:none;
	font-weight:lighter;
	}
h2 {
	font-size: 12px;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	text-align:center;
	letter-spacing:6px;
	margin:0px 0px 20px 0px;
	text-transform:uppercase;
	}
.clear{clear:both}

div.centeredBlock {width:610px; display:table; margin-left: auto; margin-right:auto;}
div.mainBlock {clear:both; margin:3px 0px 0px 0px; width:585px; padding:10px; border:0px solid #000000;}
div.titleBlock {width:500px; padding-left:100px; padding-bottom:0px; }
div.contentBlock {display:table; width:500px; position:relative; left:100px; }
div.footerBlock {text-align:center; font-size:11px; text-transform:uppercase; margin: 20px 0px 0px 0px;}

/* Navigation Links*/
/*here is the embedded faux pipe delimited menu*/
#nav {width:auto;margin:0 auto; list-style:none; position:relative;}
#nav ul{float:left;overflow:hidden; margin-left:-25px;} /* wrap the LIs tightly and gives us somewhere to hide the first pipe in ie6 */
#nav li {width:auto;margin:0 0 0 -3px;display:inline;padding:0 .5em ;border-left: 1px solid black;}
#nav a { text-transform:uppercase; letter-spacing: 2px;}
#nav a { text-decoration:none;}
#nav a:hover { text-decoration:underline;}
/*remove the first faux pipe in all but ie6*/
html #nav li:first-child { border-left: 0; }
/*end of the embedded faux pipe delimited menu*/



/* image thumbnail styles */
div.thumb         {margin-left:10px; margin-right:10px; margin-bottom:5px; border:1px solid black; font-size:10px; text-align:center; cursor:pointer;}
div.floatRight    {float:right;}
div.floatLeft     {float:left;}
div.floatLeftLow  { float:left; position:relative; top:30px; }

/* page numbering styles */
.pageNumBlock { text-align: right; position:relative; }
.pageSelected {padding:2px; font-size:12px; font-weight:bold;}
.pageNum {padding:2px;}
.galleryLink 
{
	text-align:center;
}
.galleryLink a
{
	font-size:28px; 
	font-family: "IM Fell DW Pica SC";
	font-weight:bold;
}