#header {
	background-image: url(../images/new%20images/backgrounds/propheader.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 800px;
}
#header h1 {
	position: absolute;
	top: -1000px;
}
#goback {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
	font-size: 1.2em;
}
#goback a {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
#goback a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#agentname {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	height: 50px;
	margin-top: 20px;
}
#agentname a {
	color: #333;
	text-decoration: none;
}
#agentname a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#agentinfo {
	font-size: 0.7em;
	text-align: center;
}

#agentbio {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	width: 750px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#agentbio p {
}

#agentinfo a {
	color: #333;
	text-decoration: none;
}
#agentinfo a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#agentbio p {
	display: inherit;
	text-align: justify;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footer a {
	text-decoration: none;
}
#agentbio p img {
	float: left;
	border: 1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
}

