<!--       

background-image: url('../images/bg-txtr.jpg');
IE finds images files starting from the css file location... :url('tablet1i.gif') 
STUPID Netscape looks from location of the page using the css file... :url('../tablet1i.gif')

I had to put the image files in 2 locations so that both browsers could find them. Jeesh!

NO Numerals as first digit of class name (.2br-A =NO .br2-A =YES) to make it work.   
Also, must separate border code from bgcolor so bgcolor will then show up in Netscape 4  !
Also can't use shorthand like... border: 1 solid #000080; The "1" nullifies in Netscape
 -->

body         { background-image: url('../images/bg-sumtextb.jpg') ; 
	scrollbar-face-color: #000080;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #CCCCCC;
	scrollbar-shadow-color: #6495ED;
	scrollbar-highlight-color: Aqua;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
} 

a            { text-decoration: none }
a:hover      { text-decoration: underline }

#wrapper { position: relative; left: 0; top: 0; width: 605px; }

#address { position: relative; left: 0; top: 0;}
           
           
/* A CSS hack that only applies to IE -- specifies a different height for the address image*/
/* 

* html #address	{top: 0}

*/
