
/*background color and bottom fade image are fixed*/
body {background-image: url('fat_tony.gif'); background-color: #603913;
 background-repeat: no-repeat; background-position: right bottom;
 background-attachment: fixed}


/*nav bar is centered in its own top table*/
#nav_bar {width: 800px; margin-right: auto; margin-left:auto;}


/*drummer is background in centered main body table*/
#fat_tony1 {width: 950px; background-image: url('fat_tony1.gif'); 
background-repeat: no-repeat; 
margin-right: auto; margin-left: auto;}

/*main body table for all but homepage*/
#fat_tony2 {width: 950px; background-image: none; 
background-repeat: no-repeat; 
margin-right: auto; margin-left: auto;}


/*text in td cell is top and left*/
.text {vertical-align: top; text-align: left;}

/*font*/
p {color: #c0c0c0; font: 110%/125% "Palatino Linotype", Palatino, serif;}

/*first letter large bold and green*/
p:first-letter {font-size:x-large; color:#43a776; font-weight:bold;}

h1 {color: #005b7e; font: bold 160%/125% "Palatino Linotype", Palatino, serif;}

/*picture border for sax*/
#sax img {border:groove 3px #43a776;}

/*link colors*/
a:link{color: #c0c0c0;}
a:visited{color: #43a776;}
a:focus{color: #43a776;}
a:hover{color: #000000;}

/*list font, color, number*/
li {color: #c0c0c0; font: 110%/125% "Palatino Linotype", Palatino, serif; list-style-type: decimal;}
	