body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
h1 {
	font-size: 125%;
}
p {
	margin-bottom: 10px;
}
#top-wrapper {
	background-image: url(images/top-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#top {
	width: 800px;
	background-image: url(images/realtors.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 364px;
}
#top-content {
	width: 345px;
	float: right;
}
#top-content p {
	color: #555555;
	font-style: italic;
	font-size: 85%;
	line-height: 135%;
	text-align: justify;
}

#bottom-wrapper {
	background-color: #456510;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
}

#bottom {
	background-image: url(images/bottom-background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#bottom-content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	height: 636px;
}
#column-a {
	float: left;
	width: 390px;
}
#help {
	background-image: url(images/we-can-help.jpg);
	height: 236px;
	text-align: right;
	padding-left: 20px;
	padding-right: 215px;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#help p {
	font-size: 90%;
	line-height: 135%;
}
#help a {
	color: #FFF;
	text-decoration: none;
}
#help a:hover {
	text-decoration: underline;
}
#address {
	background-image: url(images/urban-logo.gif);
	background-repeat: no-repeat;
	height: 65px;
	padding-left: 200px;
	padding-top: 10px;
	margin-left: 20px;
	margin-top: 30px;
}


#column-b {
	float: left;
	width: 345px;
	margin-left: 65px;
}
#column-b p {
	font-size: 85%;
	line-height: 135%;
	text-align: justify;
}
#column-b a {
	color: #FFF;
}

.name {
	float: left;
	width: 195px;
	text-align: center;
	margin-bottom: 15px;
}
.button{
	margin-bottom: 20px;
	margin-left: 53px;
}
.button a{
	text-align: center;
	display: block;
	height: 34px;
	width: 278px;
	background-image: url(images/contact-button.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 17px;
}
.button a:hover {
	background-image: url(images/contact-button-on.gif);
	background-repeat: no-repeat;
}


.clear {
	clear: both;
}

