/* CSS Document */
body {
	background-color:#da8f34;
	padding:0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
h1.border, h2.border, h3.border, h4.border, h5.border {
	border-bottom:1px solid black;
	}
div#container {
	width:100%;
	padding:10px 0;
	}
div#content {
	background-color:#f8e6d2;
	width:760px;
	margin:0 auto;
	padding:10px;
	}
div#content-left {
	float:left;
	width:324px;
	}
div#content-right {
	float:left;
	width:396px;
	padding:0 10px;
	}
	
div#content ul.consignors li {
	list-style-type:none;
	padding-bottom:10px;
	font-size:14px;
	}
p.refsires {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	}
p.saleinfo {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	}
p.contact {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin:0;
	padding:0;
	}
