/* CSS Document */

 .t {
	background: url(http://stevesmithguitarist.com/dot.gif) 0 0 repeat-x;
        background-color: #fffcfc;
	width: auto;
	left: 10pc;
	top: 5em;
	margin: 1em;
	float: left;
	
	text-align: left; line-height: 1.3em;
}

.t_side {background: url(http://stevesmithguitarist.com/dot.gif) 0 0 repeat-x;
	width: auto; height: 100%;
	left: 10pc;
	margin: 0 .5em .5em .5em;
	text-align: center; line-height: 1.3em;}


.t h1, .t h2 { color: #666666; font-family:"Courier New", Courier, monospace; font-style:
italic;
	position:relative;
	top: -1em;
	z-index:2;
	padding:.4em;
	margin:0;
	width:auto;
	
}
.tr:hover {z-index:-1; background-color:#D9FFD9;}
.b {background: url(http://stevesmithguitarist.com/dot.gif) 0 100% repeat-x; z-index:4;}
.l {background: url(http://stevesmithguitarist.com/dot.gif) 0 0 repeat-y; z-index:4;}
.r {background: url(http://stevesmithguitarist.com/dot.gif) 100% 0 repeat-y; z-index:4;}
.bl {background: url(bl.png) 0 100% no-repeat; z-index:3;}
.br {background: url(br.png) 100% 100% no-repeat;z-index:3;}
.tl {background: url(tl.png) 0 0 no-repeat;z-index:3;}
.tr {background: url(tr.png) 100% 0 no-repeat; padding:10px;z-index:-1; }
