@charset "UTF-8";
/* CSS Document */

	body{ color: #000; font: 13px Helvetica, Verdana, sans-serif; padding:0px;
	background-image:url(../images/background.gif);
	background-position:top;
	background-attachment:fixed;}
		#auction td { padding:10px;
		padding-left:0px; }
		em { font-style:italic; }
		strong { font-weight:bold; }
		
		.wrapper { margin: 0 auto;
		text-align:center;
		width:100%; }
		
		.content {
		padding-top:20px;
		width:630px;
		text-align:left;
		}
		
		.largertxt {
		font-size:24px;
		}
		
		.bottom { padding-top:40px; }
		
		.larger {
font-size:16px;
font-weight:bold;
}
.btn {
font-size:16px;
font-weight:bold;
border:1px solid;
padding:10px;
background:#fff;
cursor:pointer;
}
.btnb {
font-size:16px;
font-weight:bold;
border:1px solid;
padding:10px;
background:#fff;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
