body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(http://dburtonrealty.com/images/bg.jpg);
	text-align: center;
	margin: auto;
}

.large {
	color: #910E1E;
	font-size: 18pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*for the front page*/
#container {
	border: solid thin black;
	width: 800px;
	margin: auto;
	text-align: center;
}
/*for the listings page*/
#wrap {
	border: solid thin black;
	width: 800px;
	margin: auto;
	text-align: center;
}

#header {
	border: solid thin gray;
	width: 800px;
	margin: auto;
	text-align: center;
}

#main {
	width: 800px;
	margin: auto;
	text-align: center;
}

#footer {
	clear: both;
	width: 800px;
	margin: auto;
	text-align: center;
}

#footer a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.left {
	float: left;
}

a {
	text-decoration: none;
	color: #910E1C;
}

a:visited {
	text-decoration: none;
	color: #BF6F78;
}

.hide {
	color: #8F886C;
}

.indent {
	margin-left: 20px;
	padding-left: 20px;
}

