	/* presentation styles */
	h1,h2,h3  
	{
		font-size:32px; 
		margin-bottom:10px;
		font-family:"Arial","Helvetica","Geneva","Swiss","SunSans-Regular",sans-serif; 
		text-align:center; 
	}
	h2 {font-size:18px;}
	h3 {font-size:14px;}
	h4,h5,h6 
	{
		font-size:56px; 
		font-weight:100; 
		text-align:center; 
		line-height:0.5;
	}
	h5 {font-size:28px; }
	h6 {font-size:20px; }
		.sc{ 
			font-family:"copperplate gothic bold","Arial","Helvetica","Geneva","Swiss","SunSans-Regular",sans-serif; 
			font-variant:small-caps; 
		}
		.scgold{ 
			font-family:"copperplate gothic bold", "Arial", "Helvetica", "Geneva", "Swiss", "SunSans-Regular",sans-serif; 
			font-variant:small-caps; 
			color:#555555 
		}
		.gold{ color:#555555; }
		.ssc {font-variant:small-caps;}
		.lj {text-align:left; }
		.err{ color:red; }
		.bg_blk{background:black; padding: 10px;}
	
	p {
		font-size:14px; 
		font-family:"Arial","Helvetica","Geneva","Swiss","SunSans-Regular";
		text-align:left;
	}
		p.ctr{text-align:center; }
		p.big{font-weight:100; font-size:18px}
		p.gray{color: gray; font-size:16px}
		p.nogap{line-height:0;}
		p.err{color:red; font-weight:700;  font-style:normal;}
		p.und{text-decoration:underline;}

		
		p.gallery{
			font-family:"Monotype Corsiva","NuptialScript","Park Avenue","Edwardian Script ITC","Freestyle Script","French Script MT","Palace Script MT","BD Garmonde","Apple Chancery",cursive; 
			text-align:center; 
			font-weight:300; 
			font-size:20px; 
			color: #F2D711;
			padding-top:0;
			margin-top:10px;
		}
		p em{font-weight:700; font-size:18px; font-style:normal;}
	
	SC{font-family:"copperplate gothic bold","Arial","Helvetica","Geneva","Swiss","SunSans-Regular";font-variant:small-caps;}

	img.news{position:absolute; top:380px; left:190px;}
	img.auctionhigh{position:absolute; top:310px; left:190px;}
	img.auctionlow{position:absolute; top:750px; left:190px;}
	img.helpers{position:absolute; top:330px; left:190px;}


	/* table styles */
	table		{display: table; }
	table.dense	{display: table;font-size:10px; }
	tr			{display: table-row;}
	thead		{display: table-header-group;}
	tbody		{display: table-row-group;}
	tfoot		{display: table-footer-group;}
	col			{display: table-column;}
	colgroup	{display: table-column-group;}
	td, th		{display: table-cell;}
	caption		{display: table-caption;}
