@charset "utf-8";
body  {
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #000000;
	margin-top: 10px; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#wrapper { 
	width: 860px;
	background: #000000;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}
#leftColumn {
	float: left;
	background-color:#000000;
	width: 165px;
	padding: 0px;
}

#mainContent { 
		margin: 0 0 0 165px;
		background:#ffffff;
		border-left:#A0410D thick solid;
} 
#centerColumn { 
	background:#E8E8E8;
	padding: 0 20px 20px;
	border-top:#000000 thick solid;
	min-height:600px;
}
#auctionColumn	{
	background:#E8E8E8;
	padding: 0 10px 10px;
	border-top:#000000 thick solid;
	min-height:600px;
}

h1	{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
h2	{
	font-size: 14px;
	font-weight: bold;
	color:#A0410D;
	border-bottom: #000000 thin solid;
	border-bottom-width: 1px;
}

.fL1 {float:left; padding:2px; width: 300px;}
.fR1 {float:right; padding:2px; width: 300px;}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.required {
	color : #ff0000;
	font-weight : bold;
}
/* footer */
#footer {
	margin-left: 175px;
	padding:5px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:16px;
	color:#ffffff;
	clear:both;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#A0410D;
	text-decoration:underline;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}