@charset "utf-8";
/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #222200;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #663300;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	text-decoration: none;
	color: #663300;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #614A10;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #AD8B14;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #614A10;
	text-decoration: none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 905px;
	background: #e7e8c8 url(graphics/outerbkgd.jpg) repeat-x right bottom;
}
#outerWrapper #navheader {
	background-color: #670004; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding: 6px 0px 6px 22px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #FFFFFF;
	letter-spacing: 1px;
}
#outerWrapper #navheader a:link, #outerWrapper #navheader a:visited {
	text-transform: uppercase;
	color: #B3841A;
	text-decoration: none;
	font-weight: normal;
}
#outerWrapper #navheader a:hover, #outerWrapper #navheader a:active, #outerWrapper #navheader a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#outerWrapper #navheader a.currentlink {
	color: #BD9222;
	text-decoration: underline;
	white-space: nowrap;
}

#outerWrapper #navheader ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #navheader li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #navheader a {
	padding-right: 85px;
}
#outerWrapper #navheader #lastlink {
	padding-right: 0px;
}


#outerWrapper #mainheader {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #BB901C;
	padding-left: 20px;
	border-right: 1px solid #663300;
	border-left: 1px solid #663300;
	border-bottom: 1px solid #712611;
	background-color: #670004;
}
#outerWrapper #mainheader #rightheader form {
	text-align: right;
	margin-right: 25px;
	float: right;
	padding-top: 36px;
}
#outerWrapper #mainheader #rightheader .pad10right {
	padding-right: 10px;
}
#outerWrapper #mainheader #rightheader .pad10right #searchtext {
	width: 140px;
	border: 1px solid #663300;
	font: 12px "Times New Roman", Times, serif;
}
#outerWrapper #mainheader #rightheader #button {
	color: #B99120;
	background: #661801 url(graphics/yellowarrow.gif) no-repeat left center;
	padding-left: 6px;
	border-style: none;
	font: bold 11px "Times New Roman", Times, serif;
}



#outerWrapper #mainheader #leftheader {
	margin-right: 260px;
}

#fir {
	padding: 0px;
	height: 42px;
	margin: 0px;
	background: url(graphics/haddasaantiques.jpg) no-repeat left top;
	width: 504px;
}
#outerWrapper #mainheader #fir span {
	display: none;
}
#fir2 {
	padding: 0px;
	height: 18px;
	margin: 0px;
	background: url(graphics/19thcenturyantiques.jpg) no-repeat left top;
	width: 504px;
}
#fir2 span {
	display: none;
}
#outerWrapper #contentWrapper {
	border-right: 1px solid #666633;
	border-left: 1px solid #666633;
	border-bottom: 1px solid #666633;
	padding-top: 15px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 6px 0px 7px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 160px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#outerWrapper #contentWrapper #leftColumn1 #nav {
	padding-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#outerWrapper #contentWrapper #leftColumn1 #nav li {
	margin-bottom: 0px;
	list-style: none;
}
#outerWrapper #contentWrapper #leftColumn1 #nav a:link, #outerWrapper #contentWrapper #leftColumn1 #nav a:visited {
	color: #663300;
	border-bottom: 1px solid #925c03;
	padding-left: 15px;
	background: url(graphics/_nav_bullet.gif) no-repeat 0px 7px;
	display: block;
	padding-left: 8px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-top: 3px;
}
#outerWrapper #contentWrapper #leftColumn1 #nav a:hover, #outerWrapper #contentWrapper #leftColumn1 #nav a:active {
	color: #AD8B14;
	border-bottom: 1px solid #AD8B14;
	padding-left: 10px;
	background: url(graphics/_nav_bullet_active.gif) no-repeat 0px 7px;
	display: block;
	padding-left: 8px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-top: 3px;
}
#outerWrapper #contentWrapper #leftColumn1 #nav a.current {
	color: #58582C;
	border-bottom: 1px solid #58582c;
	padding-left: 20px;
	background: url(graphics/_nav_bullet_current.gif) no-repeat 0px 7px;
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-top: 3px;
	
}
#outerWrapper #contentWrapper #leftColumn1 #addr {
	margin-top: 142px;
	line-height: 18px;
	font-size: 13px;
	color: #692a18;
	margin-left: 10px;
	display: none;
}
#outerWrapper #contentWrapper #leftColumn1 #addr h2 {
	font-size: 14px;
	color: #614A10;
	margin: 0px;
	letter-spacing: normal;
	line-height: 18px;
}
#outerWrapper #contentWrapper #leftColumn1 #addr p {
	margin: 0px;
}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 205px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font: 13px "Times New Roman", Times, serif;
}
#outerWrapper #contentWrapper #content h3 {
	letter-spacing: 0.1em;
	color: #663300;
	text-align: right;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content .style3 {
	font: 18px "Edwardian Script ITC", "French Script MT", "Palace Script MT", Ariel;
}


