	body {
		background-color: #ffffff;
		text-align: center;
		margin: 0px;
	}	
	#mainFrame {
		position: relative;
		margin: 0px;
	}	
	#navBar {
		position: absolute;
		width: 780px;
		height: 30px;
		top: 123px;
		left: 0px;			
		border-right: 2px solid #000000;
		border-left: 2px solid #000000;
	}
	#aboutme, #sellers, #buyers, #homes, #resources {
		position: absolute;
		top: 0px;		
	}
	#aboutme {
		left: 5px;
	}
	#sellers {
		left: 161px;
	}
	#buyers {
		left: 317px;
	}
	#homes {
		left: 473px;
	}
	#resources {	
		left: 629px;
	}
	#titleBar {
		position: absolute;
		background-color: #111111;
		width: 780px;
		height: 30px;
		top: 153px;
		left: 0px;			
	}
	#yrepm {
		position: absolute;
		top: 4px;
		left: 260px;
	}
	#photo {		
		position: relative;
		top: -10px;
		border: 3px double #FFFFFF;
	}
	#infoFrame {	                                                                                 
		background-color: #111111;
		text-align: center;			
		position: absolute;
		padding-top: 0px;
		top: 183px;
		left: 0px;
		width: 220px;
		height: 474px;
	}
	#firminfo {
		margin-top: 30px;
	}
	#bodyFrame {
		border: none;
	}
	#bottomNav {
		font-size: 8pt;
		font-family: Arial;
	}
