/* CSS Document */

/* PrintSheet Styles*/
body {
	width: 7.75in;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #fff;
	color: #000;
}

/* Links */
a {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}


/* Headings */
h1 {
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
h2, h3 {
	font-size: 14pt;
	font-weight: bold;
}

/* Content */

.listing_wrapper {
	width: 700px;
	margin: 0 20px 20px 20px;
	border-top: 1px solid #000;
}
.listing_price, .listing_home, .listing_address, .listing_img {
	float: left;
}
.listing_price {
	width: 150px;
}
.listing_img {
	width: 200px;
}
.listing_home, .listing_address {
	width: 175px;
}
.listing_price div, .listing_home div, .listing_address div {
	margin: 0 5px;
}
.listing_price {
	font-weight: bold;
}

/* Footer */

