	#content h2 {
		font-size: 2.4em;
		margin: 20px 0 20px 15px;
	}
	
	#content a:link, #content a:visited {
		color: #877448;
	}
	
	#content .pag {
		margin-top: 10px;
		color: #333;
		text-align: center;
		font-size: 1.1em;
	}
	
	#content ul {
		margin: 20px 20px 20px 30px;
		font-size: 1.2em;
		list-style-position: outside;
		line-height: 1.4em;
	}
	
		#content ul li {
			margin-bottom: 15px;
		}
	
	.pag a:link, .pag a:visited {
		color: #877448;
	}
	
.property {
	height: 150px;
	padding: 20px;
	font-size: 1.2em;
}

.even {
	background: #FBF8EF;
}

	.property p {
		margin: 0;
	}

	.property .prop {
		float: left;
		border: 1px solid #877448;
		margin-right: 10px;
	}
	
	.property p a:link, .property p a:hover, .property p a:visited {
		font-size: 0.9em;
		
		background-image: url(../images/arrowYellow.gif);
		background-repeat: no-repeat;
		background-position: 0 3px;
		padding-left: 10px;
	}
	
	.property .summary, .property .services {
		border-right: 1px solid #E6E6DE;
		height: 150px;
	}
	
	.property .summary {
		float: left;
		width: 410px;
		padding-right: 10px;
	}
	
	.property h3 {
		font-size: 1.4em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		.property h3 a:link, .property h3 a:visited {
			color: #877448;
			padding: 0;
			background: none;
		}
	
	.property p.neigh {
		font-weight: bold;
		margin-bottom: 10px;
	}
		
	.property .stars {
		float: right;
	}

	.property .desc {
		font-size: 0.95em;
		height: 93px;
	}
	
	.property .services {
		float: left;
		margin-left: 10px;
		width: 75px;
		padding-right: 5px;
	}
	
		.property .services div, .property .rates dl {
			height: 135px;
		}
	
		.property .services img {
			padding: 2px 0;
		}
		
	.property .rates {
		margin-left: 525px;
	}
		
			.property dl {
				font-size: 0.95em;
			}
		
			.property dt {
				float: left;
			}

			.property dd {
				font-weight: bold;
				text-align: right;
			}