/* CSS Document */
body {
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat-x;
	margin-left: 1px;
	margin-right: 1px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
a:link {
	color:red;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:visited{
	color:red;
	text-decoration:underline;
}
a.white{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
div#container{
	margin:0 auto;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url(images/contentHolderBg.jpg);
	}
div#header{
	background-image:url(images/header.jpg);
	height: 90px;	
}
div#contentHolder{
	position: relative;
	top:0px;
	background-image:url(images/contentHolderBg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
div#content{
	
}
div#topNavigation{
	background-image: url(images/topNav.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
div#rightNavigation{
	background-image: url(images/rightNav.jpg);
	position: relative;
	width: 244px;
	left: 548px;
	top: 0px;
}
div#footer{
	background-image:url(images/footer.jpg);
	height: 71px;
}
div#agentListing{
	position: relative;
	width: 175px;
	height: 185px;
	left: 35px;
	top: 25px;
	background-image: url(images/agentListingBg.jpg);
}
span#agentListingContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	position: absolute;
	top: 30px;
	left: 5px;
}
div#agentContentHolder{
	height: 650px;
	background-image:url(images/contentHolderBg.jpg);
	background-repeat: repeat-y;
}
div#agentPhoto{
	position: relative;
	height: 380px;
	width: 340px;
	left: 420px;
	top: -510px;
}
div#agentBio{
	position: relative;
	width: 340px;
	height: 380px;
	left: 35px;
	background-image: url(images/agentBioBg.jpg);
	top: 55px;
}
span#agentName{
	position:relative;
	left:10px;
	top:10px;
	color:#FFFFFF;
	font-weight:bold;
	width: 300px;
	
}
p#bio{
	color:#FFFFFF;
	position:relative;
	margin-left:5px;
	top:10px;
	width:310px;
}
div#agentContact{
	position: relative;
	width: 520px;
	height: 185px;
	left:240px;
	top:-540px;
	background-image: url(images/agentContactBg.jpg);
}
span#contact{
	position:relative;
	top:40px;
	margin-left:5px;
	left: 15px;
	width: 500px;
	height: 125px;
}
div#flashSelection{
	position:relative;
	top:25px;
	left:33px;
	width:350px;
	height:150px;
}
div#realtyInfo{
	position:relative;
	left:410px;
	top:-125px;
	width:350px;
	height: 150px;
}
div#aboutUs{
	position:relative;
	top:0px;
	margin: 15px 25px 0px 25px;
	text-align: left;
}
div#flashElements{
	position:relative;
	top:0px;
	height:179px;
}
div#contactContent{
	margin:0px 25px 20px 25px;
}
span#contactInfo{
	text-align:center;
	font-weight:bold;
}
img#cityLogo{
	position:relative;
	left:25px;
	top:-15px;
}
