

h1 {
	color:#7B7D7A;
	font-size:26px;
	border-bottom:1px solid black;
}

h2 {
	font-size:24px;
}

h5 {
	font-size:13px;
	margin-bottom:0px;
}

.info {
	line-height: 130%;
}

/* -  IMAGES + PHOTOS
--------------------------------------------*/
.photo-accent-right {
	float:right;
	padding:6px;
	margin:0px 0px 10px 10px;
	border:1px solid #000;
}

.photo-accent-left {
	float:left;
	padding:6px;
	margin:0px 10px 10px 0px;
	border:1px solid #000;
}

/* -  TABLES
--------------------------------------------*/
.spacer-row {
/*Inserts a vertical spacer in tables*/
	height:60px;
}

.spacer-horz {
/*Instead of using multiple '&nbsp;' -z*/
	padding:0px 20px 0px 20px;
}

.homes-list {
	padding-bottom:100px;
}