body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #C4764D;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../antiques/Imagers_antq/bgnd_antq.jpg);
	background-repeat: repeat-y;
} 

.thrColAbsHdr #header {
	height: 285px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../antiques/Imagers_antq/hd_antq.jpg);
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 300px;
	left: 0;
	width: 108px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 250px;
	right: 0;
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	left: 600px;
}
.thrColAbsHdr #mainContent {
	top: 170px;
	margin-right: 26px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 10px;
	width: 500px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.menu {
	position: absolute;
	width: 555px;
	left: 170px;
	top: 248px;
	text-align: center;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF99;
	background-image: url(../antiques/Imagers_antq/bgnd_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 46px;
	padding-bottom: 6px;
}
a:link {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 2px;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
	padding: 2px;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	background-image: url(../antiques/Imagers_antq/bgnd_menutabs1.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 2px;
}
@charset "UTF-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
}
/* CSS Document */
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	background-image: url(../antiques/Imagers_antq/bgnd_subhd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	padding-bottom: 6px;
	font-weight: normal;
}
.txt_serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
.txt_sale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #FFEAB1;
	padding-top: 4px;
	padding-bottom: 7px;
	color: #663300;
	padding-right: 4px;
	padding-left: 4px;
}
.txtsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
