body {
  margin: 0;
  padding: 0;
  font: 90% Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
}
#wrapper {
	position: relative;
	width: 560px;
	margin: 0 auto;
}
#header p {
	margin: 0 0 5px 0;
	text-align: center;
}
.bolditalic {
  font-weight: bold;
  font-style: italic;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
.white {
  color: #ffffff;
  font-weight: bold;
}
h3 {
  font-size: 1.1em;
}
.center {
  text-align: center;
}
.small {
	font-size: .9em;
}
.smaller {
  font-size: .8em;
}

img {
	border-style: none;
}

#offer {
	margin: 10px 0 0 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#topoffer td {
	padding-top: 5px;
}

table.listing {
	font-size: 0.8em;
	border-collapse: collapse;
	width: 100%;
}
table.listing td {
	padding: 2px;
	width: 33%;
}

table.listing p {
	margin: 0;
}
table.listing th {
	padding: 2px;
	text-align: left;
	border-bottom: 1px solid #000;;
}
