
    /* HEADER */
	
	div#page {
	width: 100%;
	/*background: url(../img/top_rpt.gif) no-repeat center top;*/
	margin:  0 auto;
	padding: 0;
	text-align: center;
    }
	
	div#content {
	margin: 0 auto;
	padding: 0;
	width: 530px;
	height: 600px;
	text-align: center;
	}
	.about_us {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:384px;
	height:70px;
	background:url(../img/about_us.gif) no-repeat left top;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	}
	.subhead {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:546px;
	height:47px;
	background:url(../img/about_subhead.gif) no-repeat left top;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	}
	#copy{
	font-size: 12px;
	text-align: left;
	width: 546px;
	}
	#copy img{
	float: right;
	margin: 0 0 50px 0;
	padding: 0;
	display:block;
	}

	.endline{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}