
#left {
	float: left;
	width: 750px;
	height: 600px;
	background-image: url(../images/center_bg.gif);
}

#left h3 {
	color: #561418;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0px 10px;
	margin-bottom: 0;
	margin-top: 10px;
}

#left hr {
	background-color: #561418;
	padding-top: 0;
}

#left .listings {
	width: 685px;
	height: 435px;
	padding: 25px;
	font-size: 12px;
	overflow: auto;
}

#left .listings table {
	width: 685px;
}

#left .listings th {
	text-align: left;
}

#right {
	float: right;
	width: 0px;
	height: 600px;
	background-color: #e4dcb5;
}

