	#banner {
		background:#fff;
		border-color:#000;
		border-style:outset;
		border-width:3px;
		height:60px;
		color: black;
		font-size: 36pt;
		text-align: center;
		padding: 8px;
		background-color: white;
		background-position: center;
		background-image: url(graphics/rehab800.jpg);
		background-repeat: no-repeat;
		}
	
	#leftcontent {
		position: absolute;
		left: 5%;
		top:75px;
		background:#ccc;
		border:0px solid #000; /* was 1px */
		}

	#centercontent {
		background:#fff;
		margin-top: 2%;
		width: 90%;
		position: center;
		border: 1px solid ; 
		}

	#rightcontent {
		position: absolute;
		right:0%;
		top:75px;
		background:#ccc;
		border:0px solid #000; /* was 1px */
		}
