/* Style sheet for our temporary aucport page */
/* We will build a nicer page later           */
/* Rick Eichhorn                              */
/* February 26, 2010                          */
/**********************************************/
	body {
		background-color: #C0C0C0;
	}
	h3 {
		text-align: center;
		color: black;
	}
	/* Try and get rid of the spaces between <p> and <ul> */
	p {
		margin-bottom: 2px;
	}
	ul {
		margin-top: 2px;
	}
	/* Make our labels look like a real form */
	label {
		float: left;
		width: 6em;
	}
	#content {
		width:800px;
		margin: 0 auto 0 auto;
		font-family: Arial, Helvetica, sans-serif;
		font: small medium sans-serif; 
		color: #000000;
	}
	#contact {
		/* Center our form */
		width: 500px;
		margin: 0 auto;
	  color: #666666;
	}
	#contact p {
		margin: 3px;
	}
	.centered {
		text-align: center;
	}
  #footer {
	text-align: center;
	color: white;
  }
