html, body {
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
    color:#ffff00;
	
}

#blinds {float:left;}

* html #blinds {
	margin-right:-3px;
}

#toptitle { position:absolute;
	top:10px;
	left:15px;
    width: 740px;
    height: 97px;
  
}

#toptitle h1  {  margin: 0px;}

h1 {  font-size: 1.1em;
	margin:0px 0px 15px 0px;
    padding-left:2px;
    color:#ffff00;

}
h2 {  font-size: 1.0em;
	margin:0px 0px 15px 0px;
    padding-left:2px;
    color:#ffff00;
}
h3 { 
 font-size: 1.1em;
	margin:0px 0px 15px 0px;
    padding-left:2px;
    color:#ffff00;

}
.xyz {  font-size: 0.9em;
	margin:0px 0px 10px 0px;
 	color:#2e348c;
    border-bottom: thin dotted #2e348c;
    background-color: #FF99FF;
  font-weight: bold
}

ol {
  font-size: 0.75em;
  line-height:1.5em;
}
.small
 { margin:0px 0px 0px 0px;
   font-size: 0.7em;
   line-height:1.2em
}
.tablefont {
	font-size:0.75em;
	line-height:1.3em;
	}

 .smallertablefont {
	font-size:0.65em;
	line-height:1.3em;
	}

a.normal:visited {  color: lime; text-decoration: none; }
a.normal:link {  color: lime; text-decoration: none; }
a.normal:active {  color: lime; text-decoration: none; }
a.normal:hover {  color: lime; text-decoration: underline; }

p { font-size:0.95em;
	margin:0px 0px 0px 0px;
    
	}

#background
 {  background-image: url(graphics2/guitardune2.jpg);
  background-position: center;
  background-repeat: no-repeat
}

  #Content>p {margin:0px;}
#Content>p+p {text-indent:0px;}
#Content {
	position:absolute;
	top:127px;
	left:151px;
    right:20px;
  }

#Menu {
	position:absolute;
	top:127px;
	left:15px;
	width:105px;
	padding:0px;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:100px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:105px;}

  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 107px; /* Width of Menu Items */
	border-bottom: 1px solid #376abe;
	}

ul li {	position: relative;	}

li ul {
	position: absolute;
	left: 106px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {

    display: block;
	text-decoration: none;
	color: red;
	background: black; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #376abe;
	border-bottom: 0;
    font-size: .9em
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #ffff00; background: black; } /* Hover Styles */

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; } /* The magic */


ul.bullet {list-style-image: url(graphics/bullet.gif);

}

.left{border:0px solid #0000ff;margin-right:340px;}
.right{float:right;width:320px;border:0px solid #0000ff;}
.fcl{clear:both;height:1px;overflow:hidden;/*margin-top:-1px;*/}
