﻿/* CSS layout */
#wrapper {
	border: 1px solid #CC0000;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #CC0000;
}
#top_nav {
}
#page_content {
}
#footer {
}
.auctioneers {
	text-align: center;
	color: #000080;
}
.center {
	text-align: center;
	height: 200px;
}

