#TitleFrame	{background:blue;
		font-size:30px;
  font-family:Arial;
	  	color:white;
		padding:0px 0 0px 0;
		text-align:center;
		height:36px;
		font-weight:bold;
		}
		
<!-- body-frame -->
#body-frame		{
		left:5%;
		width:90%;
		top:50px;
		height:478px;
		font-size:16px;
  font-family:Arial;
  background:white;
  color:black;
  link:blue;
  vlink:purple;
		text-align:justify;
		}

<!-- body-full eliminates the title-frame and starts 1px from the top -->
#body-full		{
		left:5%;
		width:90%;
		top:1px;
		height:520px;
		font-size:16px;
  font-family:Arial;
  background:white;
  color:black;
 link:blue;
  vlink:purple;
		text-align:justify;
		}


#footer		{text-align:center;
		text-decoration:underline overline;
		font-size:small;
top:520;
		}

<div id="footer" style="text-align:center;">
&copy 2011 American Council of the Blind of Ohio, all rights reserved
</div>
