body {
	font-family: "Gill Sans", Calibri, Helvetica, sans-serif;
	color: #4b3e27;
	background: #f1efe2;
	margin: 20px auto;
	text-align: center;
}
container {
	text-align: center;
	width: 900px;
	background: #fff;
	margin: 20px auto;
	padding: 20px;
	height: 660px;
	display: block;
}

table p {
	font-size: 70%;
	margin-top: -15px;
}
div {
	float: left;
	padding: 5px;
}
h1 {
	color: #000033;
	font: normal 160% "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
} 
h2 {
	color: #000033;
	font: normal 120% "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
} 

h3, h4, h5 {
	font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	font-style: normal;
	color: #000033;
}
p {
	font-family: "Gill Sans", Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
}
.sold {
	color: #FF3300;
	font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
}
td {
	width: 136px;
}
a:link {
	color: #218d97;
	text-decoration: none;
	}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover, a:active {
	color: #c4801b;
	text-decoration: none;
	background-color: #f1efe2;
}
