* {
	margin: 0;
	padding: 0;
}

#main {
	width: 1000px;
	height: auto;
	background-color: white;
	margin: auto;
}
#header_box {
	background-color: white;
	width: 1000px;
	height: 95px;
	margin: auto;
	border: none;
	
}
#header {
	background-color: white;
	background-image: url(/images/header2.png);
	background-repeat:no-repeat;
	width: 490px;
	height: 95px;
	margin: auto;
	border: none;
	float:left;
}
#login {
	background-color: white;
	height: 95px;
	width: 510px;
	margin: auto
	border: none;
	float:left;
	
}

.solidblockmenu{margin: 0;padding: 0;font: bold 13px Arial;width: 100%;overflow: hidden;border: 1px solid #625e00;border-width: 1px 0;background: black url(blockdefault.gif) center center repeat-x;}
.solidblockmenu li{width:125px;display: inline;border-right: 1px solid white;}
.solidblockmenu  a{padding-left:5%;padding-right:4%;color: white;text-decoration: none;}
.solidblockmenu li a:visited{color: white;}
.solidblockmenu a:hover, .solidblockmenu li .current{color: white;background: transparent url(blockactive.gif) center center repeat-x;}
input, textarea{font:11px Tahoma, Arial, Geneva, sans-serif; color:#2E2E2E; padding-left:2px}
.p{vertical-align:super; font:11px Tahoma, Arial, Geneva, sans-serif ; color:#A1A0A0; vertical-align:text-top;}


#container {
	background-color:white;
	width: 1000px;
	height: auto;
	margin: auto;
	border: none;
}
#highlight_box {
	background-color:#white;
	background-image: url(highlight_box_wht.png);
	width:1000px;
	height:250px;
	margin:auto;
	border: none;
	
}
#top_bar {
	background:none;
	width: 1000px;
	height: 50px;
	margin:auto;
	border:none;
}
#current_auctions {
	background-color: white;
	background-image: url(current_auctions_wht.png);
	width:1000px;
	height:500px;
	margin:auto;
	border: none;
	
}

#footer {
	background-color: white;
	width: 1002px;
	height: 50px;
	margin: auto;
}

body {
	background-color: white;
}
a {
	font-family: "French Script MT";
	font-size: 10px;
}

.solidblockmenu_ftr{margin: 0;padding: 0;font: bold 13px Arial;width: 100%;overflow: hidden;border: 1px solid #625e00;border-width: 1px 0;background: black url(blockdefault_ftr.gif) center center repeat-x;}
.solidblockmenu_ftr li{width:125px;display: inline;border-right: 1px solid white;}
.solidblockmenu_ftr  a{padding-left:5%;padding-right:4%;color: white;text-decoration: none;}
.solidblockmenu_ftr li a:visited{color: white;}
.solidblockmenu_ftr a:hover, .solidblockmenu li .current{color: white;background: transparent url(blockactive_ftr.gif) center center repeat-x;}