#outerWrapper #contentWrapper #content #bread {
	float: left;
	width: 350px;
}
#outerWrapper #contentWrapper #content #bread h1 {
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}
#outerWrapper #contentWrapper #content #resultcount {
	text-align: right;
	margin-right: 20px;
	padding-bottom: 15px;
}
#outerWrapper #contentWrapper #content #imgWrapper {
	font: bold 11px "Times New Roman", Times, serif;
	color: #663300;
	float: left;
	height: 264px;
	width: 210px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
}
#outerWrapper #contentWrapper #content #imgWrapper .caption {
	padding-right: 3px;
	padding-left: 3px;
}
#outerWrapper #contentWrapper #botpaging {
	clear: both;
	margin-left: 217px;
	text-align: right;
	margin-right: 28px;
	margin-bottom: 30px;
}
#outerWrapper #contentWrapper #content #imgWrapper .imgDiv {
	height: 186px;
}

#imgDiv1, #imgDiv2, #imgDiv3, #imgDiv4, #imgDiv5, #imgDiv6, #imgDiv7, #imgDiv8, #imgDiv9  {
	margin: 15px 0px 25px;
	padding: 0px;
	float: left;
	border-left: 1px solid #9F7813;
}
#imgDiv1 p, #imgDiv2 p, #imgDiv3 p, #imgDiv4 p, #imgDiv5 p, #imgDiv6 p, #imgDiv7 p, #imgDiv8 p, #imgDiv9 p  {
	padding: 0px;
	margin: 5px 0px 0px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	padding: 1px 5px 6px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 13px;
	font-variant: small-caps;
	background: #222200;
	color: #D2CAA6;
	text-align: center;
	font-weight: bold;
}

<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

</style>
.marg25bot {
	margin-bottom: 25px;
}
#outerWrapper #footer p {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#outerWrapper  #contentWrapper  #content  .marg25bot  {
	margin-bottom: 25px;
}
#outerWrapper #contentWrapper #content #largeimage {
	width: 525px;
	float: left;
}
#outerWrapper #contentWrapper #content #tinyphotos {
	text-align: center;
	width: 100px;
	float: right;
}
#outerWrapper #contentWrapper #content #tinyphotos img {
	margin-bottom: 5px;
	border: 1px solid #663300;
}
#outerWrapper #contentWrapper #content #details {
	float: left;
	width: 525px;
	margin-top: 25px;
	letter-spacing: .1em;
}
#outerWrapper #contentWrapper #content #details a {
	border: 1px solid #663300;
	background: #FFFFFF;
	text-align: center;
	width: 135px;
	padding: 2px;
	display: block;
}
#outerWrapper #contentWrapper #content #register td {
	padding-right: 5px;
	padding-bottom: 5px;
}
#outerWrapper #contentWrapper #content #register .formclass {
	font-size: 11px;
	background: #E7E2CF;
	width: 200px;
}
#outerWrapper #contentWrapper #content #register #button2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #663300;
	border: 1px solid #222200;
}


.imgbrdr {
	border: 1px solid #663300;
}
#outerWrapper #contentWrapper #content .marg100left {
	margin-left: 80px;
}
#outerWrapper #contentWrapper #content #register .marg10left {
	margin-left: 15px;
}
#kwords {
	display: none;
}
#outerWrapper #contentWrapper #content #tagline {
	margin-top: 20px;
	margin-bottom: 10px;
}
.marg15left {
	margin-left: 25px;
	margin-right: 10px;
}
#outerWrapper #footer a:link, #outerWrapper #footer a:visited {
	color: #D2CAA6;
}
