html { 
	height: 100%;
	width: 100%;
	margin: 0em;
	padding: 0em;
	min-height: 823px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	font-family: "Century Gothic", sans-serif;
	font-size: .8em;
}

p, body {
	text-align: justify;	
}

a {
	color: #d878ad;	
}

#nav {
	float: right;
}

#nav ul {
	float: left;
	list-style: none;
	padding: 0;
}

#nav > a {
	text-decoration: none;
}

#subNav li {
	float: right;
	list-style: none;
	margin-left: 20px;
}

#propertyCount {
	position: relative;
	left: -13px;
	top: -13px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #d878ad;
	display: table;
	color: #FFFFFF;
}

#propertyIndex {
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
}

#subNav li a {
	display: block;
	color: #989898;
	background: #FFF;
	font-family: "Times New Roman", serif;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}

#subNav li a:hover {
	color: #d878ad;
}

.active {
	font-weight: bold;
}

.propertyTitle {
	font-weight: bold;
}

.propertyListing {
	padding: 10px;
	border: 1px solid #d878ad;
	margin-top: 5px;
	margin-bottom: 5px;
}

.agentInfoContainer {
	width: 200px;
	height: 140px;
	background-color: #FAEDF4;
	padding: 10px 10px 0;
	position: relative;
}

p {
	font-size: .9em;	
}

.colRight {
	float: right;
	width: 350px;	
}

.colLeft {
	float: left;
}

.name {
	font-style: italic;
	font-weight: bold;	
}

.pink {
	color: #d878ad;
}

#copywright {
	color: #989898;
	font-size: .8em;
}