#auccontainer {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
#aucheader {
	margin: 0px 0px 0px 0px;
	background-image:url(images/auctionpageheader.png);
	background-repeat: no-repeat;
	width:800px;
	height:175px;
	position:relative;
}
#auclogo {
	left:600px;
	width:201px;
	height:175px;
	display:block;
	position:absolute;
}
#auclogo a{
	width:201px;
	height:175px;
	display:block;
	position:absolute;
}
#auccontent {
	background-color :#ffffff;
	width:800px;
}
#aucheader_text {
	top:155px;
	right:205px;
	position:absolute;
	color:#990000;
	text-align:right;
}
#aucheader_text a{
	color:#990000;
	text-decoration :none;
}
#aucheader_text a:hover{
	text-decoration :underline;
}
#aucheader_line {
	top:180px;
	width:800px;
	height:10px;
	position:absolute;
	background-color:#990000;
	text-align:right;
}
#aucfooterline {
	clear:both;
	background-image:url(images/aucfooter_bg.gif);
	background-repeat: no-repeat;
	font-size:1px;
	height:10px;
}
#aucfooter {
	width:800px;
	text-align:center;
	padding: 20px 0px;
	font-size: 10px;
}
#aucbottomlinks{
	text-align:center;
	font-size:10px;
}
#aucbottomlinks a{
	color:black;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
}
table.center {
	margin-left:auto; 
	margin-right:auto;
	width: 60%;
}

tr.d0 td {
	background-color: white; 
	color: black;
	text-align: center;
}
tr.d1 td {
	background-color: #f0f0f0; 
	color: black;
	text-align: center;
}
tr.hdr td {
	background-color: #404040; 
	color: white;
	font-size: 20px;
	text-align: center;
}
tr.plathdr td {
	background-color: #D6D8EF; 
	color: black;
	font-size: 18px;
	text-align: center;
}

tr.goldhdr td {
	background-color: #FBEC5D; 
	color: black;
	font-size: 18px;
	text-align: center;
}
tr.silvhdr td {
	background-color: #E6E8FA; 
	color: black;
	font-size: 18px;
	text-align: center;
}
tr.bronzehdr td {
	background-color: #A67D3D; 
	color: black;
	font-size: 18px;
	text-align: center;
}

tr.donorhdr td {
	background-color: #990000; 
	color: white;
	font-size: 18px;
	text-align: center;
}
tr.secpad td {
	background-color: white;
	height: 20px;
}

